Home
last modified time | relevance | path

Searched refs:export_buf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c460 export_buf(bc.alu.vector_dest); in assemble()
463 assert(buffer == export_buf(bc.alu.scalar_dest)); in assemble()
464 buffer = export_buf(bc.alu.scalar_dest); in assemble()
Dir2.c226 export = MIN2(export, export_buf(instr->alu.export)); in sched_next()
234 if (is_export(instr) && export_buf(instr->alu.export) != export) in sched_next()
Dir2_private.h290 static inline instr_alloc_type_t export_buf(unsigned num) in export_buf() function