Home
last modified time | relevance | path

Searched defs:alignedSize (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
DFastVector.h609 size_t alignedSize = rx::roundUpPow2(newSize, kWindowSize); in reserve() local
685 size_t alignedSize = rx::roundUpPow2(newSize, FastIntegerSet::kWindowSize); in reserve() local
/third_party/skia/src/core/
DSkWriter32.h170 size_t alignedSize = SkAlign4(size); in reservePad() local
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp203 size_t alignedSize = safeMath.add(pad, size); in makeSpace() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp139 const size_t alignedSize = roundUp(dataSize, *alignmentOut); in GetPreferredDynamicBufferInitialSize() local
DSecondaryCommandBuffer.h802 const size_t alignedSize = roundUpPow2<size_t>(requiredSize, 4); in initCommand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp2396 …const auto alignedSize = de::roundUp(shaderGroupHandleSize + kShaderRecordSize, shaderGroupHandle… in createSBTWithShaderRecord() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp2396 …const auto alignedSize = de::roundUp(shaderGroupHandleSize + kShaderRecordSize, shaderGroupHandle… in createSBTWithShaderRecord() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3582 UINT_64 alignedSize = alignedPitch * alignedHeight; in DegradeTo1D() local