Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ENDSUB (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h357 #define TGSI_OPCODE_ENDSUB 102 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c142 { 0, 0, 0, 0, 1, 0, NONE, "ENDSUB", TGSI_OPCODE_ENDSUB },
Dtgsi_exec.c4000 case TGSI_OPCODE_ENDSUB: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c317 case TGSI_OPCODE_ENDSUB: in analyse_instruction()
Dlp_bld_tgsi_aos.c865 case TGSI_OPCODE_ENDSUB: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2116 bld.bld_base.op_actions[TGSI_OPCODE_ENDSUB].emit = endsub_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c579 return TGSI_OPCODE_ENDSUB; in translate_opcode()
Dst_glsl_to_tgsi.cpp3049 inst->op == TGSI_OPCODE_ENDSUB || in simplify_cmp()
4885 end = v->emit(NULL, TGSI_OPCODE_ENDSUB); in get_mesa_program()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp1721 insn.getOpcode() == TGSI_OPCODE_ENDSUB || in isEndOfSubroutine()
2182 case TGSI_OPCODE_ENDSUB: in handleInstruction()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c746 case TGSI_OPCODE_ENDSUB: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c847 case TGSI_OPCODE_ENDSUB: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5348 {TGSI_OPCODE_ENDSUB, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
5522 {TGSI_OPCODE_ENDSUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
5696 {TGSI_OPCODE_ENDSUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2549 case TGSI_OPCODE_ENDSUB: in svga_emit_instruction()