Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_END (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c323 case TGSI_OPCODE_END: in analyse_instruction()
428 if (inst->Instruction.Opcode == TGSI_OPCODE_END || in lp_build_tgsi_info()
Dlp_bld_tgsi_aos.c797 case TGSI_OPCODE_END: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c808 bld_base->op_actions[TGSI_OPCODE_END].emit = end_emit; in lp_set_default_actions()
Dlp_bld_tgsi_soa.c1386 if (opcode == TGSI_OPCODE_END) in near_end_of_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h367 #define TGSI_OPCODE_END 117 /* aka HALT */ macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c157 { 0, 0, 0, 0, 0, 0, NONE, "END", TGSI_OPCODE_END },
Dtgsi_sanity.c317 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
Dtgsi_ppc.c1145 case TGSI_OPCODE_END: in emit_instruction()
Dtgsi_exec.c3874 case TGSI_OPCODE_END: in exec_instruction()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c372 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in r300_tgsi_to_rc()
Dr300_vs_draw.c246 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in transform_inst()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c272 if (inst->Instruction.Opcode == TGSI_OPCODE_END && in aa_transform_inst()
320 newInst.Instruction.Opcode = TGSI_OPCODE_END; in aa_transform_inst()
Ddraw_pipe_aapoint.c441 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in aa_transform_inst()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c70 opcode != TGSI_OPCODE_END && in has_destination()
Di915_fpc_translate.c643 case TGSI_OPCODE_END: in i915_translate_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c661 return TGSI_OPCODE_END; in translate_opcode()
Dst_glsl_to_tgsi.cpp3048 inst->op == TGSI_OPCODE_END || in simplify_cmp()
4924 v->emit(NULL, TGSI_OPCODE_END); in get_mesa_program()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp1720 return (insn.getOpcode() == TGSI_OPCODE_END || in isEndOfSubroutine()
2213 case TGSI_OPCODE_END: in handleInstruction()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c784 case TGSI_OPCODE_END: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c451 if (finst->Instruction.Opcode == TGSI_OPCODE_END) in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5365 {TGSI_OPCODE_END, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_end}, /* aka HALT */
5539 {TGSI_OPCODE_END, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_end}, /* aka HALT */
5713 {TGSI_OPCODE_END, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_end}, /* aka HALT */
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2591 case TGSI_OPCODE_END: in svga_emit_instruction()