Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c219 case TGSI_OPCODE_U64MIN: in tgsi_opcode_infer_type()
Dtgsi_exec.c6212 case TGSI_OPCODE_U64MIN: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h600 TGSI_OPCODE_U64MIN = 233, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp607 case TGSI_OPCODE_U64MIN: in inferSrcType()
3999 case TGSI_OPCODE_U64MIN: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c658 [nir_op_umin] = { TGSI_OPCODE_UMIN, TGSI_OPCODE_U64MIN }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2624 bld_base->op_actions[TGSI_OPCODE_U64MIN].emit = u64min_emit_cpu; in lp_set_default_actions_cpu()