Searched refs:TGSI_OPCODE_UMAX (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 139 case TGSI_OPCODE_UMAX: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5543 case TGSI_OPCODE_UMAX: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 477 TGSI_OPCODE_UMAX = 132, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 532 case TGSI_OPCODE_UMAX: in inferSrcType() 3209 case TGSI_OPCODE_UMAX: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 149 {D3D10_SB_OPCODE_UMAX, OF_UINT, TGSI_OPCODE_UMAX},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2592 bld_base->op_actions[TGSI_OPCODE_UMAX].emit = umax_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1906 [TGSI_OPCODE_UMAX] = nir_op_umax,
|
D | nir_to_tgsi.c | 1448 [nir_op_umax] = { TGSI_OPCODE_UMAX, TGSI_OPCODE_U64MAX }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11917 [TGSI_OPCODE_UMAX] = { ALU_OP2_MAX_UINT, tgsi_op2}, 12114 [TGSI_OPCODE_UMAX] = { ALU_OP2_MAX_UINT, tgsi_op2}, 12341 [TGSI_OPCODE_UMAX] = { ALU_OP2_MAX_UINT, tgsi_op2},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 966 case TGSI_OPCODE_UMAX: in translate_opcode() 10937 case TGSI_OPCODE_UMAX: in emit_instruction()
|