Home
last modified time | relevance | path

Searched refs:source_size (Results 1 – 14 of 14) sorted by relevance

/external/OpenCL-CTS/test_conformance/half/
DTest_vLoadHalf.cpp339 uint32_t source_size; in Test_vLoadHalf_private() local
342 source_size = sizeof( source_private1) / sizeof( source_private1[0]); in Test_vLoadHalf_private()
346source_size = sizeof( source_privateV3aligned) / sizeof( source_privateV3aligned[0]); in Test_vLoadHalf_private()
349 source_size = sizeof( source_privateV3) / sizeof( source_privateV3[0]); in Test_vLoadHalf_private()
353 source_size = sizeof( source_private2) / sizeof( source_private2[0]); in Test_vLoadHalf_private()
355 programs[vectorSize][AS_Private] = MakeProgram( device, source_ptr, source_size ); in Test_vLoadHalf_private()
360 for ( q= 0; q < source_size; q++) in Test_vLoadHalf_private()
375 source_size = sizeof( source_local1) / sizeof( source_local1[0]); in Test_vLoadHalf_private()
379 source_size = sizeof(source_localV3aligned)/sizeof(source_localV3aligned[0]); in Test_vLoadHalf_private()
382 source_size = sizeof(source_localV3)/sizeof(source_localV3[0]); in Test_vLoadHalf_private()
[all …]
/external/libgav1/libgav1/src/
Dmotion_vector.cc871 BlockSize source_size = in FindWarpSamples() local
873 const int source_width4x4 = kNum4x4BlocksWide[source_size]; in FindWarpSamples()
886 source_size = in FindWarpSamples()
889 static_cast<int>(kNum4x4BlocksWide[source_size])); in FindWarpSamples()
896 BlockSize source_size = in FindWarpSamples() local
898 const int source_height4x4 = kNum4x4BlocksHigh[source_size]; in FindWarpSamples()
908 source_size = in FindWarpSamples()
911 static_cast<int>(kNum4x4BlocksHigh[source_size])); in FindWarpSamples()
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py526 def _validate_timestamp_pyc(data, source_mtime, source_size, name, argument
549 if (source_size is not None and
550 _unpack_uint32(data[12:16]) != (source_size & 0xFFFFFFFF)):
591 def _code_to_timestamp_pyc(code, mtime=0, source_size=0): argument
596 data.extend(_pack_uint32(source_size))
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py711 self.source_size = len(self.source)
717 data.extend(self.init._pack_uint32(self.source_size))
735 return {'mtime': self.source_mtime, 'size': self.source_size}
881 data.extend(self.init._pack_uint32(self.loader.source_size))
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1148 std::size_t source_size = buffer_size(source); in buffer_copy() local
1149 std::size_t n = target_size < source_size ? target_size : source_size; in buffer_copy()
/external/python/cpython3/Lib/
Dzipimport.py616 source_mtime, source_size = \
623 _unpack_uint32(data[12:16]) != source_size):
/external/u-boot/lib/efi_loader/
Defi_boottime.c1848 efi_uintn_t source_size, in efi_load_image() argument
1859 file_path, source_buffer, source_size, image_handle); in efi_load_image()
1871 &source_size); in efi_load_image()
1875 if (!source_size) { in efi_load_image()
1889 efi_size_in_pages(source_size)); in efi_load_image()
/external/u-boot/include/
Defi_loader.h418 efi_uintn_t source_size,
Defi_api.h123 efi_uintn_t source_size, efi_handle_t *image);
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1515 LOG(out << Id << ": (" << Seg.source_offset << ", " << Seg.source_size in translate()
1599 Seg.source_size)); in translate()
1601 WritePtr += Seg.source_size; in translate()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1642 glw::GLint source_size, glw::GLint output_size, void* out_expected_data_low, in calculate_expected_value() argument
1733 source_size -= 1; in calculate_expected_value()
1751 const float max_internal = float(calculate_max_for_size(source_size)); in calculate_expected_value()
/external/ImageMagick/MagickCore/
Dresize.c2074 const size_t source_size,Quantum *destination, in MixPixels() argument
2089 for (j=0; j < (ssize_t) source_size; j++) in MixPixels()
2091 destination[channels*destination_offset+i]=(Quantum) (sum/source_size); in MixPixels()
/external/v8/src/ic/
Daccessor-assembler.cc4192 TNode<IntPtrT> source_size = LoadMapInstanceSizeInWords(source_map); in GenerateCloneObjectIC() local
4201 source_start, source_size, in GenerateCloneObjectIC()
4219 IntPtrAdd(TimesTaggedSize(source_size), field_offset_difference); in GenerateCloneObjectIC()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc3312 int64 source_size = ByteSizeOf(source.shape()); in EmitMemcpy() local
3315 /*SrcAlign=*/1, source_size); in EmitMemcpy()