Searched refs:TGSI_OPCODE_UMAX (Results 1 – 13 of 13) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 172 { 1, 2, 0, 0, 0, 0, COMP, "UMAX", TGSI_OPCODE_UMAX }, 372 case TGSI_OPCODE_UMAX: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 234 case TGSI_OPCODE_UMAX: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 139 case TGSI_OPCODE_UMAX: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5870 case TGSI_OPCODE_UMAX: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 482 TGSI_OPCODE_UMAX = 132, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 465 #define TGSI_OPCODE_UMAX 132 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 532 case TGSI_OPCODE_UMAX: in inferSrcType() 3146 case TGSI_OPCODE_UMAX: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 661 [nir_op_umax] = { TGSI_OPCODE_UMAX, TGSI_OPCODE_U64MAX }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1905 [TGSI_OPCODE_UMAX] = nir_op_umax,
|
/external/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()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 891 case TGSI_OPCODE_UMAX: in translate_opcode() 9270 case TGSI_OPCODE_UMAX: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11805 [TGSI_OPCODE_UMAX] = { ALU_OP2_MAX_UINT, tgsi_op2}, 12002 [TGSI_OPCODE_UMAX] = { ALU_OP2_MAX_UINT, tgsi_op2}, 12228 [TGSI_OPCODE_UMAX] = { ALU_OP2_MAX_UINT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4877 case TGSI_OPCODE_UMAX: in iter_instruction()
|