Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_MAX (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h359 TGSI_OPCODE_MAX = 13, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c51 case TGSI_OPCODE_MAX: return RC_OPCODE_MAX; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c404 TGSI_OPCODE_MAX, in lit_emit()
412 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MAX, in lit_emit()
1206 bld_base->op_actions[TGSI_OPCODE_MAX].emit = fmax_emit; in lp_set_default_actions()
2567 bld_base->op_actions[TGSI_OPCODE_MAX].emit = max_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c518 case TGSI_OPCODE_MAX: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c462 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MAX, in psprite_inst()
Dtgsi_lowering.c444 new_inst.Instruction.Opcode = TGSI_OPCODE_MAX; in transform_lit()
464 new_inst.Instruction.Opcode = TGSI_OPCODE_MAX; in transform_lit()
Dtgsi_exec.c4981 case TGSI_OPCODE_MAX: in exec_instruction()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c103 [TGSI_OPCODE_MAX] = {false, false, 0, 1, 2},
Di915_fpc_translate.c653 case TGSI_OPCODE_MAX: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c654 case TGSI_OPCODE_MAX: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c624 case TGSI_OPCODE_MAX: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c118 {D3D10_SB_OPCODE_MAX, OF_FLOAT, TGSI_OPCODE_MAX},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1805 [TGSI_OPCODE_MAX] = nir_op_fmax,
Dnir_to_tgsi.c1446 [nir_op_fmax] = { TGSI_OPCODE_MAX, TGSI_OPCODE_DMAX }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c51 case TGSI_OPCODE_MAX: return SVGA3DOP_MAX; in translate_opcode()
Dsvga_tgsi_vgpu10.c868 case TGSI_OPCODE_MAX: in translate_opcode()
10925 case TGSI_OPCODE_MAX: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3205 case TGSI_OPCODE_MAX: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11799 [TGSI_OPCODE_MAX] = { ALU_OP2_MAX_DX10, tgsi_op2},
11997 [TGSI_OPCODE_MAX] = { ALU_OP2_MAX_DX10, tgsi_op2},
12224 [TGSI_OPCODE_MAX] = { ALU_OP2_MAX_DX10, tgsi_op2},