Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c164 case TGSI_OPCODE_IDIV: in tgsi_opcode_infer_type()
Dtgsi_exec.c5495 case TGSI_OPCODE_IDIV: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h465 TGSI_OPCODE_IDIV = 120, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp559 case TGSI_OPCODE_IDIV: in inferSrcType()
3203 case TGSI_OPCODE_IDIV: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2553 bld_base->op_actions[TGSI_OPCODE_IDIV].emit = idiv_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1894 [TGSI_OPCODE_IDIV] = nir_op_idiv,
Dnir_to_tgsi.c1363 [nir_op_idiv] = { TGSI_OPCODE_IDIV, TGSI_OPCODE_I64DIV }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11905 [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/
Dsvga_tgsi_vgpu10.c892 case TGSI_OPCODE_IDIV: in translate_opcode()
11078 case TGSI_OPCODE_IDIV: in emit_instruction()