Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_RET (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c239 if ((opcode == TGSI_OPCODE_END || opcode == TGSI_OPCODE_RET) && in tgsi_transform_shader()
241 if (opcode == TGSI_OPCODE_RET && cond_stack != 0) { in tgsi_transform_shader()
274 case TGSI_OPCODE_RET: in tgsi_transform_shader()
H A Dtgsi_exec.c5213 case TGSI_OPCODE_RET: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h410 TGSI_OPCODE_RET = 64, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c468 shader->info.base.opcode_count[TGSI_OPCODE_RET] + in llvmpipe_fs_analyse()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c457 case TGSI_OPCODE_RET: in analyse_instruction()
H A Dlp_bld_tgsi_aos.c701 case TGSI_OPCODE_RET: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_soa.c4527 bld.bld_base.op_actions[TGSI_OPCODE_RET].emit = ret_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c111 [TGSI_OPCODE_RET] = {false, false, 0, 0, 0},
H A Di915_fpc_translate.c689 case TGSI_OPCODE_RET: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c713 case TGSI_OPCODE_RET: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c804 case TGSI_OPCODE_RET: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c128 {D3D10_SB_OPCODE_RET, OF_FLOAT, TGSI_OPCODE_RET},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1843 [TGSI_OPCODE_RET] = 0, /* XXX */
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2939 case TGSI_OPCODE_RET: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c888 case TGSI_OPCODE_RET: in translate_opcode()
10965 case TGSI_OPCODE_RET: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11849 [TGSI_OPCODE_RET] = { ALU_OP0_NOP, tgsi_unsupported},
12047 [TGSI_OPCODE_RET] = { ALU_OP0_NOP, tgsi_unsupported},
12274 [TGSI_OPCODE_RET] = { ALU_OP0_NOP, tgsi_unsupported},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3746 case TGSI_OPCODE_RET: in handleInstruction()

Completed in 66 milliseconds