Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UMOD (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c141 case TGSI_OPCODE_UMOD: in tgsi_opcode_infer_type()
Dtgsi_exec.c5551 case TGSI_OPCODE_UMOD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h479 TGSI_OPCODE_UMOD = 134, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp528 case TGSI_OPCODE_UMOD: in inferSrcType()
3212 case TGSI_OPCODE_UMOD: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2594 bld_base->op_actions[TGSI_OPCODE_UMOD].emit = umod_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1908 [TGSI_OPCODE_UMOD] = nir_op_umod,
Dnir_to_tgsi.c1428 [nir_op_umod] = { TGSI_OPCODE_UMOD, TGSI_OPCODE_U64MOD }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11919 [TGSI_OPCODE_UMOD] = { ALU_OP0_NOP, tgsi_umod},
12116 [TGSI_OPCODE_UMOD] = { ALU_OP0_NOP, tgsi_umod},
12343 [TGSI_OPCODE_UMOD] = { ALU_OP0_NOP, tgsi_umod},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c943 case TGSI_OPCODE_UMOD: in translate_opcode()
11081 case TGSI_OPCODE_UMOD: in emit_instruction()