Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c137 case TGSI_OPCODE_UDIV: in tgsi_opcode_infer_type()
Dtgsi_exec.c5535 case TGSI_OPCODE_UDIV: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h475 TGSI_OPCODE_UDIV = 130, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp527 case TGSI_OPCODE_UDIV: in inferSrcType()
3204 case TGSI_OPCODE_UDIV: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2591 bld_base->op_actions[TGSI_OPCODE_UDIV].emit = udiv_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1904 [TGSI_OPCODE_UDIV] = nir_op_udiv,
Dnir_to_tgsi.c1364 [nir_op_udiv] = { TGSI_OPCODE_UDIV, TGSI_OPCODE_U64DIV }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11915 [TGSI_OPCODE_UDIV] = { ALU_OP0_NOP, tgsi_udiv},
12112 [TGSI_OPCODE_UDIV] = { ALU_OP0_NOP, tgsi_udiv},
12339 [TGSI_OPCODE_UDIV] = { ALU_OP0_NOP, tgsi_udiv},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c942 case TGSI_OPCODE_UDIV: in translate_opcode()
11075 case TGSI_OPCODE_UDIV: in emit_instruction()