Searched refs:TGSI_OPCODE_SWITCH (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 874 { TGSI_OPCODE_SWITCH, {}, {3}, {}}, in TEST_F() 995 { TGSI_OPCODE_SWITCH, {}, {in1}, {}}, in TEST_F() 1056 { TGSI_OPCODE_SWITCH, {}, {in0}, {} }, in TEST_F() 1077 { TGSI_OPCODE_SWITCH, {}, {in0}, {} }, in TEST_F() 1098 { TGSI_OPCODE_SWITCH, {}, {in0}, {} }, in TEST_F() 1144 { TGSI_OPCODE_SWITCH, {}, {in0}, {} }, in TEST_F() 1162 { TGSI_OPCODE_SWITCH, {}, {in0}, {} }, in TEST_F() 1183 { TGSI_OPCODE_SWITCH, {}, {in0}, {}}, in TEST_F()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.c | 206 case TGSI_OPCODE_SWITCH: in tgsi_transform_shader()
|
D | tgsi_info.c | 277 case TGSI_OPCODE_SWITCH: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5666 case TGSI_OPCODE_SWITCH: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 485 TGSI_OPCODE_SWITCH = 141, enumerator
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 1139 inst->op == TGSI_OPCODE_SWITCH || in get_temp_registers_required_live_ranges() 1203 case TGSI_OPCODE_SWITCH: { in get_temp_registers_required_live_ranges()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 453 case TGSI_OPCODE_SWITCH: in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 282 case TGSI_OPCODE_SWITCH: in default_analyse_is_last() 349 opcode != TGSI_OPCODE_SWITCH); in lp_exec_default() 2701 opcode == TGSI_OPCODE_SWITCH) in near_end_of_shader() 4521 bld.bld_base.op_actions[TGSI_OPCODE_SWITCH].emit = switch_emit; in lp_build_tgsi_soa()
|
D | lp_bld_tgsi_action.c | 1175 bld_base->op_actions[TGSI_OPCODE_SWITCH].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 142 {D3D10_SB_OPCODE_SWITCH, OF_UINT, TGSI_OPCODE_SWITCH},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1912 [TGSI_OPCODE_SWITCH] = 0, /* not emitted by glsl_to_tgsi.cpp */
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3776 case TGSI_OPCODE_SWITCH: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11898 [TGSI_OPCODE_SWITCH] = { ALU_OP0_NOP, tgsi_unsupported}, 12095 [TGSI_OPCODE_SWITCH] = { ALU_OP0_NOP, tgsi_unsupported}, 12322 [TGSI_OPCODE_SWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 908 case TGSI_OPCODE_SWITCH: in translate_opcode()
|