Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c223 case TGSI_OPCODE_U64MOD: in tgsi_opcode_infer_type()
Dtgsi_exec.c5915 case TGSI_OPCODE_U64MOD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h612 TGSI_OPCODE_U64MOD = 247, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2630 bld_base->op_actions[TGSI_OPCODE_U64MOD].emit = u64mod_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1428 [nir_op_umod] = { TGSI_OPCODE_UMOD, TGSI_OPCODE_U64MOD }, in ntt_emit_alu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp614 case TGSI_OPCODE_U64MOD: in inferSrcType()