Lines Matching full:ppir
422 - lima/ppir: Rename ppir_op_dummy to ppir_op_undef
423 - lima/ppir: Add undef handling
424 - lima/ppir: Add various varying fetch sources to disassembler
1284 - lima: fix ppir spill stack allocation
1285 - lima/ppir: lower selects to scalars
1286 - lima/ppir: enable vectorize optimization
1287 - lima/ppir: mark regalloc created ssa unspillable
1288 - lima/ppir: optimizations in regalloc spilling code
1289 - lima/ppir: improve regalloc spill cost calculation
3341 - lima/ppir: refactor const lowering
3342 - lima/ppir: clone ld_{uni,tex,var} into each block
3343 - lima/ppir: add support for unconditional branches and condition
3345 - lima/ppir: set write mask for texture loads if dest is reg
3346 - lima/ppir: fix ordering deps
3347 - lima/ppir: add write after read deps for registers
3348 - lima/ppir: add dummy op
3349 - lima/ppir: create ppir block for each corresponding NIR block
3350 - lima/ppir: turn store_color into ALU node
3351 - lima/ppir: validate shader outputs
3352 - lima/ppir: add better liveness analysis
3353 - lima/ppir: add control flow support
3354 - lima/ppir: print register index and components number for spilled
3357 - lima/ppir: add common helper for creating movs
3358 - lima/ppir: don't assume that load coords gets value from register
3359 - lima/ppir: clone uniforms and load_coords into each successor
3361 - lima/ppir: don't lower vector {b,f}csel to scalar if condition is
3363 - lima/ppir: don't lower phis to scalar
3367 - lima/ppir: drop fge/flt/feq/fne options
3372 - lima/ppir: don't attempt to clone tex coords if it's not varying
3373 - lima/ppir: add node dependency types
3374 - lima/ppir: add support for indirect load of uniforms and varyings
3375 - lima/ppir: add NIR pass to split varying loads
3377 - lima/ppir: don't clone texture loads