Searched refs:export_buf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c220 export = MIN2(export, export_buf(instr->alu.export));
228 if (is_export(instr) && export_buf(instr->alu.export) != export)
H A Dir2_assemble.c460 export_buf(bc.alu.vector_dest);
463 assert(buffer == export_buf(bc.alu.scalar_dest));
464 buffer = export_buf(bc.alu.scalar_dest);
H A Dir2_private.h290 static inline instr_alloc_type_t export_buf(unsigned num) function in typeref:typename:instr_alloc_type_t
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c465 instr_alloc_type_t buffer = export_buf(bc.alu.vector_dest);
468 assert(buffer == export_buf(bc.alu.scalar_dest));
469 buffer = export_buf(bc.alu.scalar_dest);
H A Dir2.c231 export = MIN2(export, export_buf(instr->alu.export));
239 if (is_export(instr) && export_buf(instr->alu.export) != export)
H A Dir2_private.h300 export_buf(unsigned num) function in typeref:typename:instr_alloc_type_t

Completed in 7 milliseconds