Home
last modified time | relevance | path

Searched refs:colorImageAlloc (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1006 …de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevic… in execute() local
1007 …mageMemory(vkDevice, colorImages.back().get()->get(), colorImageAlloc->getMemory(), colorImageAllo… in execute()
1008 colorImageAllocs.push_back(de::SharedPtr<Allocation>(colorImageAlloc.release())); in execute()
2540 de::MovePtr<Allocation> colorImageAlloc; in renderTess() local
2588colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *colorImage), MemoryR… in renderTess()
2589 …VK_CHECK(vk.bindImageMemory(vkDevice, *colorImage, colorImageAlloc->getMemory(), colorImageAlloc->… in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp798 …de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevic… in createImage2DAndBindMemory() local
799 …VK_CHECK(vk.bindImageMemory(vkDevice, *image, colorImageAlloc->getMemory(), colorImageAlloc->getOf… in createImage2DAndBindMemory()
802 *pAlloc = colorImageAlloc; in createImage2DAndBindMemory()
DvktPipelineRenderToImageTests.cpp994 MovePtr<Allocation> colorImageAlloc; in testWithSizeReduction() local
1010colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testWithSizeReduction()
1416 MovePtr<Allocation> colorImageAlloc; in testRenderToMipMaps() local
1428colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testRenderToMipMaps()
DvktPipelineStencilExportTests.cpp522 …MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, Memo… in testStencilExportReplace() local
DvktPipelineMultisampleImageTests.cpp928 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test() local
1113 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in renderAndResolve() local
DvktPipelineFramebufferAttachmentTests.cpp398 MovePtr<Allocation> colorImageAlloc; in test() local
450 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp161 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw() local
DvktGeometryLayeredRenderingTests.cpp1036 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in test() local
1175 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in testLayeredReadBack() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1776 de::MovePtr<vk::Allocation> colorImageAlloc; in render() local
1838colorImageAlloc = m_memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *colorImage), Memor… in render()
1839 …VK_CHECK(vk.bindImageMemory(vkDevice, *colorImage, colorImageAlloc->getMemory(), colorImageAlloc->… in render()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp344 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1894 …de::UniquePtr<Allocation> colorImageAlloc (allocateAndBindMemory(m_context, *colorImage, Memory… in iterate() local