Searched refs:TGSI_OPCODE_END (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 458 case TGSI_OPCODE_END: in analyse_instruction() 572 if (inst->Instruction.Opcode == TGSI_OPCODE_END || in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 705 case TGSI_OPCODE_END: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1189 bld_base->op_actions[TGSI_OPCODE_END].emit = end_emit; in lp_set_default_actions()
|
D | lp_bld_tgsi_soa.c | 2681 if (opcode == TGSI_OPCODE_END) in near_end_of_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.c | 239 if ((opcode == TGSI_OPCODE_END || opcode == TGSI_OPCODE_RET) && in tgsi_transform_shader()
|
D | tgsi_sanity.c | 315 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
|
D | tgsi_exec.c | 5327 case TGSI_OPCODE_END: in exec_instruction()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_analysis.c | 469 shader->info.base.opcode_count[TGSI_OPCODE_END] == in llvmpipe_fs_analyse()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 462 TGSI_OPCODE_END = 117 /* aka HALT */, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 246 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in transform_inst()
|
D | r300_tgsi_to_rc.c | 366 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in r300_tgsi_to_rc()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 94 [TGSI_OPCODE_END] = {false, false, 0, 0, 0},
|
D | i915_fpc_translate.c | 543 case TGSI_OPCODE_END: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1891 [TGSI_OPCODE_END] = 0, 1979 if (tgsi_op == TGSI_OPCODE_END) in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 457 if (finst->Instruction.Opcode == TGSI_OPCODE_END) in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 766 case TGSI_OPCODE_END: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3165 return (insn.getOpcode() == TGSI_OPCODE_END || in isEndOfSubroutine() 3767 case TGSI_OPCODE_END: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2886 case TGSI_OPCODE_END: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 934 case TGSI_OPCODE_END: in translate_opcode() 11178 case TGSI_OPCODE_END: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11902 [TGSI_OPCODE_END] = { ALU_OP0_NOP, tgsi_end}, /* aka HALT */ 12099 [TGSI_OPCODE_END] = { ALU_OP0_NOP, tgsi_end}, /* aka HALT */ 12326 [TGSI_OPCODE_END] = { ALU_OP0_NOP, tgsi_end}, /* aka HALT */
|