/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 481 deMemcpy(vertexDataPtr, fullScreenQuad.data(), static_cast<size_t>(vertexBufferSize)); in iterate() 950 deMemcpy(vertexDataPtr, fullScreenQuad.data(), static_cast<size_t>(vertexBufferSize)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 413 deMemcpy(conditionalRenderingBufferDataPointer, &predicate, static_cast<size_t>(sizeof(deUint32))); in createInitBufferWithPredicate() 453 static_cast<size_t>(dataSize) in createInitBufferWithPredicate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 264 if (kGroupId < 1 || static_cast<size_t>(kGroupId) > properties.size()) in init() 323 for (size_t ndx = 0; ndx < deviceExtensions.size(); ++ndx) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 369 deMemcpy(ptr, &m_data[0], (size_t)dataSize); in initialize() 807 deMemcpy(ptr, depthData.getLevel(0).getDataPtr(), (size_t)dataSize); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 84 std::size_t getNumRecords (void) const in getNumRecords() 697 res.binary.getSize(), // size_t codeSize; 726 0u, // size_t initialDataSize; 874 if (cur->useImmutableSampler && immutableSamplersPtr.size() < (size_t)cur->descriptorCount)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 319 static MutableArrayRef<Argument> makeArgArray(Argument *Args, size_t Count) { in makeArgArray() 628 for (size_t i = 0; i < FT->getNumParams(); i++) in getMangledTypeStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1025 size_t SymbolSize = getSymbolTableEntrySize(); in getSymbolAuxData() 1049 size_t Index = Offset / getSymbolTableEntrySize(); in getSymbolIndex()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderBitfieldOperationTests.cpp | 959 size_t pos = m_testStatement.find("func"); in ShaderBitfieldOperationCaseUnaryUint() 1050 size_t pos = m_testStatement.find("func"); in ShaderBitfieldOperationCaseUnaryInt()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.cpp | 975 static constexpr size_t kMaxOldSwapchains = 5; in recreateSwapchain() 1035 if (static_cast<size_t>(imageCount) != mSwapchainImages.size()) in resizeSwapchainImages()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | ShaderValidation_test.cpp | 6416 for (size_t i = 0; i < ArraySize(noValueQualifiers); ++i) in TEST_F() 6427 for (size_t i = 0; i < ArraySize(withValueQualifiers); ++i) in TEST_F()
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 188 const size_t size = mask->computeImageSize(); in prepare_to_draw_into_mask() 256 const size_t size = mask->computeTotalImageSize(); in copy_mask_to_cacheddata()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 236 size_t ret; in read_spirv_file_stdin() 261 if (fread(spirv.data(), sizeof(uint32_t), len, file) != size_t(len)) in read_spirv_file()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1126 for (size_t i = 1; i < type_ids.size(); ++i) { in AddFunctionType() 1927 std::unordered_map<uint32_t, size_t> positions; in NewTerminatorPreservesDominationRules()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1126 for (size_t i = 1; i < type_ids.size(); ++i) { in AddFunctionType() 1927 std::unordered_map<uint32_t, size_t> positions; in NewTerminatorPreservesDominationRules()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 2180 static UBool getPkgDataPath(const char *cmd, UBool verbose, char *buf, size_t items) { in getPkgDataPath() 2184 size_t n; in getPkgDataPath()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1508 size_t idx = id.rfind(ICU_ZONE_OVERRIDE_SUFFIX); in main() 1550 size_t idx = id.rfind(ICU_ZONE_OVERRIDE_SUFFIX); in main()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | BufferZeroInitTests.cpp | 27 size_t lazyClearsBefore = dawn_native::GetLazyClearCountForTesting(device.Get()); \ 29 size_t lazyClearsAfter = dawn_native::GetLazyClearCountForTesting(device.Get()); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 418 size_t size; 423 template <size_t N>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 1248 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope() 1264 for (size_t I = 0; I < Splits.size(); ++I) { in splitScope()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 191 size_t len; 687 memset(&packet.iph, 0, ((size_t) &((struct iphdr *)0)->protocol)); in read_raw()
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 40 MacroAssembler* masm, size_t size, SizePolicy size_policy) in ExactAssemblyScopeWithoutPoolsCheck() 208 void MacroAssembler::EnsureEmitPoolsFor(size_t size_arg) { in EnsureEmitPoolsFor()
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 503 size_t start_pos = type.find("|"); in PhpSetterTypeName() 592 size_t i; in BinaryToHex()
|
/third_party/python/Python/ |
H A D | hamt.c | 723 assert(val_idx < (size_t)Py_SIZE(self)); in hamt_node_bitmap_assoc() 1117 assert(val_idx < (size_t)Py_SIZE(self)); in hamt_node_bitmap_find()
|
H A D | specialize.c | 1272 && ((PyLongObject *)sub)->ob_digit[0] < (size_t)PyList_GET_SIZE(container)) in _Py_Specialize_StoreSubscr() 1303 if (PyLong_CheckExact(sub) && (((size_t)Py_SIZE(sub)) > 1)) { in _Py_Specialize_StoreSubscr()
|
/third_party/python/Modules/ |
H A D | _winapi.c | 1382 number_bytes: size_t 1389 DWORD file_offset_low, size_t number_bytes) in _winapi_MapViewOfFile_impl() 1740 _winapi.VirtualQuerySize -> size_t 1746 static size_t
|