Home
last modified time | relevance | path

Searched refs:colorImageSubresourceRange (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp320 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in test() local
332 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in test()
367 *colorAttachmentImage, colorImageSubresourceRange); in test()
DvktTessellationCommonEdgeTests.cpp355 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in test() local
367 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in test()
397 *colorAttachmentImage, colorImageSubresourceRange); in test()
DvktTessellationMiscDrawTests.cpp166 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in runTest() local
201 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in runTest()
250 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
DvktTessellationWindingTests.cpp423 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in iterate() local
435 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in iterate()
502 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
DvktTessellationPrimitiveDiscardTests.cpp439 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in test() local
469 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in test()
502 *colorAttachmentImage, colorImageSubresourceRange); in test()
DvktTessellationGeometryPassthroughTests.cpp491 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in iterate() local
506 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in iterate()
560 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
DvktTessellationShaderInputOutputTests.cpp100 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in runTest() local
112 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in runTest()
145 *colorAttachmentImage, colorImageSubresourceRange); in runTest()
DvktTessellationUserDefinedIO.cpp810 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in iterate() local
839 …k, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange)); in iterate()
865 *colorAttachmentImage, colorImageSubresourceRange); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp371 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPE… in executeGraphicPipeline() local
375 …k, device, **colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange); in executeGraphicPipeline()
398 **colorAttachmentImage, colorImageSubresourceRange); in executeGraphicPipeline()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp245 …const VkImageSubresourceRange colorImageSubresourceRange = makeImageSubresourceRange(aspectFlags, … in ImageAttachment() local
253 …ce, logicalDevice, *m_image, VK_IMAGE_VIEW_TYPE_2D_ARRAY, colorFormat, colorImageSubresourceRange); in ImageAttachment()