Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64MAX (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c229 case TGSI_OPCODE_I64MAX: in tgsi_opcode_infer_type()
Dtgsi_exec.c5967 case TGSI_OPCODE_I64MAX: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h595 TGSI_OPCODE_I64MAX = 234, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp624 case TGSI_OPCODE_I64MAX: in inferSrcType()
4063 case TGSI_OPCODE_I64MAX: { in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2627 bld_base->op_actions[TGSI_OPCODE_I64MAX].emit = i64max_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c962 [nir_op_imax] = { TGSI_OPCODE_IMAX, TGSI_OPCODE_I64MAX }, in ntt_emit_alu()