Searched refs:TGSI_OPCODE_SLT (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 360 TGSI_OPCODE_SLT = 14, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 52 case TGSI_OPCODE_SLT: return RC_OPCODE_SLT; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 118 [TGSI_OPCODE_SLT] = {false, false, 0, 1, 2},
|
D | i915_fpc_translate.c | 753 case TGSI_OPCODE_SLT: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 524 case TGSI_OPCODE_SLT: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2581 bld_base->op_actions[TGSI_OPCODE_SLT].emit = slt_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2908 case TGSI_OPCODE_SLT: in svga_emit_instruction() 3586 emit->info.opcode_count[TGSI_OPCODE_SLT] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 11043 case TGSI_OPCODE_SLT: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 665 case TGSI_OPCODE_SLT: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 707 case TGSI_OPCODE_SLT: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 690 case TGSI_OPCODE_SLT: in getSetCond() 3418 case TGSI_OPCODE_SLT: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1806 [TGSI_OPCODE_SLT] = nir_op_slt,
|
D | nir_to_tgsi.c | 1384 [nir_op_slt] = { TGSI_OPCODE_SLT }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11800 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 11998 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 12225 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap},
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1988 case NINED3DSHADER_REL_OP_LT: return TGSI_OPCODE_SLT; in sm1_insn_flags_to_tgsi_setop()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 4985 case TGSI_OPCODE_SLT: in exec_instruction()
|