Searched refs:TGSI_OPCODE_MIN (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 206 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MIN, in aa_prolog()
|
D | tgsi_point_sprite.c | 468 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MIN, in psprite_inst()
|
D | tgsi_lowering.c | 454 new_inst.Instruction.Opcode = TGSI_OPCODE_MIN; in transform_lit()
|
D | tgsi_exec.c | 4977 case TGSI_OPCODE_MIN: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 358 TGSI_OPCODE_MIN = 12, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 50 case TGSI_OPCODE_MIN: return RC_OPCODE_MIN; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 105 [TGSI_OPCODE_MIN] = {false, false, 0, 1, 2},
|
D | i915_fpc_translate.c | 657 case TGSI_OPCODE_MIN: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 512 case TGSI_OPCODE_MIN: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1207 bld_base->op_actions[TGSI_OPCODE_MIN].emit = fmin_emit; in lp_set_default_actions() 2568 bld_base->op_actions[TGSI_OPCODE_MIN].emit = min_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 657 case TGSI_OPCODE_MIN: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 627 case TGSI_OPCODE_MIN: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 117 {D3D10_SB_OPCODE_MIN, OF_FLOAT, TGSI_OPCODE_MIN},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 52 case TGSI_OPCODE_MIN: return SVGA3DOP_MIN; in translate_opcode()
|
D | svga_tgsi_vgpu10.c | 866 case TGSI_OPCODE_MIN: in translate_opcode() 10926 case TGSI_OPCODE_MIN: in emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1804 [TGSI_OPCODE_MIN] = nir_op_fmin,
|
D | nir_to_tgsi.c | 1443 [nir_op_fmin] = { TGSI_OPCODE_MIN, TGSI_OPCODE_DMIN }, in ntt_emit_alu()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3206 case TGSI_OPCODE_MIN: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11798 [TGSI_OPCODE_MIN] = { ALU_OP2_MIN_DX10, tgsi_op2}, 11996 [TGSI_OPCODE_MIN] = { ALU_OP2_MIN_DX10, tgsi_op2}, 12223 [TGSI_OPCODE_MIN] = { ALU_OP2_MIN_DX10, tgsi_op2},
|