Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ENDSWITCH (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c264 case TGSI_OPCODE_ENDSWITCH: in tgsi_transform_shader()
Dtgsi_exec.c5599 case TGSI_OPCODE_ENDSWITCH: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h489 TGSI_OPCODE_ENDSWITCH = 144, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c456 case TGSI_OPCODE_ENDSWITCH: in analyse_instruction()
Dlp_bld_tgsi_soa.c136 bool break_always = (opcode == TGSI_OPCODE_ENDSWITCH || in lp_exec_tgsi_break()
285 case TGSI_OPCODE_ENDSWITCH: in default_analyse_is_last()
4522 bld.bld_base.op_actions[TGSI_OPCODE_ENDSWITCH].emit = endswitch_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c89 {D3D10_SB_OPCODE_ENDSWITCH, OF_FLOAT, TGSI_OPCODE_ENDSWITCH},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1919 [TGSI_OPCODE_ENDSWITCH] = 0, /* not emitted by glsl_to_tgsi.cpp */
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11929 [TGSI_OPCODE_ENDSWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
12126 [TGSI_OPCODE_ENDSWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
12353 [TGSI_OPCODE_ENDSWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c989 case TGSI_OPCODE_ENDSWITCH: in translate_opcode()