Searched refs:is_export (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c61 if (is_export(instr))
84 if (is_export(instr))
219 if (is_export(instr))
228 if (is_export(instr) && export_buf(instr->alu.export) != export)
235 (is_export(instr) && export == SQ_MEMORY))
352 ra_reg(ctx, get_reg(instr_v), -1, is_export(instr_v), instr_v->alu.write_mask);
355 ra_reg(ctx, get_reg(instr_s), -1, is_export(instr_s), instr_s->alu.write_mask);
H A Dir2_cp.c102 if (!is_export(instr)) /* TODO */
H A Dir2_private.h285 static inline bool is_export(struct ir2_instr *instr) function in typeref:typename:bool
H A Dir2_assemble.c143 if (is_export(instr))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c64 if (is_export(instr))
88 if (is_export(instr))
230 if (is_export(instr))
239 if (is_export(instr) && export_buf(instr->alu.export) != export)
246 (is_export(instr) && export == SQ_MEMORY))
379 ra_reg(ctx, get_reg(instr_v), -1, is_export(instr_v),
383 ra_reg(ctx, get_reg(instr_s), -1, is_export(instr_s),
H A Dir2_cp.c109 if (!is_export(instr)) /* TODO */
H A Dir2_private.h294 is_export(struct ir2_instr *instr) function in typeref:typename:bool
H A Dir2_assemble.c144 if (is_export(instr))

Completed in 8 milliseconds