/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCrossStageInterfaceTests.cpp | 285 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/ |
D | vktTessellationGeometryPointSizeTests.cpp | 321 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()
|
D | vktTessellationCommonEdgeTests.cpp | 356 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()
|
D | vktTessellationGeometryGridRenderTests.cpp | 548 …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()
|
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() 249 *colorAttachmentImage, colorImageSubresourceRange); in runTest() 275 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, *colorBuffer, renderSize); in runTest()
|
D | vktTessellationWindingTests.cpp | 424 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()
|
D | vktTessellationGeometryPassthroughTests.cpp | 477 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()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 438 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()
|
D | vktTessellationShaderInputOutputTests.cpp | 101 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()
|
D | vktTessellationUserDefinedIO.cpp | 803 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/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 370 …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()
|