Home
last modified time | relevance | path

Searched refs:QOP_MOV (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_constant_folding.c91 inst->op = QOP_MOV; in constant_fold()
Dvc4_opt_vpm.c89 (mov->op != QOP_MOV && in qir_opt_vpm()
Dvc4_qir.c37 [QOP_MOV] = { "mov", 1, 1 },
235 return ((inst->op == QOP_MOV || in qir_is_raw_mov()
679 (c->defs[reg.index]->op == QOP_MOV || in qir_follow_movs()
Dvc4_opt_copy_propagation.c43 if (inst->op != QOP_MOV && in is_copy_mov()
Dvc4_qir_lower_uniforms.c172 mov = qir_inst(QOP_MOV, qir_get_temp(c), in qir_lower_uniforms()
Dvc4_opt_algebraic.c107 inst->op = QOP_MOV; in replace_with_mov()
Dvc4_qpu_emit.c289 [QOP_MOV] = { QPU_A_OR }, in vc4_generate_code_block()
Dvc4_qir.h104 QOP_MOV, enumerator