Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UADD (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c171 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_type()
276 case TGSI_OPCODE_UADD: in tgsi_opcode_infer_src_type()
H A 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()
H A Dtgsi_exec.c5531 case TGSI_OPCODE_UADD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h474 TGSI_OPCODE_UADD = 129, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c726 TGSI_OPCODE_UADD, tmp, emit_data->args[2]); in umad_emit()
1928 /* TGSI_OPCODE_UADD (CPU Only) */
2589 bld_base->op_actions[TGSI_OPCODE_UADD].emit = uadd_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/nouveau/codegen/
H A 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/
H A DShaderTGSI.c96 {D3D10_SB_OPCODE_IADD, OF_INT, TGSI_OPCODE_UADD},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1903 [TGSI_OPCODE_UADD] = nir_op_iadd,
H A Dnir_to_tgsi.c1424 [nir_op_iadd] = { TGSI_OPCODE_UADD, TGSI_OPCODE_U64ADD }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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/
H A Dsvga_tgsi_vgpu10.c958 case TGSI_OPCODE_UADD: in translate_opcode()
10931 case TGSI_OPCODE_UADD: in emit_instruction()

Completed in 66 milliseconds