Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicClass.cpp80 const ImageWithMemory colorAttachmentImage ( in iterate() local
91 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, … in iterate()
144 *colorAttachmentImage, colorSubRange); in iterate()
173 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, resolution); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp80 const ImageWithMemory colorAttachmentImage ( in iterate() local
91 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, … in iterate()
144 *colorAttachmentImage, colorSubRange); in iterate()
173 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, resolution); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp211 Move<VkImage> colorAttachmentImage = createImage(vk, vkDevice, &colorAttachmentInfo); in iterate() local
212 …ultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *colorAttachmentImage), MemoryReq… in iterate()
213 …VK_CHECK(vk.bindImageMemory(vkDevice, *colorAttachmentImage, allocationAttachment->getMemory(), al… in iterate()
214 …Move<VkImageView> colorAttachmentView = makeImageView(vk, vkDevice, *colorAttachmentImage, V… in iterate()
306 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
311 …vk.cmdClearColorImage(*cmdBuffer, *colorAttachmentImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &r… in iterate()
313 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
349 …resultComparison = checkImage(*colorAttachmentImage, *cmdPool, *cmdBuffer, imageDescription+" Expe… in iterate()
354 …resultComparison = checkImage(*colorAttachmentImage, *cmdPool, *cmdBuffer, imageDescription+" Expe… in iterate()
356 …resultComparison = checkImage(*colorAttachmentImage, *cmdPool, *cmdBuffer, imageDescription+" Expe… in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp211 Move<VkImage> colorAttachmentImage = createImage(vk, vkDevice, &colorAttachmentInfo); in iterate() local
212 …ultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *colorAttachmentImage), MemoryReq… in iterate()
213 …VK_CHECK(vk.bindImageMemory(vkDevice, *colorAttachmentImage, allocationAttachment->getMemory(), al… in iterate()
214 …Move<VkImageView> colorAttachmentView = makeImageView(vk, vkDevice, *colorAttachmentImage, V… in iterate()
306 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
311 …vk.cmdClearColorImage(*cmdBuffer, *colorAttachmentImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &r… in iterate()
313 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
349 …resultComparison = checkImage(*colorAttachmentImage, *cmdPool, *cmdBuffer, imageDescription+" Expe… in iterate()
354 …resultComparison = checkImage(*colorAttachmentImage, *cmdPool, *cmdBuffer, imageDescription+" Expe… in iterate()
356 …resultComparison = checkImage(*colorAttachmentImage, *cmdPool, *cmdBuffer, imageDescription+" Expe… in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp323 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in test() local
334 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in test()
369 *colorAttachmentImage, colorImageSubresourceRange); in test()
389 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationCommonEdgeTests.cpp358 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in test() local
369 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in test()
399 *colorAttachmentImage, colorImageSubresourceRange); in test()
426 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationMiscDrawTests.cpp169 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in runTest() local
203 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in runTest()
252 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
278 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationWindingTests.cpp426 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in iterate() local
437 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage,… in iterate()
504 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
539 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
DvktTessellationGeometryGridRenderTests.cpp599 …const ImageWithMemory colorAttachmentImage (vk, device, allocator, colorImageCreateInfo, Mem… in iterate() local
608 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in iterate()
631 *colorAttachmentImage, colorImageAllLayersRange); in iterate()
651 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize, VK_ACCESS_COLOR… in iterate()
DvktTessellationPrimitiveDiscardTests.cpp442 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in test() local
471 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in test()
504 *colorAttachmentImage, colorImageSubresourceRange); in test()
529 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationGeometryPassthroughTests.cpp502 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in iterate() local
516 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in iterate()
570 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
597 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSi… in iterate()
DvktTessellationShaderInputOutputTests.cpp103 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in runTest() local
114 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in runTest()
147 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
172 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationUserDefinedIO.cpp813 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in iterate() local
841 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in iterate()
867 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
891 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp323 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in test() local
334 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in test()
369 *colorAttachmentImage, colorImageSubresourceRange); in test()
389 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationCommonEdgeTests.cpp358 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in test() local
369 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in test()
399 *colorAttachmentImage, colorImageSubresourceRange); in test()
426 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationMiscDrawTests.cpp169 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in runTest() local
203 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in runTest()
252 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
278 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationGeometryGridRenderTests.cpp599 …const ImageWithMemory colorAttachmentImage (vk, device, allocator, colorImageCreateInfo, Mem… in iterate() local
608 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in iterate()
631 *colorAttachmentImage, colorImageAllLayersRange); in iterate()
651 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize, VK_ACCESS_COLOR… in iterate()
DvktTessellationWindingTests.cpp426 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in iterate() local
437 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage,… in iterate()
504 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
539 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
DvktTessellationPrimitiveDiscardTests.cpp442 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in test() local
471 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in test()
504 *colorAttachmentImage, colorImageSubresourceRange); in test()
529 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationGeometryPassthroughTests.cpp502 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in iterate() local
516 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in iterate()
570 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
597 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSi… in iterate()
DvktTessellationShaderInputOutputTests.cpp103 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in runTest() local
114 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in runTest()
147 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
172 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationUserDefinedIO.cpp813 const ImageWithMemory colorAttachmentImage (vk, device, allocator, in iterate() local
841 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in iterate()
867 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
891 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp452 …de::MovePtr<Image> colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, *queues.m_a… in executeGraphicPipeline() local
455 …Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_… in executeGraphicPipeline()
476 **colorAttachmentImage, colorImageSubresourceRange); in executeGraphicPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp452 …de::MovePtr<Image> colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, *queues.m_a… in executeGraphicPipeline() local
455 …Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_… in executeGraphicPipeline()
476 **colorAttachmentImage, colorImageSubresourceRange); in executeGraphicPipeline()