Searched refs:TGSI_OPCODE_RET (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_transform.c | 239 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 D | tgsi_exec.c | 5213 case TGSI_OPCODE_RET: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 410 TGSI_OPCODE_RET = 64, enumerator
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 468 shader->info.base.opcode_count[TGSI_OPCODE_RET] + in llvmpipe_fs_analyse()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_info.c | 457 case TGSI_OPCODE_RET: in analyse_instruction()
|
H A D | lp_bld_tgsi_aos.c | 701 case TGSI_OPCODE_RET: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_soa.c | 4527 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 D | i915_fpc_optimize.c | 111 [TGSI_OPCODE_RET] = {false, false, 0, 0, 0},
|
H A D | i915_fpc_translate.c | 689 case TGSI_OPCODE_RET: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 713 case TGSI_OPCODE_RET: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 804 case TGSI_OPCODE_RET: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 128 {D3D10_SB_OPCODE_RET, OF_FLOAT, TGSI_OPCODE_RET},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1843 [TGSI_OPCODE_RET] = 0, /* XXX */
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2939 case TGSI_OPCODE_RET: in svga_emit_instruction()
|
H A D | svga_tgsi_vgpu10.c | 888 case TGSI_OPCODE_RET: in translate_opcode() 10965 case TGSI_OPCODE_RET: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11849 [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 D | nv50_ir_from_tgsi.cpp | 3746 case TGSI_OPCODE_RET: in handleInstruction()
|
Completed in 65 milliseconds