Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SWITCH (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c181 { 0, 1, 0, 0, 0, 0, 0, NONE, "SWITCH", TGSI_OPCODE_SWITCH },
483 case TGSI_OPCODE_SWITCH: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5861 case TGSI_OPCODE_SWITCH: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h476 #define TGSI_OPCODE_SWITCH 141 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c450 case TGSI_OPCODE_SWITCH: in analyse_instruction()
Dlp_bld_tgsi_soa.c665 case TGSI_OPCODE_SWITCH: in default_analyse_is_last()
729 opcode != TGSI_OPCODE_SWITCH); in lp_exec_default()
2771 opcode == TGSI_OPCODE_SWITCH) in near_end_of_shader()
4006 bld.bld_base.op_actions[TGSI_OPCODE_SWITCH].emit = switch_emit; in lp_build_tgsi_soa()
Dlp_bld_tgsi_action.c1319 bld_base->op_actions[TGSI_OPCODE_SWITCH].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c875 [TGSI_OPCODE_SWITCH] = aos_unsupported,
1416 [TGSI_OPCODE_SWITCH] = soa_unsupported,
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1657 [TGSI_OPCODE_SWITCH] = 0, /* not emitted by glsl_to_tgsi.cpp */
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9202 [TGSI_OPCODE_SWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
9400 [TGSI_OPCODE_SWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
9623 [TGSI_OPCODE_SWITCH] = { ALU_OP0_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3578 case TGSI_OPCODE_SWITCH: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c632 case TGSI_OPCODE_SWITCH: in translate_opcode()