Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSurfaceKHR.hpp42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
DVkSurfaceKHR.cpp56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allo… in allocateAndBindImageMemory() function in vk::PresentImage
DVkSwapchainKHR.cpp143 status = currentImage.allocateAndBindImageMemory(device, allocInfo); in createImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp91 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
DvktYCbCrFormatTests.cpp330 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
DvktYCbCrCopyTests.cpp613 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
620 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
DvktYCbCrViewTests.cpp442 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
DvktYCbCrImageQueryTests.cpp232 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
DvktYCbCrFilteringTests.cpp329 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context… in iterate()
DvktYCbCrStorageImageWriteTests.cpp208 …const std::vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context… in testStorageImageWrite()
DvktYCbCrUtil.cpp318 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
DvktYCbCrConversionTests.cpp517 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.… in evalShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp524 de::MovePtr<Allocation> allocateAndBindImageMemory (VkImage image) const;
584 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance()
725 de::MovePtr<Allocation> ImageClearingTestInstance::allocateAndBindImageMemory (VkImage image) const in allocateAndBindImageMemory() function in vkt::api::__anona084fc720111::ImageClearingTestInstance