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.hpp78 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
DvktYCbCrFormatTests.cpp309 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefa… in testFormat()
DvktYCbCrCopyTests.cpp776 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
783 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
DvktYCbCrViewTests.cpp494 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
DvktYCbCrImageQueryTests.cpp221 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
DvktYCbCrUtil.cpp264 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
DvktYCbCrConversionTests.cpp1817 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.ge… in evalShader()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp506 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