/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSurfaceKHR.hpp | 42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
|
H A D | VkSurfaceKHR.cpp | 56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo) in allocateAndBindImageMemory() function in vk::PresentImage
|
H A D | VkSwapchainKHR.cpp | 143 status = currentImage.allocateAndBindImageMemory(device, allocInfo); in createImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.hpp | 92 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& vkd,
|
H A D | vktYCbCrFormatTests.cpp | 330 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, mappedMemory ? MemoryRequirement::HostVisible : MemoryRequirement::Any)); in testFormat()
|
H A D | vktYCbCrFilteringTests.cpp | 329 const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context.getDefaultAllocator(), *testImage, m_format, 0u)); in iterate()
|
H A D | vktYCbCrImageQueryTests.cpp | 240 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
|
H A D | vktYCbCrViewTests.cpp | 509 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags)); in testPlaneView()
|
H A D | vktYCbCrCopyTests.cpp | 697 const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *srcImage, config.src.format, srcCreateFlags, srcMemoryRequirement)); in imageCopyTest() 704 const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *dstImage, config.dst.format, dstCreateFlags, dstMemoryRequirement)); in imageCopyTest()
|
H A D | vktYCbCrStorageImageWriteTests.cpp | 259 const std::vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, params.format, params.flags, MemoryRequirement::Any));
|
H A D | vktYCbCrUtil.cpp | 348 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
|
H A D | vktYCbCrConversionTests.cpp | 518 const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, memoryRequirement)); in evalShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.hpp | 92 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& vkd,
|
H A D | vktYCbCrCopyTests.cpp | 617 const vector<AllocationSp> srcImageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *srcImage, config.src.format, srcCreateFlags, srcMemoryRequirement)); in imageCopyTest() 624 const vector<AllocationSp> dstImageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *dstImage, config.dst.format, dstCreateFlags, dstMemoryRequirement)); in imageCopyTest()
|
H A D | vktYCbCrFormatTests.cpp | 330 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, mappedMemory ? MemoryRequirement::HostVisible : MemoryRequirement::Any)); in testFormat()
|
H A D | vktYCbCrViewTests.cpp | 461 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags)); in testPlaneView()
|
H A D | vktYCbCrFilteringTests.cpp | 329 const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context.getDefaultAllocator(), *testImage, m_format, 0u)); in iterate()
|
H A D | vktYCbCrImageQueryTests.cpp | 240 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
|
H A D | vktYCbCrStorageImageWriteTests.cpp | 179 const std::vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, params.format, params.flags, MemoryRequirement::Any));
|
H A D | vktYCbCrUtil.cpp | 348 vector<AllocationSp> allocateAndBindImageMemory (const DeviceInterface& vkd, in allocateAndBindImageMemory() function
|
H A D | vktYCbCrConversionTests.cpp | 518 const vector<AllocationSp> imageMemory (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags, memoryRequirement)); in evalShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 589 de::MovePtr<Allocation> allocateAndBindImageMemory (VkImage image) const; 654 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance() 667 , m_multisampleImageMemory ((params.imageSampleCount > VK_SAMPLE_COUNT_1_BIT) ? allocateAndBindImageMemory(*m_multisampleImage) : de::MovePtr<Allocation>()) in ImageClearingTestInstance() 803 de::MovePtr<Allocation> ImageClearingTestInstance::allocateAndBindImageMemory (VkImage image) const in allocateAndBindImageMemory() function in vkt::api::__anon27795::ImageClearingTestInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 526 de::MovePtr<Allocation> allocateAndBindImageMemory (VkImage image) const; 586 , m_imageMemory (allocateAndBindImageMemory(*m_image)) in ImageClearingTestInstance() 727 de::MovePtr<Allocation> ImageClearingTestInstance::allocateAndBindImageMemory (VkImage image) const in allocateAndBindImageMemory() function in vkt::api::__anon29049::ImageClearingTestInstance
|