Searched refs:TGSI_OPCODE_MAX (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 359 TGSI_OPCODE_MAX = 13, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 51 case TGSI_OPCODE_MAX: return RC_OPCODE_MAX; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 404 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()
|
D | lp_bld_tgsi_aos.c | 518 case TGSI_OPCODE_MAX: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 462 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MAX, in psprite_inst()
|
D | tgsi_lowering.c | 444 new_inst.Instruction.Opcode = TGSI_OPCODE_MAX; in transform_lit() 464 new_inst.Instruction.Opcode = TGSI_OPCODE_MAX; in transform_lit()
|
D | tgsi_exec.c | 4981 case TGSI_OPCODE_MAX: in exec_instruction()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 103 [TGSI_OPCODE_MAX] = {false, false, 0, 1, 2},
|
D | i915_fpc_translate.c | 653 case TGSI_OPCODE_MAX: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 654 case TGSI_OPCODE_MAX: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 624 case TGSI_OPCODE_MAX: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 118 {D3D10_SB_OPCODE_MAX, OF_FLOAT, TGSI_OPCODE_MAX},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1805 [TGSI_OPCODE_MAX] = nir_op_fmax,
|
D | nir_to_tgsi.c | 1446 [nir_op_fmax] = { TGSI_OPCODE_MAX, TGSI_OPCODE_DMAX }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 51 case TGSI_OPCODE_MAX: return SVGA3DOP_MAX; in translate_opcode()
|
D | svga_tgsi_vgpu10.c | 868 case TGSI_OPCODE_MAX: in translate_opcode() 10925 case TGSI_OPCODE_MAX: in emit_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3205 case TGSI_OPCODE_MAX: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11799 [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},
|