/external/angle/src/libANGLE/renderer/vulkan/ |
D | AllocatorHelperRing.h | 108 void onNewVariableSizedCommand(const size_t requiredSize, in onNewVariableSizedCommand() 114 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
|
D | AllocatorHelperPool.h | 94 void onNewVariableSizedCommand(const size_t requiredSize, in onNewVariableSizedCommand() 117 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
|
D | SecondaryCommandBuffer.h | 975 const size_t requiredSize = allocationSize + sizeof(CommandHeader); in initCommand() local 993 const size_t requiredSize = allocationSize + sizeof(CommandHeader); in initCommand() local
|
/external/angle/src/common/ |
D | system_utils_win.cpp | 242 int requiredSize = WideCharToMultiByte(CP_UTF8, 0, utf16.data(), static_cast<int>(utf16.size()), in Narrow() local 256 int requiredSize = in Widen() local
|
/external/angle/src/compiler/translator/ |
D | ImmutableStringBuilder.h | 66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray() local
|
D | Common.h | 242 size_t requiredSize = strLength + 1; in AllocatePoolCharArray() local
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | BnConvert.c | 177 crypt_uword_t requiredSize; in BnToBytes() local
|
/external/libchrome/ipc/ |
D | ipc_logging.cc | 58 size_t requiredSize = 0; in Logging() local
|
/external/cronet/ipc/ |
D | ipc_logging.cc | 60 size_t requiredSize = 0; in Logging() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 549 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local 599 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local
|
D | Buffer11.cpp | 411 size_t requiredSize = size + offset; in setSubData() local 1166 size_t requiredSize = destOffset + size; in copyFromStorage() local
|
D | StateManager11.cpp | 3491 size_t requiredSize = mShaderConstants.getRequiredBufferSize(shaderType); in applyDriverUniformsForShader() local 3587 size_t requiredSize = mShaderConstants.getRequiredBufferSize(gl::ShaderType::Compute); in applyComputeUniforms() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 348 …const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? image… in iterate() local 807 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
|
/external/eigen/Eigen/src/Core/arch/SYCL/ |
D | SyclMemoryModel.h | 171 typename pointerMap_t::iterator get_insertion_point(size_t requiredSize) { in get_insertion_point()
|
/external/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 296 uint32 requiredSize = SafeUint32Mult(fCount, 2); in dng_opcode_MapTable() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 1844 const int requiredSize = getExpectedPointSize(); in checkPointSizeRequirements() local 1848 if (float(requiredSize) > aliasedSizeRange[1]) in checkPointSizeRequirements() local
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 518 int requiredSize = (labelSize + valueSize) * 2 + padSize; in OnSize() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 2671 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() 3034 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 2703 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() 3066 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 176 const VkExtent3D& requiredSize, in checkImageFormatProperties()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 798 int requiredSize = 0; in checkIoArraysConsistency() local 868 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 798 int requiredSize = 0; in checkIoArraysConsistency() local 868 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency()
|
/external/lz4/lib/ |
D | lz4frame.c | 692 int requiredSize = ctxTypeID_to_size(ctxTypeID); in LZ4F_compressBegin_usingCDict() local
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 907 const VkExtent3D requiredSize = makeExtent3D(requiredSize2D.height, requiredSize2D.width, 1u); in checkImageFormatProperties() local
|