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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_constant_folding.c 91 inst->op = QOP_MOV;
vc4_opt_vpm.c 89 (mov->op != QOP_MOV &&
vc4_opt_copy_propagation.c 43 if (inst->op != QOP_MOV &&
vc4_qir_lower_uniforms.c 172 mov = qir_inst(QOP_MOV, qir_get_temp(c),
vc4_qir.c 37 [QOP_MOV] = { "mov", 1, 1 },
235 return ((inst->op == QOP_MOV ||
678 (c->defs[reg.index]->op == QOP_MOV ||
vc4_opt_algebraic.c 107 inst->op = QOP_MOV;
vc4_qir.h 104 QOP_MOV,
vc4_qpu_emit.c 285 [QOP_MOV] = { QPU_A_OR },

Completed in 192 milliseconds