/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1006 …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 2588 …colorImageAlloc = 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/ |
D | vktPipelineTimestampTests.cpp | 798 …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()
|
D | vktPipelineRenderToImageTests.cpp | 994 MovePtr<Allocation> colorImageAlloc; in testWithSizeReduction() local 1010 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testWithSizeReduction() 1416 MovePtr<Allocation> colorImageAlloc; in testRenderToMipMaps() local 1428 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testRenderToMipMaps()
|
D | vktPipelineStencilExportTests.cpp | 522 …MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, Memo… in testStencilExportReplace() local
|
D | vktPipelineMultisampleImageTests.cpp | 928 …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
|
D | vktPipelineFramebufferAttachmentTests.cpp | 398 MovePtr<Allocation> colorImageAlloc; in test() local 450 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 161 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw() local
|
D | vktGeometryLayeredRenderingTests.cpp | 1036 …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/ |
D | vktShaderRender.cpp | 1776 de::MovePtr<vk::Allocation> colorImageAlloc; in render() local 1838 …colorImageAlloc = 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 344 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 1894 …de::UniquePtr<Allocation> colorImageAlloc (allocateAndBindMemory(m_context, *colorImage, Memory… in iterate() local
|