Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IMAX (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c165 case TGSI_OPCODE_IMAX: in tgsi_opcode_infer_type()
Dtgsi_exec.c5499 case TGSI_OPCODE_IMAX: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h466 TGSI_OPCODE_IMAX = 121, enumerator
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c167 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_IMAX, in virgl_mov_input_temp_sint()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp561 case TGSI_OPCODE_IMAX: in inferSrcType()
3207 case TGSI_OPCODE_IMAX: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c102 {D3D10_SB_OPCODE_IMAX, OF_INT, TGSI_OPCODE_IMAX},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2555 bld_base->op_actions[TGSI_OPCODE_IMAX].emit = imax_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1895 [TGSI_OPCODE_IMAX] = nir_op_imax,
Dnir_to_tgsi.c1447 [nir_op_imax] = { TGSI_OPCODE_IMAX, TGSI_OPCODE_I64MAX }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11906 [TGSI_OPCODE_IMAX] = { ALU_OP2_MAX_INT, tgsi_op2},
12103 [TGSI_OPCODE_IMAX] = { ALU_OP2_MAX_INT, tgsi_op2},
12330 [TGSI_OPCODE_IMAX] = { ALU_OP2_MAX_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c938 case TGSI_OPCODE_IMAX: in translate_opcode()
10918 case TGSI_OPCODE_IMAX: in emit_instruction()