Searched refs:TGSI_OPCODE_END (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 323 case TGSI_OPCODE_END: in analyse_instruction() 428 if (inst->Instruction.Opcode == TGSI_OPCODE_END || in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 797 case TGSI_OPCODE_END: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 808 bld_base->op_actions[TGSI_OPCODE_END].emit = end_emit; in lp_set_default_actions()
|
D | lp_bld_tgsi_soa.c | 1386 if (opcode == TGSI_OPCODE_END) in near_end_of_shader()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 367 #define TGSI_OPCODE_END 117 /* aka HALT */ macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 157 { 0, 0, 0, 0, 0, 0, NONE, "END", TGSI_OPCODE_END },
|
D | tgsi_sanity.c | 317 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
|
D | tgsi_ppc.c | 1145 case TGSI_OPCODE_END: in emit_instruction()
|
D | tgsi_exec.c | 3874 case TGSI_OPCODE_END: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 372 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in r300_tgsi_to_rc()
|
D | r300_vs_draw.c | 246 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in transform_inst()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aaline.c | 272 if (inst->Instruction.Opcode == TGSI_OPCODE_END && in aa_transform_inst() 320 newInst.Instruction.Opcode = TGSI_OPCODE_END; in aa_transform_inst()
|
D | draw_pipe_aapoint.c | 441 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in aa_transform_inst()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 70 opcode != TGSI_OPCODE_END && in has_destination()
|
D | i915_fpc_translate.c | 643 case TGSI_OPCODE_END: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 661 return TGSI_OPCODE_END; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 3048 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/ |
D | nv50_ir_from_tgsi.cpp | 1720 return (insn.getOpcode() == TGSI_OPCODE_END || in isEndOfSubroutine() 2213 case TGSI_OPCODE_END: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 784 case TGSI_OPCODE_END: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 451 if (finst->Instruction.Opcode == TGSI_OPCODE_END) in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5365 {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/ |
D | svga_tgsi_insn.c | 2591 case TGSI_OPCODE_END: in svga_emit_instruction()
|