Home
last modified time | relevance | path

Searched refs:bindImage (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) in Image()
282 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
DvktPipelineRenderToImageTests.cpp198 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki, in bindImage() function
211 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement); in bindImage()
943 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testWithSizeReduction()
953 …depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirem… in testWithSizeReduction()
1410 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testRenderToMipMaps()
1420 …depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirem… in testRenderToMipMaps()
DvktPipelineMakeUtil.hpp89 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
DvktPipelineMultisampleImageTests.cpp949 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test()
975 …const UniquePtr<Allocation> checksumImageAlloc (bindImage(vk, device, allocator, *checksumImage, … in test()
1204 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in renderAndResolve()
1208 …const UniquePtr<Allocation> resolveImageAlloc (bindImage(vk, device, allocator, *resolveImage, Me… in renderAndResolve()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp286 void bindImage (const DeviceInterface& vkd, in bindImage() function
428 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); in testImageQuery()
622 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); in testImageQueryLod()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.hpp47 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
DvktFragmentOperationsMakeUtil.cpp256 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
DvktFragmentOperationsEarlyFragmentTests.cpp595 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate()
618 …const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, Memory… in iterate()
DvktFragmentOperationsScissorMultiViewportTests.cpp570 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
DvktFragmentOperationsScissorTests.cpp549 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp484 …const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAlloc… in iterate()
491 …const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAl… in iterate()
DvktSparseResourcesTestsUtil.hpp183 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk,
DvktSparseResourcesTestsUtil.cpp474 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage() function
DvktSparseResourcesBufferTests.cpp547 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp841 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
1087 m_imageAlloc = bindImage(m_vk, m_device, m_allocator, *m_image, MemoryRequirement::Any); in run()
1416 …m_dTex.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dTex.outImage, MemoryRequireme… in downloadTexture()
1497 …m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequire… in downloadLoad()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp179 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice devic…
DvktGeometryTestsUtil.cpp695 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage() function
DvktGeometryInstancedRenderingTests.cpp359 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw()
DvktGeometryLayeredRenderingTests.cpp920 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in test()