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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_validate.c 78 case QFILE_UNIF:
93 QFILE_UNIF) {
118 case QFILE_UNIF:
vc4_qir_lower_uniforms.c 77 if (inst->src[i].file != QFILE_UNIF)
93 if (inst->src[i].file != QFILE_UNIF)
98 if (inst->src[j].file == QFILE_UNIF &&
149 struct qreg unif = qir_reg(QFILE_UNIF, max_index);
vc4_opt_constant_folding.c 66 if (reg.file == QFILE_UNIF &&
vc4_opt_small_immediates.c 69 if (src.file != QFILE_UNIF ||
vc4_reorder_uniforms.c 50 if (inst->src[i].file != QFILE_UNIF)
vc4_qir.c 187 if (inst->src[i].file == QFILE_UNIF)
352 [QFILE_UNIF] = "u",
411 if (reg.file == QFILE_UNIF &&
725 return qir_reg(QFILE_UNIF, i);
746 return qir_reg(QFILE_UNIF, uniform);
vc4_opt_copy_propagation.c 53 inst->src[0].file != QFILE_UNIF) {
vc4_opt_algebraic.c 66 if (reg.file == QFILE_UNIF &&
vc4_qpu_emit.c 312 case QFILE_UNIF:
407 case QFILE_UNIF:
vc4_qir.h 51 QFILE_UNIF,
vc4_qir_schedule.c 310 case QFILE_UNIF:
vc4_program.c 186 assert(result.file == QFILE_UNIF ||
214 if (result.file == QFILE_UNIF) {
    [all...]

Completed in 176 milliseconds