Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) in Image()
203 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
DvktPipelineMakeUtil.hpp87 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
DvktPipelineStencilExportTests.cpp517 …MovePtr<Allocation> stencilImageAlloc = bindImage (vk, device, allocator, *stencilImage, M… in testStencilExportReplace()
522 …MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, Memo… in testStencilExportReplace()
DvktPipelineRenderToImageTests.cpp199 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki, in bindImage() function
212 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement); in bindImage()
1010 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testWithSizeReduction()
1020 …depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirem… in testWithSizeReduction()
1428 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testRenderToMipMaps()
1438 …depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirem… in testRenderToMipMaps()
DvktPipelineFramebufferAttachmentTests.cpp450 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test()
458 msColorImageAlloc = bindImage(vk, device, allocator, *msColorImage, MemoryRequirement::Any); in test()
812 …const MovePtr<Allocation> imageAlloc = bindImage(vk, device, allocator, *image, MemoryRequire… in testNoAtt()
1111 …colorImageAllocs[renderTargetIdx] = bindImage(vk, device, allocator, *colorImages[renderTargetIdx… in testDifferentAttachmentSizes()
1118 …msColorImageAllocs[renderTargetIdx] = bindImage(vk, device, allocator, *msColorImages[renderTarge… in testDifferentAttachmentSizes()
DvktPipelineMultisampleImageTests.cpp928 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test()
949 …const UniquePtr<Allocation> checksumImageAlloc (bindImage(vk, device, allocator, *checksumImage, … in test()
1113 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in renderAndResolve()
1117 …const UniquePtr<Allocation> resolveImageAlloc (bindImage(vk, device, allocator, *resolveImage, Me… in renderAndResolve()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1519 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
1523 m_resolveImageAlloc = bindImage(vk, device, allocator, *m_resolveImage, MemoryRequirement::Any); in iterate()
2050 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
2055 m_resolveImageAlloc = bindImage(vk, device, allocator, *m_resolveImage, MemoryRequirement::Any); in iterate()
2072 …m_depthStencilImageAlloc = bindImage(vk, device, allocator, *m_depthStencilImage, MemoryRequiremen… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.hpp45 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
DvktFragmentOperationsMakeUtil.cpp178 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
DvktFragmentOperationsEarlyFragmentTests.cpp344 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate()
367 …const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, Memory… in iterate()
DvktFragmentOperationsScissorMultiViewportTests.cpp344 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
DvktFragmentOperationsScissorTests.cpp365 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp296 void bindImage (const DeviceInterface& vkd, in bindImage() function
434 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); in testImageQuery()
632 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); in testImageQueryLod()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp475 …const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAlloc… in iterate()
482 …const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAl… in iterate()
DvktSparseResourcesTestsUtil.hpp177 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk,
DvktSparseResourcesTestsUtil.cpp393 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage() function
DvktSparseResourcesBufferTests.cpp500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp157 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
703 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
DvktDrawShaderLayerTests.cpp191 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
786 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp177 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice devic…
DvktGeometryInstancedRenderingTests.cpp161 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw()
DvktGeometryLayeredRenderingTests.cpp1036 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in test()
1175 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in testLayeredReadBack()
1181 …const UniquePtr<Allocation> dsImageAlloc (bindImage (vk, device, allocator, *dsImage, Memory… in testLayeredReadBack()
DvktGeometryTestsUtil.cpp538 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& all… in bindImage() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp797 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage() function
1120 m_imageAlloc = bindImage(m_vk, m_device, m_allocator, m_image, MemoryRequirement::Any); in run()
1439 …m_dTex.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dTex.outImage, MemoryRequireme… in downloadTexture()
1521 …m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequire… in downloadLoad()