Home
last modified time | relevance | path

Searched defs:requiredSize (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/common/
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/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DApiProcs.cpp40 size_t requiredSize = commandSize + handleCreateInfoLength; in SerializeBufferMapAsync() local
126 size_t requiredSize = cmd.GetRequiredSize(); in ClientDeviceCreateBuffer() local
184 size_t requiredSize = commandSize + handleCreateInfoLength; in ClientDeviceCreateBufferMapped() local
260 size_t requiredSize = commandSize + handleCreateInfoLength; in ClientDeviceCreateBufferMappedAsync() local
307 size_t requiredSize = cmd.GetRequiredSize(); in ClientBufferSetSubData() local
337 size_t requiredSize = commandSize + writeFlushInfoLength; in ClientBufferUnmap() local
353 size_t requiredSize = cmd.GetRequiredSize(); in ClientBufferUnmap() local
369 size_t requiredSize = cmd.GetRequiredSize(); in ClientQueueCreateFence() local
401 size_t requiredSize = cmd.GetRequiredSize(); in ClientQueueSignal() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp164 size_t requiredSize = cmd.GetRequiredSize(); in DoDeviceCreateBufferMappedAsync() local
270 size_t requiredSize = commandSize + initialDataInfoLength; in OnBufferMapReadAsyncCallback() local
301 size_t requiredSize = cmd.GetRequiredSize(); in OnBufferMapWriteAsyncCallback() local
DServerDevice.cpp28 size_t requiredSize = cmd.GetRequiredSize(); in OnDeviceError() local
DServerFence.cpp38 size_t requiredSize = cmd.GetRequiredSize(); in OnFenceCompletedValueUpdated() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImmutableStringBuilder.h66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray() local
DCommon.h122 size_t requiredSize = strLength + 1; in AllocatePoolCharArray() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImmutableStringBuilder.h66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray() local
DCommon.h226 size_t requiredSize = strLength + 1; in AllocatePoolCharArray() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandBufferStateTracker.cpp107 uint64_t requiredSize = in ValidateBufferInRangeForVertexBuffer() local
145 uint64_t requiredSize = in ValidateBufferInRangeForInstanceBuffer() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.h77 size_t requiredSize = commandSize + extraSize; in SerializeCommandImpl() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.cpp457 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local
503 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local
DBuffer11.cpp378 size_t requiredSize = size + offset; in setSubData() local
1042 size_t requiredSize = destOffset + size; in copyFromStorage() local
DStateManager11.cpp3368 size_t requiredSize = mShaderConstants.getRequiredBufferSize(shaderType); in applyDriverUniformsForShader() local
3464 size_t requiredSize = mShaderConstants.getRequiredBufferSize(gl::ShaderType::Compute); in applyComputeUniforms() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
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
DBuffer11.cpp411 size_t requiredSize = size + offset; in setSubData() local
1160 size_t requiredSize = destOffset + size; in copyFromStorage() local
DStateManager11.cpp3433 size_t requiredSize = mShaderConstants.getRequiredBufferSize(shaderType); in applyDriverUniformsForShader() local
3529 size_t requiredSize = mShaderConstants.getRequiredBufferSize(gl::ShaderType::Compute); in applyComputeUniforms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp343 …const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? image… in iterate() local
802 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_misc_opcodes.cpp296 uint32 requiredSize = SafeUint32Mult(fCount, 2); in dng_opcode_MapTable() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1844 const int requiredSize = getExpectedPointSize(); in checkPointSizeRequirements() local
1848 if (float(requiredSize) > aliasedSizeRange[1]) in checkPointSizeRequirements() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java2692 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
3055 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp642 int requiredSize = 0; in checkIoArraysConsistency() local
707 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp176 const VkExtent3D& requiredSize, in checkImageFormatProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h793 const size_t requiredSize = allocationSize + sizeof(CommandHeader); in initCommand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp851 const VkExtent3D requiredSize = makeExtent3D(requiredSize2D.height, requiredSize2D.width, 1u); in checkImageFormatProperties() local

12