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 D | ir2.c | 61 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 D | ir2_cp.c | 102 if (!is_export(instr)) /* TODO */
|
| H A D | ir2_private.h | 285 static inline bool is_export(struct ir2_instr *instr) function in typeref:typename:bool
|
| H A D | ir2_assemble.c | 143 if (is_export(instr))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 64 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 D | ir2_cp.c | 109 if (!is_export(instr)) /* TODO */
|
| H A D | ir2_private.h | 294 is_export(struct ir2_instr *instr) function in typeref:typename:bool
|
| H A D | ir2_assemble.c | 144 if (is_export(instr))
|
Completed in 8 milliseconds