Searched refs:allocateAndBindImageMemory (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 78 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
|
D | vktYCbCrFormatTests.cpp | 309 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefa… in testFormat()
|
D | vktYCbCrCopyTests.cpp | 776 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest() 783 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
|
D | vktYCbCrViewTests.cpp | 494 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
|
D | vktYCbCrImageQueryTests.cpp | 221 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
|
D | vktYCbCrUtil.cpp | 264 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
|
D | vktYCbCrConversionTests.cpp | 1817 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 506 de::MovePtr<Allocation> allocateAndBindImageMemory (VkImage image) const; 557 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance() 666 de::MovePtr<Allocation> ImageClearingTestInstance::allocateAndBindImageMemory (VkImage image) const in allocateAndBindImageMemory() function in vkt::api::__anonc203ea710111::ImageClearingTestInstance
|