Home
last modified time | relevance | path

Searched defs:allocOffset (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp43 void Buffer::bindMemory(de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize allocOffset) in bindMemory()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.cpp82 const auto allocOffset = in createConditionalRenderingBuffer() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h11129 …Block::WriteMagicValueAroundAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDevice… in WriteMagicValueAroundAllocation()
11149 …ck::ValidateMagicValueAroundAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDevice… in ValidateMagicValueAroundAllocation()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h11913 …yBlock::WriteMagicValueAfterAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDevice… in WriteMagicValueAfterAllocation()
11930 …ock::ValidateMagicValueAfterAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDevice… in ValidateMagicValueAfterAllocation()
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h11874 …yBlock::WriteMagicValueAfterAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDevice… in WriteMagicValueAfterAllocation()
11891 …ock::ValidateMagicValueAfterAllocation(VmaAllocator hAllocator, VkDeviceSize allocOffset, VkDevice… in ValidateMagicValueAfterAllocation()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp3407 VkDeviceSize allocOffset, requestedSize, allocationSize; in TestVirtualBlocksAlgorithms() member