Searched refs:TGSI_OPCODE_IMAX (Results 1 – 14 of 14) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 161 { 1, 2, 0, 0, 0, 0, COMP, "IMAX", TGSI_OPCODE_IMAX }, 366 case TGSI_OPCODE_IMAX: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 225 case TGSI_OPCODE_IMAX: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 166 case TGSI_OPCODE_IMAX: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5605 case TGSI_OPCODE_IMAX: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 571 lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_IMAX, in emit_iabs() 587 case TGSI_OPCODE_IMAX: in emit_minmax_int() 770 bld_base->op_actions[TGSI_OPCODE_IMAX].emit = emit_minmax_int; in si_shader_context_init_alu()
|
D | si_shader.c | 2569 TGSI_OPCODE_IMAX, in si_llvm_init_export_args()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 454 #define TGSI_OPCODE_IMAX 121 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 463 #define TGSI_OPCODE_IMAX 121 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1575 [TGSI_OPCODE_IMAX] = nir_op_imax,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 621 case TGSI_OPCODE_IMAX: in inferSrcType() 3227 case TGSI_OPCODE_IMAX: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2427 bld_base->op_actions[TGSI_OPCODE_IMAX].emit = imax_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 589 case TGSI_OPCODE_IMAX: in translate_opcode() 5470 case TGSI_OPCODE_IMAX: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10371 [TGSI_OPCODE_IMAX] = { ALU_OP2_MAX_INT, tgsi_op2}, 10568 [TGSI_OPCODE_IMAX] = { ALU_OP2_MAX_INT, tgsi_op2}, 10790 [TGSI_OPCODE_IMAX] = { ALU_OP2_MAX_INT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3355 case TGSI_OPCODE_IMAX: in iter_instruction()
|