Home
last modified time | relevance | path

Searched refs:allocateAndBindImageMemory (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp87 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
DvktYCbCrFormatTests.cpp309 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
DvktYCbCrCopyTests.cpp775 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
782 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
DvktYCbCrViewTests.cpp490 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
DvktYCbCrImageQueryTests.cpp231 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
DvktYCbCrUtil.cpp281 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
DvktYCbCrConversionTests.cpp479 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp510 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