/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) in Image() 308 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
|
D | vktPipelineMakeUtil.hpp | 90 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
|
D | vktPipelineMultisampleImageTests.cpp | 948 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test() 974 …const UniquePtr<Allocation> checksumImageAlloc (bindImage(vk, device, allocator, *checksumImage, … in test() 1203 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in renderAndResolve() 1207 …const UniquePtr<Allocation> resolveImageAlloc (bindImage(vk, device, allocator, *resolveImage, Me… in renderAndResolve()
|
D | vktPipelineRenderToImageTests.cpp | 594 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsMakeUtil.hpp | 49 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
|
D | vktFragmentOperationsMakeUtil.cpp | 287 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 593 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate() 616 …const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, Memory… in iterate()
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 570 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
|
D | vktFragmentOperationsScissorTests.cpp | 549 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 464 …const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAlloc… in iterate() 471 …const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAl… in iterate()
|
D | vktSparseResourcesTestsUtil.hpp | 194 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk,
|
D | vktSparseResourcesTestsUtil.cpp | 510 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage() function
|
D | vktSparseResourcesBufferTests.cpp | 551 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.hpp | 180 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice devic…
|
D | vktGeometryTestsUtil.cpp | 726 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage() function
|
D | vktGeometryInstancedRenderingTests.cpp | 358 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw()
|
D | vktGeometryLayeredRenderingTests.cpp | 919 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in test()
|