Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UADD (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c171 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_type()
276 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_src_type()
Dtgsi_dynamic_indexing.c122 inst.Instruction.Opcode = TGSI_OPCODE_UADD; in remove_dynamic_indexes()
257 inst.Instruction.Opcode = TGSI_OPCODE_UADD; in remove_dynamic_indexes()
Dtgsi_exec.c5531 case TGSI_OPCODE_UADD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h474 TGSI_OPCODE_UADD = 129, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c726 TGSI_OPCODE_UADD, tmp, emit_data->args[2]); in umad_emit()
2589 bld_base->op_actions[TGSI_OPCODE_UADD].emit = uadd_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp526 case TGSI_OPCODE_UADD: in inferSrcType()
3200 case TGSI_OPCODE_UADD: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c96 {D3D10_SB_OPCODE_IADD, OF_INT, TGSI_OPCODE_UADD},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1903 [TGSI_OPCODE_UADD] = nir_op_iadd,
Dnir_to_tgsi.c1424 [nir_op_iadd] = { TGSI_OPCODE_UADD, TGSI_OPCODE_U64ADD }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11914 [TGSI_OPCODE_UADD] = { ALU_OP2_ADD_INT, tgsi_op2},
12111 [TGSI_OPCODE_UADD] = { ALU_OP2_ADD_INT, tgsi_op2},
12338 [TGSI_OPCODE_UADD] = { ALU_OP2_ADD_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c958 case TGSI_OPCODE_UADD: in translate_opcode()
10931 case TGSI_OPCODE_UADD: in emit_instruction()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst2197 - r600: Handle negate of second operator in TGSI_OPCODE_UADD