/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 2473 match_op3_for_vop3(opt_ctx& ctx, aco_opcode op1, aco_opcode op2, Instruction* op1_instr, bool swap, in match_op3_for_vop3() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 140 unsigned format, swap, spi_format, colormask; in si_emit_cb_render_state() local 2499 static void si_choose_spi_color_formats(struct si_surface *surf, unsigned format, unsigned swap, in si_choose_spi_color_formats() argument 2516 unsigned format, swap, ntype, endian; in si_initialize_color_surface() local 3255 unsigned swap = rgb_to_bgr[G_028C70_COMP_SWAP(cb_color_info)]; si_emit_framebuffer_state() local [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 206 unsigned swap = 0; in x25519_scalar_mulx() local 691 unsigned swap = 0; in x25519_scalar_mult() local 4372 unsigned swap = 0; x25519_scalar_mult_generic() local [all...] |
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 1822 AddrSurfaceSwap swap; ///< Surface swap byte swap; Client should use SurfaceSwap member
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 3887 LLVMValueRef result, swap; in ac_build_reduce() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 6243 unsigned ntype, format, swap, endian; in radv_initialise_color_surface() local
|
H A D | radv_pipeline.c | 479 unsigned format, ntype, swap; in radv_choose_spi_color_format() local
|
H A D | radv_cmd_buffer.c | 1335 unsigned format, swap; in radv_emit_rbplus_state() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 4524 static int tgsi_op2_64_params(struct r600_shader_ctx *ctx, bool singledest, bool swap, int dest_temp, int op_override) in tgsi_op2_64_params() argument 4707 static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap, int trans_only) in tgsi_op2_s() argument
|
H A D | evergreen_state.c | 1055 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_buffer() local 1127 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_common() local
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 1003 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonemetadata.pb.h | 123 friend void swap(NumberFormat& a, NumberFormat& b) { in swap() function in i18n::phonenumbers::PROTOBUF_FINAL 374 friend void swap(PhoneNumberDesc& a, PhoneNumberDesc& b) { in swap() function in i18n::phonenumbers::PROTOBUF_FINAL 585 friend void swap(PhoneMetadata& a, PhoneMetadata& b) { in swap() function in i18n::phonenumbers::PROTOBUF_FINAL 1320 friend void swap(PhoneMetadataCollection& a, PhoneMetadataCollection& b) { in swap() function in i18n::phonenumbers::PROTOBUF_FINAL
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 216 unsigned swap = 0; in x25519_scalar_mulx() local 701 unsigned swap = 0; in x25519_scalar_mult() local 4382 unsigned swap = 0; x25519_scalar_mult_generic() local [all...] |
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 1693 const __m256i swap = _mm256_setr_epi8(1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14, in store_ascii_as_utf16() local 2196 const __m256i swap = _mm256_setr_epi8(1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14, in swap_bytes() local 2599 const __m128i swap = _mm_setr_epi8(1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14); in store_ascii_as_utf16() local 3161 const __m128i swap = _mm_setr_epi8(1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14); in swap_bytes() local 13337 uint8x16_t swap = vrev16q_u8(in); convert_masked_utf8_to_utf16() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 216 unsigned swap = 0; in x25519_scalar_mulx() local 701 unsigned swap = 0; in x25519_scalar_mult() local 4382 unsigned swap = 0; x25519_scalar_mult_generic() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 212 void SkPath::swap(SkPath& that) { in swap() function in SkPath [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 2911 static void swap(void) in swap() function
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 3344 int swap = 0; in _mpd_qaddsub() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 1208 inline void swap(ImVector<T>& rhs) { int rhs_size = rhs.Size; rhs.Size = Size; Size = rhs_size; int rhs_cap = rhs.Capacity; rhs.Capacity = Capacity; Capacity = rhs_cap; T* rhs_data = rhs.Data; rhs.Data = Data; Data = rhs_data; } in swap() function
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 8576 IT(swap); variable
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 384 friend void swap(FileDescriptorSet& a, FileDescriptorSet& b) { in swap() function in PROTOBUF_FINAL 537 friend void swap(FileDescriptorProto& a, FileDescriptorProto& b) { in swap() function in PROTOBUF_FINAL 931 friend void swap(DescriptorProto_ExtensionRange& a, DescriptorProto_ExtensionRange& b) { in swap() function in PROTOBUF_FINAL 1115 friend void swap(DescriptorProto_ReservedRange& a, DescriptorProto_ReservedRange& b) { in swap() function in PROTOBUF_FINAL 1279 friend void swap(DescriptorProto& a, DescriptorProto& b) { in swap() function in PROTOBUF_FINAL 1624 friend void swap(ExtensionRangeOptions& a, ExtensionRangeOptions& b) { in swap() function in PROTOBUF_FINAL 1780 friend void swap(FieldDescriptorProto& a, FieldDescriptorProto& b) { in swap() function in PROTOBUF_FINAL 2213 friend void swap(OneofDescriptorProto& a, OneofDescriptorProto& b) { in swap() function in PROTOBUF_FINAL 2389 friend void swap(EnumDescriptorProto_EnumReservedRange& a, EnumDescriptorProto_EnumReservedRange& b) { in swap() function in PROTOBUF_FINAL 2553 friend void swap(EnumDescriptorProt function in PROTOBUF_FINAL 2797 friend void swap(EnumValueDescriptorProto& a, EnumValueDescriptorProto& b) { swap() function in PROTOBUF_FINAL 2988 friend void swap(ServiceDescriptorProto& a, ServiceDescriptorProto& b) { swap() function in PROTOBUF_FINAL 3184 friend void swap(MethodDescriptorProto& a, MethodDescriptorProto& b) { swap() function in PROTOBUF_FINAL 3434 friend void swap(FileOptions& a, FileOptions& b) { swap() function in PROTOBUF_FINAL 3993 friend void swap(MessageOptions& a, MessageOptions& b) { swap() function in PROTOBUF_FINAL 4210 friend void swap(FieldOptions& a, FieldOptions& b) { swap() function in PROTOBUF_FINAL 4521 friend void swap(OneofOptions& a, OneofOptions& b) { swap() function in PROTOBUF_FINAL 4677 friend void swap(EnumOptions& a, EnumOptions& b) { swap() function in PROTOBUF_FINAL 4864 friend void swap(EnumValueOptions& a, EnumValueOptions& b) { swap() function in PROTOBUF_FINAL 5036 friend void swap(ServiceOptions& a, ServiceOptions& b) { swap() function in PROTOBUF_FINAL 5208 friend void swap(MethodOptions& a, MethodOptions& b) { swap() function in PROTOBUF_FINAL 5427 friend void swap(UninterpretedOption_NamePart& a, UninterpretedOption_NamePart& b) { swap() function in PROTOBUF_FINAL 5601 friend void swap(UninterpretedOption& a, UninterpretedOption& b) { swap() function in PROTOBUF_FINAL 5868 friend void swap(SourceCodeInfo_Location& a, SourceCodeInfo_Location& b) { swap() function in PROTOBUF_FINAL 6122 friend void swap(SourceCodeInfo& a, SourceCodeInfo& b) { swap() function in PROTOBUF_FINAL 6277 friend void swap(GeneratedCodeInfo_Annotation& a, GeneratedCodeInfo_Annotation& b) { swap() function in PROTOBUF_FINAL 6488 friend void swap(GeneratedCodeInfo& a, GeneratedCodeInfo& b) { swap() function in PROTOBUF_FINAL [all...] |
/third_party/python/Python/ |
H A D | compile.c | 8735 struct instr *swap = &block->b_instr[i]; in apply_static_swaps() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 1732 inline void swap(ImVector<T>& rhs) { int rhs_size = rhs.Size; rhs.Size = Size; Size = rhs_size; int rhs_cap = rhs.Capacity; rhs.Capacity = Capacity; Capacity = rhs_cap; T* rhs_data = rhs.Data; rhs.Data = Data; Data = rhs_data; } in swap() function
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_raii.hpp | 2753 void swap( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context & rhs ) in swap() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 40918 pub fn swap(&mut self, i: usize, j: usize) { swap() functions [all...] |