Searched refs:TGSI_OPCODE_USEQ (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c143 case TGSI_OPCODE_USEQ:
H A Dtgsi_exec.c5933 case TGSI_OPCODE_USEQ:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c143 case TGSI_OPCODE_USEQ:
H A Dtgsi_dynamic_indexing.c203 inst.Instruction.Opcode = TGSI_OPCODE_USEQ;
H A Dtgsi_exec.c5646 case TGSI_OPCODE_USEQ:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp1118 { TGSI_OPCODE_USEQ, {5}, {in0,in1}, {}},
1778 { TGSI_OPCODE_USEQ, {5}, {in0,in1}, {}},
1800 { TGSI_OPCODE_USEQ, {1}, {in0,in1}, {}},
1817 { TGSI_OPCODE_USEQ, {1}, {in0,in1}, {}},
1834 { TGSI_OPCODE_USEQ, {0}, {in0,in1}, {}},
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp1118 { TGSI_OPCODE_USEQ, {5}, {in0,in1}, {}},
1778 { TGSI_OPCODE_USEQ, {5}, {in0,in1}, {}},
1800 { TGSI_OPCODE_USEQ, {1}, {in0,in1}, {}},
1817 { TGSI_OPCODE_USEQ, {1}, {in0,in1}, {}},
1834 { TGSI_OPCODE_USEQ, {0}, {in0,in1}, {}},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h478 TGSI_OPCODE_USEQ = 136, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h480 TGSI_OPCODE_USEQ = 136, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c89 case TGSI_OPCODE_USEQ:
789 bld_base->op_actions[TGSI_OPCODE_USEQ].emit = emit_icmp;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp596 case TGSI_OPCODE_USEQ:
771 case TGSI_OPCODE_USEQ:
3403 case TGSI_OPCODE_USEQ:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp534 case TGSI_OPCODE_USEQ:
711 case TGSI_OPCODE_USEQ:
3426 case TGSI_OPCODE_USEQ:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c2026 /* TGSI_OPCODE_USEQ (CPU Only) */
2467 bld_base->op_actions[TGSI_OPCODE_USEQ].emit = useq_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1640 [TGSI_OPCODE_USEQ] = nir_op_ieq32,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c98 {D3D10_SB_OPCODE_IEQ, OF_INT, TGSI_OPCODE_USEQ},
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c2026 /* TGSI_OPCODE_USEQ (CPU Only) */
2595 bld_base->op_actions[TGSI_OPCODE_USEQ].emit = useq_emit_cpu;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1906 [TGSI_OPCODE_USEQ] = nir_op_ieq,
H A Dnir_to_tgsi.c911 [nir_op_ieq32] = { TGSI_OPCODE_USEQ, TGSI_OPCODE_U64SEQ },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c633 case TGSI_OPCODE_USEQ:
5857 case TGSI_OPCODE_USEQ:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c898 case TGSI_OPCODE_USEQ:
9320 case TGSI_OPCODE_USEQ:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11724 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
11921 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
12147 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11893 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
12090 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
12317 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},

Completed in 96 milliseconds