Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_CASE (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp875 { 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/
Dtgsi_info.c182 { 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/
Dst_glsl_to_tgsi_temprename.cpp1140 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/
Dtgsi_info.c278 case TGSI_OPCODE_CASE: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5918 case TGSI_OPCODE_CASE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h492 TGSI_OPCODE_CASE = 142, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h475 #define TGSI_OPCODE_CASE 142 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c453 case TGSI_OPCODE_CASE: in analyse_instruction()
Dlp_bld_tgsi_soa.c137 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()
Dlp_bld_tgsi_action.c1176 bld_base->op_actions[TGSI_OPCODE_CASE].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1916 [TGSI_OPCODE_CASE] = 0, /* not emitted by glsl_to_tgsi.cpp */
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3716 case TGSI_OPCODE_CASE: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11815 [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/
Dsvga_tgsi_vgpu10.c910 case TGSI_OPCODE_CASE: in translate_opcode()