Searched refs:TGSI_OPCODE_IDIV (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 164 case TGSI_OPCODE_IDIV: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5495 case TGSI_OPCODE_IDIV: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 465 TGSI_OPCODE_IDIV = 120, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 559 case TGSI_OPCODE_IDIV: in inferSrcType() 3203 case TGSI_OPCODE_IDIV: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2553 bld_base->op_actions[TGSI_OPCODE_IDIV].emit = idiv_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1894 [TGSI_OPCODE_IDIV] = nir_op_idiv,
|
D | nir_to_tgsi.c | 1363 [nir_op_idiv] = { TGSI_OPCODE_IDIV, TGSI_OPCODE_I64DIV }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11905 [TGSI_OPCODE_IDIV] = { ALU_OP0_NOP, tgsi_idiv}, 12102 [TGSI_OPCODE_IDIV] = { ALU_OP0_NOP, tgsi_idiv}, 12329 [TGSI_OPCODE_IDIV] = { ALU_OP0_NOP, tgsi_idiv},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 892 case TGSI_OPCODE_IDIV: in translate_opcode() 11078 case TGSI_OPCODE_IDIV: in emit_instruction()
|