Searched refs:TGSI_OPCODE_IMIN (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 166 case TGSI_OPCODE_IMIN: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5503 case TGSI_OPCODE_IMIN: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 467 TGSI_OPCODE_IMIN = 122, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 562 case TGSI_OPCODE_IMIN: in inferSrcType() 3208 case TGSI_OPCODE_IMIN: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 103 {D3D10_SB_OPCODE_IMIN, OF_INT, TGSI_OPCODE_IMIN},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2556 bld_base->op_actions[TGSI_OPCODE_IMIN].emit = imin_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1896 [TGSI_OPCODE_IMIN] = nir_op_imin,
|
D | nir_to_tgsi.c | 1444 [nir_op_imin] = { TGSI_OPCODE_IMIN, TGSI_OPCODE_I64MIN }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11907 [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/ |
D | svga_tgsi_vgpu10.c | 940 case TGSI_OPCODE_IMIN: in translate_opcode() 10919 case TGSI_OPCODE_IMIN: in emit_instruction()
|