Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_MIN (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_depth_clamp.c273 tgsi_transform_op2_swz_inst(tctx, TGSI_OPCODE_MIN, in epilog_fs()
300 tgsi_transform_op2_swz_inst(tctx, TGSI_OPCODE_MIN, in epilog_fs()
Dst_glsl_to_tgsi.cpp2005 emit_asm(ir, TGSI_OPCODE_MIN, result_dst, op[0], op[1]); in visit_expression()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c198 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MIN, in aa_prolog()
Dtgsi_point_sprite.c449 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MIN, in psprite_inst()
Dtgsi_lowering.c454 new_inst.Instruction.Opcode = TGSI_OPCODE_MIN; in transform_lit()
Dtgsi_exec.c5056 case TGSI_OPCODE_MIN: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h357 TGSI_OPCODE_MIN = 12, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c50 case TGSI_OPCODE_MIN: return RC_OPCODE_MIN; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c105 [TGSI_OPCODE_MIN] = {false, false, 0, 1, 2},
Di915_fpc_translate.c608 case TGSI_OPCODE_MIN: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c511 case TGSI_OPCODE_MIN: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1207 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/
Dnvfx_vertprog.c627 case TGSI_OPCODE_MIN: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c657 case TGSI_OPCODE_MIN: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c117 {D3D10_SB_OPCODE_MIN, OF_FLOAT, TGSI_OPCODE_MIN},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1800 [TGSI_OPCODE_MIN] = nir_op_fmin,
Dnir_to_tgsi.c958 [nir_op_fmin] = { TGSI_OPCODE_MIN, TGSI_OPCODE_DMIN }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c52 case TGSI_OPCODE_MIN: return SVGA3DOP_MIN; in translate_opcode()
Dsvga_tgsi_vgpu10.c791 case TGSI_OPCODE_MIN: in translate_opcode()
9314 case TGSI_OPCODE_MIN: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3202 case TGSI_OPCODE_MIN: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11770 [TGSI_OPCODE_MIN] = { ALU_OP2_MIN_DX10, tgsi_op2},
11968 [TGSI_OPCODE_MIN] = { ALU_OP2_MIN_DX10, tgsi_op2},
12195 [TGSI_OPCODE_MIN] = { ALU_OP2_MIN_DX10, tgsi_op2},