Searched refs:TGSI_OPCODE_UDIV (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 137 case TGSI_OPCODE_UDIV: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5535 case TGSI_OPCODE_UDIV: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 475 TGSI_OPCODE_UDIV = 130, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 527 case TGSI_OPCODE_UDIV: in inferSrcType() 3204 case TGSI_OPCODE_UDIV: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2591 bld_base->op_actions[TGSI_OPCODE_UDIV].emit = udiv_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1904 [TGSI_OPCODE_UDIV] = nir_op_udiv,
|
D | nir_to_tgsi.c | 1364 [nir_op_udiv] = { TGSI_OPCODE_UDIV, TGSI_OPCODE_U64DIV }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11915 [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/ |
D | svga_tgsi_vgpu10.c | 942 case TGSI_OPCODE_UDIV: in translate_opcode() 11075 case TGSI_OPCODE_UDIV: in emit_instruction()
|