Searched refs:allocateAndBindImageMemory (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | VkSurfaceKHR.hpp | 42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
|
D | VkSurfaceKHR.cpp | 56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allo… in allocateAndBindImageMemory() function in vk::PresentImage
|
D | VkSwapchainKHR.cpp | 143 status = currentImage.allocateAndBindImageMemory(device, allocInfo); in createImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 91 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
|
D | vktYCbCrFormatTests.cpp | 330 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat()
|
D | vktYCbCrCopyTests.cpp | 613 …const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest() 620 …const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getD… in imageCopyTest()
|
D | vktYCbCrViewTests.cpp | 442 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView()
|
D | vktYCbCrImageQueryTests.cpp | 232 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
|
D | vktYCbCrFilteringTests.cpp | 329 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context… in iterate()
|
D | vktYCbCrStorageImageWriteTests.cpp | 208 …const std::vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context… in testStorageImageWrite()
|
D | vktYCbCrUtil.cpp | 318 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
|
D | vktYCbCrConversionTests.cpp | 517 …const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.… in evalShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 524 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
|