Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IMIN (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c166 case TGSI_OPCODE_IMIN: in tgsi_opcode_infer_type()
Dtgsi_exec.c5503 case TGSI_OPCODE_IMIN: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h467 TGSI_OPCODE_IMIN = 122, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp562 case TGSI_OPCODE_IMIN: in inferSrcType()
3208 case TGSI_OPCODE_IMIN: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c103 {D3D10_SB_OPCODE_IMIN, OF_INT, TGSI_OPCODE_IMIN},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2556 bld_base->op_actions[TGSI_OPCODE_IMIN].emit = imin_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1896 [TGSI_OPCODE_IMIN] = nir_op_imin,
Dnir_to_tgsi.c1444 [nir_op_imin] = { TGSI_OPCODE_IMIN, TGSI_OPCODE_I64MIN }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11907 [TGSI_OPCODE_IMIN] = { ALU_OP2_MIN_INT, tgsi_op2},
12104 [TGSI_OPCODE_IMIN] = { ALU_OP2_MIN_INT, tgsi_op2},
12331 [TGSI_OPCODE_IMIN] = { ALU_OP2_MIN_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c940 case TGSI_OPCODE_IMIN: in translate_opcode()
10919 case TGSI_OPCODE_IMIN: in emit_instruction()