Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c236 case TGSI_OPCODE_I64MOD: in tgsi_opcode_infer_type()
Dtgsi_exec.c5918 case TGSI_OPCODE_I64MOD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h611 TGSI_OPCODE_I64MOD = 246, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2631 bld_base->op_actions[TGSI_OPCODE_I64MOD].emit = i64mod_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1427 [nir_op_imod] = { TGSI_OPCODE_MOD, TGSI_OPCODE_I64MOD }, in ntt_emit_alu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp627 case TGSI_OPCODE_I64MOD: in inferSrcType()