Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_USEQ (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp1118 { TGSI_OPCODE_USEQ, {5}, {in0,in1}, {}}, in TEST_F()
1778 { TGSI_OPCODE_USEQ, {5}, {in0,in1}, {}}, in TEST_F()
1800 { TGSI_OPCODE_USEQ, {1}, {in0,in1}, {}}, in TEST_F()
1817 { TGSI_OPCODE_USEQ, {1}, {in0,in1}, {}}, in TEST_F()
1834 { TGSI_OPCODE_USEQ, {0}, {in0,in1}, {}}, in TEST_F()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c176 { 1, 2, 0, 0, 0, 0, COMP, "USEQ", TGSI_OPCODE_USEQ },
376 case TGSI_OPCODE_USEQ: in tgsi_opcode_infer_type()
Dtgsi_util.c238 case TGSI_OPCODE_USEQ: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c143 case TGSI_OPCODE_USEQ: in tgsi_opcode_infer_type()
Dtgsi_dynamic_indexing.c203 inst.Instruction.Opcode = TGSI_OPCODE_USEQ; in remove_dynamic_indexes()
Dtgsi_exec.c5894 case TGSI_OPCODE_USEQ: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h486 TGSI_OPCODE_USEQ = 136, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h469 #define TGSI_OPCODE_USEQ 136 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp534 case TGSI_OPCODE_USEQ: in inferSrcType()
711 case TGSI_OPCODE_USEQ: in getSetCond()
3367 case TGSI_OPCODE_USEQ: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c609 [nir_op_ieq32] = { TGSI_OPCODE_USEQ, TGSI_OPCODE_U64SEQ }, in ntt_emit_alu()
Dtgsi_to_nir.c1909 [TGSI_OPCODE_USEQ] = nir_op_ieq,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2595 bld_base->op_actions[TGSI_OPCODE_USEQ].emit = useq_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c898 case TGSI_OPCODE_USEQ: in translate_opcode()
9265 case TGSI_OPCODE_USEQ: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11809 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
12006 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
12232 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
/external/virglrenderer/src/
Dvrend_shader.c5113 case TGSI_OPCODE_USEQ: in iter_instruction()