Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U64ADD (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c220 case TGSI_OPCODE_U64ADD: in tgsi_opcode_infer_type()
Dtgsi_exec.c5894 case TGSI_OPCODE_U64ADD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h603 TGSI_OPCODE_U64ADD = 239, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp609 case TGSI_OPCODE_U64ADD: in inferSrcType()
4106 case TGSI_OPCODE_U64ADD: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2629 bld_base->op_actions[TGSI_OPCODE_U64ADD].emit = u64add_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1962 [TGSI_OPCODE_U64ADD] = 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.c12203 [TGSI_OPCODE_U64ADD] = { ALU_OP0_NOP, egcm_u64add },
12430 [TGSI_OPCODE_U64ADD] = { ALU_OP0_NOP, egcm_u64add },