Searched refs:allocateAndBindImageMemory (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 87 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
|
D | vktYCbCrFormatTests.cpp | 309 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
|
D | vktYCbCrCopyTests.cpp | 775 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest() 782 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
|
D | vktYCbCrViewTests.cpp | 490 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
|
D | vktYCbCrImageQueryTests.cpp | 231 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
|
D | vktYCbCrUtil.cpp | 281 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
|
D | vktYCbCrConversionTests.cpp | 479 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 510 de::MovePtr<Allocation> allocateAndBindImageMemory (VkImage image) const; 562 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance() 670 de::MovePtr<Allocation> ImageClearingTestInstance::allocateAndBindImageMemory (VkImage image) const in allocateAndBindImageMemory() function in vkt::api::__anon2ff3f5bb0111::ImageClearingTestInstance
|