Searched refs:memRequirements (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | vk_android_utils.cpp | 27 VkMemoryRequirements &memRequirements) in GetClientBufferMemoryRequirements() 47 memRequirements.size = bufferProperties.allocationSize; in GetClientBufferMemoryRequirements() 48 memRequirements.alignment = 0; in GetClientBufferMemoryRequirements() 49 memRequirements.memoryTypeBits = bufferProperties.memoryTypeBits; in GetClientBufferMemoryRequirements() 25 GetClientBufferMemoryRequirements(ContextVk *contextVk, const AHardwareBuffer *hardwareBuffer, VkMemoryRequirements &memRequirements) GetClientBufferMemoryRequirements() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Buffer.cpp | 28 auto memRequirements = device.getBufferMemoryRequirements(buffer); in Buffer() local 31 allocInfo.allocationSize = memRequirements.size; in Buffer() 32 allocInfo.memoryTypeIndex = 0; // TODO: getMemoryTypeIndex(memRequirements.memoryTypeBits, vk::MemoryPropertyFlagBits::eHostVisible | vk::MemoryPropertyFlagBits::eHostCoherent); in Buffer()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.hpp | 137 virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirement requirement) = 0; 154 de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirement requirement);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 610 const VkMemoryRequirements memRequirements = vk::getBufferMemoryRequirements(interface, device, *buffer); in createBufferAndBind() local 611 de::MovePtr<Allocation> allocation = allocator.allocate(memRequirements, MemoryRequirement::HostVisible); in createBufferAndBind()
|
H A D | vktDescriptorSetsIndexingTests.cpp | 1666 const VkMemoryRequirements memRequirements(vk::getBufferMemoryRequirements(m_vki, m_vkd, *buffer)); in commandReadFrameBuffer() 1667 allocation = m_allocator.allocate(memRequirements, MemoryRequirement::HostVisible); in commandReadFrameBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 610 const VkMemoryRequirements memRequirements = vk::getBufferMemoryRequirements(interface, device, *buffer); in createBufferAndBind() local 611 de::MovePtr<Allocation> allocation = allocator.allocate(memRequirements, MemoryRequirement::HostVisible); in createBufferAndBind()
|
H A D | vktDescriptorSetsIndexingTests.cpp | 1576 const VkMemoryRequirements memRequirements(vk::getBufferMemoryRequirements(m_vki, m_vkd, *buffer)); in commandReadFrameBuffer() 1577 allocation = m_allocator.allocate(memRequirements, MemoryRequirement::HostVisible); in commandReadFrameBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 1810 VkMemoryRequirements memRequirements = image->getMemoryRequirements(); in vkCreateImage() local 1814 allocInfo.allocationSize = memRequirements.size; in vkCreateImage()
|
Completed in 24 milliseconds