Searched refs:allocateAndBindImageMemory (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/src/WSI/ |
D | VkSurfaceKHR.hpp | 42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
|
D | VkSurfaceKHR.cpp | 63 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allo… in allocateAndBindImageMemory() function in vk::PresentImage
|
D | VkSwapchainKHR.cpp | 138 status = currentImage.allocateAndBindImageMemory(device, allocInfo); in createImages()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 91 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
|
D | vktYCbCrFormatTests.cpp | 330 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
|
D | vktYCbCrViewTests.cpp | 400 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
|
D | vktYCbCrCopyTests.cpp | 613 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest() 620 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
|
D | vktYCbCrImageQueryTests.cpp | 232 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
|
D | vktYCbCrFilteringTests.cpp | 329 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context… in iterate()
|
D | vktYCbCrStorageImageWriteTests.cpp | 208 …const std::vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context… in testStorageImageWrite()
|
D | vktYCbCrUtil.cpp | 316 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
|
D | vktYCbCrConversionTests.cpp | 517 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.… in evalShader()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 535 de::MovePtr<Allocation> allocateAndBindImageMemory (VkImage image) const; 587 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance() 717 de::MovePtr<Allocation> ImageClearingTestInstance::allocateAndBindImageMemory (VkImage image) const in allocateAndBindImageMemory() function in vkt::api::__anonfa1a7f590111::ImageClearingTestInstance
|