Searched refs:TGSI_OPCODE_CASE (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 875 { TGSI_OPCODE_CASE, {}, {2}, {}}, in TEST_F() 876 { TGSI_OPCODE_CASE, {}, {1}, {}}, in TEST_F() 996 { TGSI_OPCODE_CASE, {}, {in1}, {}}, in TEST_F() 1057 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F() 1078 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F() 1099 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F() 1145 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F() 1163 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F() 1184 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 182 { 0, 1, 0, 0, 0, 0, NONE, "CASE", TGSI_OPCODE_CASE }, 494 case TGSI_OPCODE_CASE: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 1140 inst->op == TGSI_OPCODE_CASE || in get_temp_registers_required_live_ranges() 1226 case TGSI_OPCODE_CASE: { in get_temp_registers_required_live_ranges() 1237 prog_scope_type t = inst->op == TGSI_OPCODE_CASE ? switch_case_branch in get_temp_registers_required_live_ranges() 1413 (info->opcode == TGSI_OPCODE_CASE || in dump_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 278 case TGSI_OPCODE_CASE: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5918 case TGSI_OPCODE_CASE: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 492 TGSI_OPCODE_CASE = 142, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 475 #define TGSI_OPCODE_CASE 142 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 453 case TGSI_OPCODE_CASE: in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 137 opcode == TGSI_OPCODE_CASE); in lp_exec_tgsi_break() 269 while (bld_base->instructions[pc].Instruction.Opcode == TGSI_OPCODE_CASE) { in default_analyse_is_last() 276 case TGSI_OPCODE_CASE: in default_analyse_is_last() 4506 bld.bld_base.op_actions[TGSI_OPCODE_CASE].emit = case_emit; in lp_build_tgsi_soa()
|
D | lp_bld_tgsi_action.c | 1176 bld_base->op_actions[TGSI_OPCODE_CASE].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1916 [TGSI_OPCODE_CASE] = 0, /* not emitted by glsl_to_tgsi.cpp */
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3716 case TGSI_OPCODE_CASE: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11815 [TGSI_OPCODE_CASE] = { ALU_OP0_NOP, tgsi_unsupported}, 12012 [TGSI_OPCODE_CASE] = { ALU_OP0_NOP, tgsi_unsupported}, 12238 [TGSI_OPCODE_CASE] = { ALU_OP0_NOP, tgsi_unsupported},
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 910 case TGSI_OPCODE_CASE: in translate_opcode()
|