/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsMakeUtil.cpp | 178 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMakeUtil.cpp | 54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) 203 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
|
vktPipelineRenderToImageTests.cpp | 199 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki, 212 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryTestsUtil.cpp | 538 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 393 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
vktYCbCrImageQueryTests.cpp | 296 void bindImage (const DeviceInterface& vkd, 434 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); 632 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawShaderViewportIndexTests.cpp | 157 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) 703 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); [all...] |
vktDrawShaderLayerTests.cpp | 191 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) 786 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageMutableTests.cpp | 797 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) [all...] |