Home
last modified time | relevance | path

Searched refs:dst (Results 10601 - 10625 of 10660) sorted by relevance

1...<<421422423424425426427

/third_party/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl5125 my ($dst,$src)=@_;
5128 $rex|=0x04 if($dst>=8);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1026 template<class TestConfig> void initProgramsToGetNativeFd(vk::SourceCollections& dst, const TestConfig) in initProgramsToGetNativeFd() argument
1043 dst.glslSources.add("compute") << glu::ComputeSource(src.str()); in initProgramsToGetNativeFd()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1014 template<class TestConfig> void initProgramsToGetNativeFd(vk::SourceCollections& dst, const TestConfig) in initProgramsToGetNativeFd() argument
1031 dst.glslSources.add("compute") << glu::ComputeSource(src.str()); in initProgramsToGetNativeFd()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp4059 void GL_APIENTRY glBlendFunci(GLuint buf, GLenum src, GLenum dst) in glBlendFunci() argument
4061 return GL_BlendFunci(buf, src, dst); in glBlendFunci()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3643 unsigned dst = fieldFromInstruction(Insn, 8, 3); in DecodeThumbAddSpecialReg() local
3646 if (!Check(S, DecodetGPRRegisterClass(Inst, dst, Address, Decoder))) in DecodeThumbAddSpecialReg()
6638 DecodeGPRspRegisterClass(Inst, Rd, Address, Decoder))) || // dst in DecodeT2AddSubSPImm()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp16952 , dst( dst_ )
16988 dst = dst_;
17021 return std::tie( sType, pNext, src, dst, mode );
17033 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( src == rhs.src ) && ( dst == rhs.dst ) && ( mode == rhs.mode );
17047 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; member
17072 , dst( dst_ )
17108 dst = dst_;
17142 return std::tie( sType, pNext, src, dst, mode );
17150 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR dst member
18914 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; global() member
19463 VULKAN_HPP_NAMESPACE::MicromapEXT dst = {}; global() member
19581 VULKAN_HPP_NAMESPACE::MicromapEXT dst = {}; global() member
19682 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR dst = {}; global() member
[all...]
/kernel/linux/linux-5.10/lib/crypto/
H A Dchacha20poly1305-selftest.c8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt_bignonce() argument
8852 chacha20_crypt(chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce()
8853 poly1305_update(&poly1305_state, dst, src_len); in chacha20poly1305_encrypt_bignonce()
8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce()
8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_selftest_encrypt() argument
8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt()
8871 chacha20poly1305_encrypt_bignonce(dst, src, src_len, ad, in chacha20poly1305_selftest_encrypt()
/kernel/linux/linux-6.6/lib/crypto/
H A Dchacha20poly1305-selftest.c8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt_bignonce() argument
8852 chacha20_crypt(chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce()
8853 poly1305_update(&poly1305_state, dst, src_len); in chacha20poly1305_encrypt_bignonce()
8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce()
8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_selftest_encrypt() argument
8868 chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_selftest_encrypt()
8871 chacha20poly1305_encrypt_bignonce(dst, src, src_len, ad, in chacha20poly1305_selftest_encrypt()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp4223 VULKAN_HPP_NAMESPACE::AccelerationStructureNV dst,
4235 VULKAN_HPP_NAMESPACE::AccelerationStructureNV dst,
4244 void copyAccelerationStructureNV( VULKAN_HPP_NAMESPACE::AccelerationStructureNV dst,
H A Dvulkan_structs.hpp12957 , dst( dst_ )
12993 dst = dst_;
13020 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( src == rhs.src ) && ( dst == rhs.dst ) &&
13034 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; member
13068 , dst( dst_ )
13109 dst = dst_;
13135 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressKHR dst = {}; member
14119 , dst( dst_ )
14160 dst
14186 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR dst = {}; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c6393 static inline void tg3_rd32_loop(struct tg3 *tp, u32 *dst, u32 off, u32 len) in tg3_rd32_loop() argument
6397 dst = (u32 *)((u8 *)dst + off); in tg3_rd32_loop()
6399 *dst++ = tr32(off + i); in tg3_rd32_loop()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c6378 static inline void tg3_rd32_loop(struct tg3 *tp, u32 *dst, u32 off, u32 len) in tg3_rd32_loop() argument
6382 dst = (u32 *)((u8 *)dst + off); in tg3_rd32_loop()
6384 *dst++ = tr32(off + i); in tg3_rd32_loop()
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1767 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst);
1814 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
3097 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst);
3102 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
/third_party/openGLES/api/GL/
H A Dglcorearb.h1748 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst);
1795 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
3078 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst);
3083 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h1804 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst);
1851 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
3134 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst);
3139 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h1804 typedef void (APIENTRYP PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst);
1851 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
3134 typedef void (APIENTRYP PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst);
3139 GLAPI void APIENTRY glBlendFunciARB (GLuint buf, GLenum src, GLenum dst);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c914 u8 dst[ETH_ALEN]; member
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c4348 &c->dst); in hci_link_tx_to()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2170 skb_dst_set_noref(skb, &eth->dsa_meta[port]->dst); in mtk_poll_rx()
2971 /* only tcp dst ipv4 is meaningful, others are meaningless */ in mtk_hwlro_get_fdir_entry()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c943 u8 dst[ETH_ALEN]; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c300 /* treat dst alpha as 1.0 and avoid reading it */ in tu_blend_factor_no_dst_alpha()
1429 A6XX_SP_FS_PREFETCH_CMD_DST(prefetch->dst) | in tu6_emit_fs_inputs()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4321 pub dst: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4319 pub dst: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4299 pub dst: __u64,

Completed in 362 milliseconds

1...<<421422423424425426427