Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp78 const Image colorAttachmentImage ( in iterate() local
89 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, … in iterate()
142 *colorAttachmentImage, colorSubRange); in iterate()
171 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, resolution); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp210 Move<VkImage> colorAttachmentImage = createImage(vk, vkDevice, &colorAttachmentInfo); in iterate() local
211 …ultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *colorAttachmentImage), MemoryReq… in iterate()
212 …VK_CHECK(vk.bindImageMemory(vkDevice, *colorAttachmentImage, allocationAttachment->getMemory(), al… in iterate()
213 …Move<VkImageView> colorAttachmentView = makeImageView(vk, vkDevice, *colorAttachmentImage, V… in iterate()
305 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
310 …vk.cmdClearColorImage(*cmdBuffer, *colorAttachmentImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &r… in iterate()
312 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
348 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate()
353 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate()
355 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp321 const Image colorAttachmentImage (vk, device, allocator, in test() local
332 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in test()
367 *colorAttachmentImage, colorImageSubresourceRange); in test()
387 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationCommonEdgeTests.cpp356 const Image colorAttachmentImage (vk, device, allocator, in test() local
367 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in test()
397 *colorAttachmentImage, colorImageSubresourceRange); in test()
424 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationMiscDrawTests.cpp167 const Image colorAttachmentImage (vk, device, allocator, in runTest() local
201 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in runTest()
250 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
276 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationGeometryGridRenderTests.cpp597 …const Image colorAttachmentImage (vk, device, allocator, colorImageCreateInfo, MemoryRequ… in iterate() local
606 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in iterate()
629 *colorAttachmentImage, colorImageAllLayersRange); in iterate()
649 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize, VK_ACCESS_COLOR… in iterate()
DvktTessellationWindingTests.cpp424 const Image colorAttachmentImage (vk, device, allocator, in iterate() local
435 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage,… in iterate()
502 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
537 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
DvktTessellationPrimitiveDiscardTests.cpp440 const Image colorAttachmentImage (vk, device, allocator, in test() local
469 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in test()
502 *colorAttachmentImage, colorImageSubresourceRange); in test()
527 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationGeometryPassthroughTests.cpp492 const Image colorAttachmentImage (vk, device, allocator, in iterate() local
506 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in iterate()
560 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
587 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSi… in iterate()
DvktTessellationShaderInputOutputTests.cpp101 const Image colorAttachmentImage (vk, device, allocator, in runTest() local
112 …const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage in runTest()
145 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
170 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationUserDefinedIO.cpp811 const Image colorAttachmentImage (vk, device, allocator, in iterate() local
839 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in iterate()
865 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
889 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp372 …de::MovePtr<Image> colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, *queues.m_a… in executeGraphicPipeline() local
375 …Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_… in executeGraphicPipeline()
398 **colorAttachmentImage, colorImageSubresourceRange); in executeGraphicPipeline()