Searched defs:bindImage (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsMakeUtil.cpp256 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) function in namespace:vkt::FragmentOperations
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement))
282 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) function in namespace:vkt::pipeline
H A DvktPipelineRenderToImageTests.cpp198 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki, function in namespace:vkt::pipeline::__anon4395
211 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement);
1017 colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allocator, caseDef.allocationKind);
1027 depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirement::Any, allocator, caseDef.allocationKind);
1465 colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allocator, caseDef.allocationKind);
1475 depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirement::Any, allocator, caseDef.allocationKind);
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp296 void bindImage (const DeviceInterface& vkd, function in namespace:vkt::ycbcr::__anon4701
438 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
632 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp695 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) function in namespace:vkt::geometry
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp842 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) function in namespace:vkt::image
1088 m_imageAlloc = bindImage(m_vk, m_device, m_allocator, *m_image, MemoryRequirement::Any);
1419 m_dTex.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dTex.outImage, MemoryRequirement::Any);
1501 m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequirement::Any);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp491 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) function in namespace:vkt::sparse

Completed in 110 milliseconds