Home
last modified time | relevance | path

Searched defs:requiredSize (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
H A DWindowsUtils.cpp24 int requiredSize = WideCharToMultiByte(CP_UTF8, 0, input, -1, nullptr, 0, nullptr, nullptr); in WCharToUTF8() local
37 int requiredSize = MultiByteToWideChar(CP_UTF8, 0, input, -1, nullptr, 0); in UTF8ToWStr() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableStringBuilder.h66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray() local
H A DCommon.h226 size_t requiredSize = strLength + 1; in AllocatePoolCharArray() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandSerializer.h77 size_t requiredSize = commandSize + extraSize; in SerializeCommandImpl() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_misc_opcodes.cpp296 uint32 requiredSize = SafeUint32Mult(fCount, 2); in dng_opcode_MapTable() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandBufferStateTracker.cpp107 uint64_t requiredSize = in ValidateBufferInRangeForVertexBuffer() local
145 uint64_t requiredSize = in ValidateBufferInRangeForInstanceBuffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp457 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local
507 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local
H A DBuffer11.cpp411 size_t requiredSize = size + offset; in setSubData() local
1160 size_t requiredSize = destOffset + size; in copyFromStorage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp169 checkImageFormatProperties(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const VkImageType& imageType, const VkImageTiling& imageTiling, const VkImageUsageFlags imageUsageFlags, const VkImageCreateFlags imageCreateFlags, const VkFormat format, const VkExtent3D& requiredSize, const deUint32 requiredLayers) checkImageFormatProperties() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp169 checkImageFormatProperties(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const VkImageType& imageType, const VkImageTiling& imageTiling, const VkImageUsageFlags imageUsageFlags, const VkImageCreateFlags imageCreateFlags, const VkFormat format, const VkExtent3D& requiredSize, const deUint32 requiredLayers) checkImageFormatProperties() argument
/third_party/vulkan-loader/loader/
H A Dloader_windows.c172 DWORD requiredSize, data_type; in windows_get_device_registry_entry() local
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp526 const int requiredSize = (labelSize + valueSize) * 2 + padSize; in OnSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp907 const VkExtent3D requiredSize = makeExtent3D(requiredSize2D.height, requiredSize2D.width, 1u); in checkImageFormatProperties() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp348 const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? imageMemoryRequirements.alignment : 0ull); in iterate() local
807 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp907 const VkExtent3D requiredSize = makeExtent3D(requiredSize2D.height, requiredSize2D.width, 1u); in checkImageFormatProperties() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp348 const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? imageMemoryRequirements.alignment : 0ull); in iterate() local
807 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java2692 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() argument
3055 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() argument
/third_party/glfw/src/
H A Dwl_window.c1325 const size_t requiredSize = length + readSize + 1; in readDataOfferAsString() local
/third_party/lz4/lib/
H A Dlz4frame.c692 int requiredSize = ctxTypeID_to_size(ctxTypeID); in LZ4F_compressBegin_usingCDict() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h793 const size_t requiredSize = allocationSize + sizeof(CommandHeader); in initCommand() local
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp776 int requiredSize = 0; in checkIoArraysConsistency() local
846 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* feature, TType& type, const TString& name) in checkIoArrayConsistency() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3386 int requiredSize = outputPitch * height; in readPixels() local

Completed in 65 milliseconds