HomeSort by relevance Sort by last modified time
    Searched refs:QFILE_TEMP (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_copy_propagation.c 49 if (inst->dst.file != QFILE_TEMP)
52 if (inst->src[0].file != QFILE_TEMP &&
71 if (inst->src[i].file != QFILE_TEMP)
88 if (mov->src[0].file == QFILE_TEMP &&
97 (mov->src[0].file != QFILE_TEMP ||
159 if (inst->dst.file != QFILE_TEMP)
165 (movs[i]->src[0].file == QFILE_TEMP &&
vc4_opt_vpm.c 50 if (inst->src[i].file == QFILE_TEMP) {
73 if (inst->src[j].file != QFILE_TEMP ||
98 if (inst->src[k].file == QFILE_TEMP)
vc4_opt_coalesce_ff_writes.c 47 if (inst->src[i].file == QFILE_TEMP) {
57 if (mov_inst->src[0].file != QFILE_TEMP)
vc4_opt_dead_code.c 92 if (inst->src[i].file == QFILE_TEMP)
100 !(inst->dst.file == QFILE_TEMP &&
118 if (inst->dst.file == QFILE_TEMP) {
vc4_opt_peephole_sf.c 64 case QFILE_TEMP:
66 if (inst->src[i].file == QFILE_TEMP &&
vc4_qir_validate.c 58 case QFILE_TEMP:
112 case QFILE_TEMP:
vc4_qir.c 350 [QFILE_TEMP] = "t",
525 reg.file = QFILE_TEMP;
569 if (inst->dst.file == QFILE_TEMP)
580 if (inst->dst.file == QFILE_TEMP)
664 if (qinst->dst.file == QFILE_TEMP)
676 while (reg.file == QFILE_TEMP &&
760 if (src.file != QFILE_TEMP ||
vc4_qir_schedule.c 192 case QFILE_TEMP:
258 case QFILE_TEMP:
432 if (inst->dst.file == QFILE_TEMP &&
437 if (inst->src[i].file == QFILE_TEMP &&
678 if (inst->src[i].file == QFILE_TEMP)
681 if (inst->dst.file == QFILE_TEMP) {
711 if (inst->dst.file == QFILE_TEMP)
vc4_opt_algebraic.c 197 if (inst->src[1].file == QFILE_TEMP &&
212 if (inst->src[0].file == QFILE_TEMP &&
vc4_qir_live_variables.c 52 if (reg.file == QFILE_TEMP)
223 if (inst->dst.file == QFILE_TEMP)
vc4_register_allocate.c 204 * Returns a mapping from QFILE_TEMP indices to struct qpu_regs.
263 if (inst->dst.file == QFILE_TEMP)
279 assert(inst->src[0].file == QFILE_TEMP);
310 if (inst->src[i].file == QFILE_TEMP &&
vc4_qpu_emit.c 301 case QFILE_TEMP:
366 case QFILE_TEMP:
vc4_qir.h 49 QFILE_TEMP,
vc4_program.c 187 (result.file == QFILE_TEMP &&
    [all...]

Completed in 121 milliseconds