Home
last modified time | relevance | path

Searched refs:memRequirements (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.cpp27 VkMemoryRequirements &memRequirements) in GetClientBufferMemoryRequirements() argument
47 memRequirements.size = bufferProperties.allocationSize; in GetClientBufferMemoryRequirements()
48 memRequirements.alignment = 0; in GetClientBufferMemoryRequirements()
49 memRequirements.memoryTypeBits = bufferProperties.memoryTypeBits; in GetClientBufferMemoryRequirements()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DBuffer.cpp28 auto memRequirements = device.getBufferMemoryRequirements(buffer); in Buffer() local
31 allocInfo.allocationSize = memRequirements.size; in Buffer()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp134 …virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequi…
144 …de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirem…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp610 …const VkMemoryRequirements memRequirements = vk::getBufferMemoryRequirements(interface, device, *… in createBufferAndBind() local
611 …de::MovePtr<Allocation> allocation = allocator.allocate(memRequirements, MemoryRequirement::Hos… in createBufferAndBind()
DvktDescriptorSetsIndexingTests.cpp1567 …const VkMemoryRequirements memRequirements(vk::getBufferMemoryRequirements(m_vki, m_vkd, *buffer)); in commandReadFrameBuffer() local
1568 allocation = m_allocator.allocate(memRequirements, MemoryRequirement::HostVisible); in commandReadFrameBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp1810 VkMemoryRequirements memRequirements = image->getMemoryRequirements(); in vkCreateImage() local
1814 allocInfo.allocationSize = memRequirements.size; in vkCreateImage()