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.cpp459 { TGSI_OPCODE_CASE, {}, {2}, {}}, in TEST_F()
460 { TGSI_OPCODE_CASE, {}, {1}, {}}, in TEST_F()
580 { TGSI_OPCODE_CASE, {}, {in1}, {}}, in TEST_F()
641 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
662 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
683 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
730 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
748 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
769 { TGSI_OPCODE_CASE, {}, {in0}, {} }, in TEST_F()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp630 inst->op == TGSI_OPCODE_CASE || in get_temp_registers_required_lifetimes()
719 case TGSI_OPCODE_CASE: { in get_temp_registers_required_lifetimes()
732 prog_scope_type t = inst->op == TGSI_OPCODE_CASE ? switch_case_branch in get_temp_registers_required_lifetimes()
931 (info->opcode == TGSI_OPCODE_CASE || in dump_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c182 { 0, 1, 0, 0, 0, 0, NONE, "CASE", TGSI_OPCODE_CASE },
431 case TGSI_OPCODE_CASE: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c263 case TGSI_OPCODE_CASE: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5697 case TGSI_OPCODE_CASE: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h475 #define TGSI_OPCODE_CASE 142 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h484 #define TGSI_OPCODE_CASE 142 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c447 case TGSI_OPCODE_CASE: in analyse_instruction()
Dlp_bld_tgsi_soa.c373 opcode == TGSI_OPCODE_CASE); in lp_exec_break()
628 while (bld_base->instructions[pc].Instruction.Opcode == TGSI_OPCODE_CASE) { in default_analyse_is_last()
635 case TGSI_OPCODE_CASE: in default_analyse_is_last()
3874 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.c1597 [TGSI_OPCODE_CASE] = 0, /* not emitted by glsl_to_tgsi.cpp */
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10392 [TGSI_OPCODE_CASE] = { ALU_OP0_NOP, tgsi_unsupported},
10589 [TGSI_OPCODE_CASE] = { ALU_OP0_NOP, tgsi_unsupported},
10811 [TGSI_OPCODE_CASE] = { ALU_OP0_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3787 case TGSI_OPCODE_CASE: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c636 case TGSI_OPCODE_CASE: in translate_opcode()