Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp285 Move<VkImage> colorAttachmentImage = createImage(vk, vkDevice, &colorAttachmentInfo); in iterate() local
286 …ultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *colorAttachmentImage), MemoryReq… in iterate()
287 …VK_CHECK(vk.bindImageMemory(vkDevice, *colorAttachmentImage, allocationAttachment->getMemory(), al… in iterate()
288 …Move<VkImageView> colorAttachmentView = makeImageView(vk, vkDevice, *colorAttachmentImage, V… in iterate()
380 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
385 …vk.cmdClearColorImage(*cmdBuffer, *colorAttachmentImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &r… in iterate()
387 imageBarrier(vk, *cmdBuffer, *colorAttachmentImage, imageSubresourceRange, in iterate()
423 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate()
428 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate()
430 …resultComparison = checkImage(*colorAttachmentImage, *cmdBuffer, imageDescription+" Expected Pass"… in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp321 const Image colorAttachmentImage (vk, device, allocator, in test() local
332 …kImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_V… 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 …geView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_V… in test()
397 *colorAttachmentImage, colorImageSubresourceRange); in test()
424 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationGeometryGridRenderTests.cpp548 …const Image colorAttachmentImage (vk, device, allocator, colorImageCreateInfo, MemoryRequ… in iterate() local
557 …kImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentImage, colorAttac… in iterate()
580 *colorAttachmentImage, colorImageAllLayersRange); in iterate()
600 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize, VK_ACCESS_COLOR… in iterate()
DvktTessellationMiscDrawTests.cpp167 const Image colorAttachmentImage (vk, device, allocator, in runTest() local
201 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in runTest()
249 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
275 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationWindingTests.cpp424 const Image colorAttachmentImage (vk, device, allocator, in iterate() local
435 …rAttachmentView(makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_V… in iterate()
502 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
537 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
DvktTessellationGeometryPassthroughTests.cpp477 const Image colorAttachmentImage (vk, device, allocator, in iterate() local
491 …const Unique<VkImageView> colorAttachmentView(makeImageView(vk, device, *colorAttachmentImage, VK… in iterate()
545 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
572 …copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSi… in iterate()
DvktTessellationPrimitiveDiscardTests.cpp438 const Image colorAttachmentImage (vk, device, allocator, in test() local
467 …const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, V… in test()
500 *colorAttachmentImage, colorImageSubresourceRange); in test()
525 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in test()
DvktTessellationShaderInputOutputTests.cpp101 const Image colorAttachmentImage (vk, device, allocator, in runTest() local
112 …kImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_V… in runTest()
145 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
170 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
DvktTessellationUserDefinedIO.cpp803 const Image colorAttachmentImage (vk, device, allocator, in iterate() local
831 …const Unique<VkImageView> colorAttachmentView(makeImageView(vk, device, *colorAttachmentImage in iterate()
857 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
881 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp370 …de::MovePtr<Image> colorAttachmentImage = de::MovePtr<Image>(new Image(vk, device, *queues.m_a… in executeGraphicPipeline() local
373 …Move<VkImageView> colorAttachmentView = makeImageView(vk, device, **colorAttachmentImage, VK_… in executeGraphicPipeline()
396 **colorAttachmentImage, colorImageSubresourceRange); in executeGraphicPipeline()