/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 78 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/ |
D | vktSpvAsmCrossStageInterfaceTests.cpp | 210 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/ |
D | vktTessellationGeometryPointSizeTests.cpp | 321 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()
|
D | vktTessellationCommonEdgeTests.cpp | 356 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()
|
D | vktTessellationMiscDrawTests.cpp | 167 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()
|
D | vktTessellationGeometryGridRenderTests.cpp | 597 …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()
|
D | vktTessellationWindingTests.cpp | 424 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()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 440 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()
|
D | vktTessellationGeometryPassthroughTests.cpp | 492 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()
|
D | vktTessellationShaderInputOutputTests.cpp | 101 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()
|
D | vktTessellationUserDefinedIO.cpp | 811 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/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 372 …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()
|