Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/vulkan/
DAllocatorHelperRing.h108 void onNewVariableSizedCommand(const size_t requiredSize, in onNewVariableSizedCommand()
114 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
DAllocatorHelperPool.h94 void onNewVariableSizedCommand(const size_t requiredSize, in onNewVariableSizedCommand()
117 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
/external/angle/src/compiler/translator/
DImmutableStringBuilder.h66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray() local
DCommon.h242 size_t requiredSize = strLength + 1; in AllocatePoolCharArray() local
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
DTouchTargetSizeCheck.java211 Point requiredSize = getMinimumAllowableSizeForView(view, parameters); in runCheckOnHierarchy() local
645 Point requiredSize = getMinimumAllowableSizeForView(evalView, parameters); in hasQualifyingClickableAncestor() local
669 Point requiredSize, float density) { in hasQualifyingClippingAncestor()
/external/angle/src/common/
Dsystem_utils_win.cpp277 int requiredSize = WideCharToMultiByte(CP_UTF8, 0, utf16.data(), static_cast<int>(utf16.size()), in Narrow() local
291 int requiredSize = in Widen() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnConvert.c177 crypt_uword_t requiredSize; in BnToBytes() local
/external/libchrome/ipc/
Dipc_logging.cc58 size_t requiredSize = 0; in Logging() local
/external/cronet/ipc/
Dipc_logging.cc60 size_t requiredSize = 0; in Logging() local
/external/okio/okio/src/jvmMain/kotlin/okio/internal/
DZipFiles.kt400 val requiredSize = run { in readOrSkipLocalHeader() constant
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.cpp549 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
DBuffer11.cpp411 size_t requiredSize = size + offset; in setSubData() local
1166 size_t requiredSize = destOffset + size; in copyFromStorage() local
DStateManager11.cpp3522 size_t requiredSize = mShaderConstants.getRequiredBufferSize(shaderType); in applyDriverUniformsForShader() local
3618 size_t requiredSize = mShaderConstants.getRequiredBufferSize(gl::ShaderType::Compute); in applyComputeUniforms() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp366 const VkDeviceSize requiredSize = in iterate() local
818 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
/external/eigen/Eigen/src/Core/arch/SYCL/
DSyclMemoryModel.h171 typename pointerMap_t::iterator get_insertion_point(size_t requiredSize) { in get_insertion_point()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp557 UInt64 requiredSize, UInt64 *allowedSize, UInt32 *answerFlags)) in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/Compress/
DRar3Decoder.cpp323 unsigned requiredSize = (unsigned)(dataSize + NVm::kFixedGlobalSize); in AddVmCode() local
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp988 UInt64 requiredSize, UInt64 *allowedSize, UInt32 *answerFlags)) in Z7_COM7F_IMF()
DProgressDialog2.cpp527 const int requiredSize = (labelSize + valueSize) * 2 + padSize; in OnSize() local
/external/dng_sdk/source/
Ddng_misc_opcodes.cpp296 uint32 requiredSize = SafeUint32Mult(fCount, 2); in dng_opcode_MapTable() local
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1931 const int requiredSize = getExpectedPointSize(); in checkPointSizeRequirements() local
1935 if (float(requiredSize) > aliasedSizeRange[1]) in checkPointSizeRequirements() local
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp2562 UInt64 requiredSize, UInt64 *allowedSize, UInt32 *answerFlags)) in Z7_COM7F_IMF()
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java2703 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
3066 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java2671 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
3034 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp164 … const VkFormat format, const VkExtent3D &requiredSize, const uint32_t requiredLayers) in checkImageFormatProperties()

12