Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_RET (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c189 if ((opcode == TGSI_OPCODE_END || opcode == TGSI_OPCODE_RET) && in tgsi_transform_shader()
191 if (opcode == TGSI_OPCODE_RET && cond_stack != 0) { in tgsi_transform_shader()
224 case TGSI_OPCODE_RET: in tgsi_transform_shader()
Dtgsi_exec.c5292 case TGSI_OPCODE_RET: in exec_instruction()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c194 shader->info.base.opcode_count[TGSI_OPCODE_RET] + in llvmpipe_fs_analyse()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h409 TGSI_OPCODE_RET = 64, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c457 case TGSI_OPCODE_RET: in analyse_instruction()
Dlp_bld_tgsi_aos.c700 case TGSI_OPCODE_RET: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c4520 bld.bld_base.op_actions[TGSI_OPCODE_RET].emit = ret_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c111 [TGSI_OPCODE_RET] = {false, false, 0, 0, 0},
Di915_fpc_translate.c640 case TGSI_OPCODE_RET: in i915_translate_instruction()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp1261 case TGSI_OPCODE_RET: in get_temp_registers_required_live_ranges()
Dst_glsl_to_tgsi.cpp4720 emit_asm(ir, TGSI_OPCODE_RET); in visit()
4978 inst->op == TGSI_OPCODE_RET) { in simplify_cmp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c713 case TGSI_OPCODE_RET: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c804 case TGSI_OPCODE_RET: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c128 {D3D10_SB_OPCODE_RET, OF_FLOAT, TGSI_OPCODE_RET},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1839 [TGSI_OPCODE_RET] = 0, /* XXX */
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2871 case TGSI_OPCODE_RET: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c813 case TGSI_OPCODE_RET: in translate_opcode()
9353 case TGSI_OPCODE_RET: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3740 case TGSI_OPCODE_RET: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11821 [TGSI_OPCODE_RET] = { ALU_OP0_NOP, tgsi_unsupported},
12019 [TGSI_OPCODE_RET] = { ALU_OP0_NOP, tgsi_unsupported},
12246 [TGSI_OPCODE_RET] = { ALU_OP0_NOP, tgsi_unsupported},