Home
last modified time | relevance | path

Searched defs:alignedOffset (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.h69 VkDeviceSize alignedOffset = 0; member
DProgramVk.cpp265 VkDeviceSize alignedOffset = (offset / requiredOffsetAlignment) * requiredOffsetAlignment; in WriteBufferDescriptorSetBinding() local
DContextVk.cpp2276 VkDeviceSize alignedOffset = (offset / offsetAlignment) * offsetAlignment; in writeAtomicCounterBufferDriverUniformOffsets() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureCopySplitter.cpp37 uint64_t alignedOffset, in OffsetToFirstCopiedTexel()
65 uint64_t alignedOffset = AlignDownForDataPlacement(offset); in Compute2DTextureCopySubresource() local
DTextureCopySplitter.h34 uint64_t alignedOffset = 0; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureCopySplitter.cpp48 uint64_t alignedOffset = in ComputeTextureCopySplit() local
/third_party/skia/src/gpu/
DGrMemoryPool.cpp115 intptr_t alignedOffset = (intptr_t)p - (intptr_t)block; in release() local
/third_party/flutter/skia/src/core/
DSkArenaAlloc.h161 uintptr_t alignedOffset = (~reinterpret_cast<uintptr_t>(fCursor) + 1) & mask; in allocObject() local
/third_party/skia/src/core/
DSkArenaAlloc.h217 uintptr_t alignedOffset = (~reinterpret_cast<uintptr_t>(fCursor) + 1) & mask; in allocObject() local
DSkBlockAllocator.h626 int SkBlockAllocator::Block::alignedOffset(int offset) const { in alignedOffset() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp799 VkDeviceSize alignedOffset = (offset / requiredOffsetAlignment) * requiredOffsetAlignment; in WriteBufferDescriptorSetBinding() local
DContextVk.cpp4964 VkDeviceSize alignedOffset = (offset / offsetAlignment) * offsetAlignment; in writeAtomicCounterBufferDriverUniformOffsets() local