Searched refs:TGSI_OPCODE_UMOD (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 141 case TGSI_OPCODE_UMOD: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5551 case TGSI_OPCODE_UMOD: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 479 TGSI_OPCODE_UMOD = 134, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 528 case TGSI_OPCODE_UMOD: in inferSrcType() 3212 case TGSI_OPCODE_UMOD: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2594 bld_base->op_actions[TGSI_OPCODE_UMOD].emit = umod_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1908 [TGSI_OPCODE_UMOD] = nir_op_umod,
|
D | nir_to_tgsi.c | 1428 [nir_op_umod] = { TGSI_OPCODE_UMOD, TGSI_OPCODE_U64MOD }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11919 [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/ |
D | svga_tgsi_vgpu10.c | 943 case TGSI_OPCODE_UMOD: in translate_opcode() 11081 case TGSI_OPCODE_UMOD: in emit_instruction()
|