Home
last modified time | relevance | path

Searched refs:imageLayers (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp705 const auto imageLayers = (m_params.multiview ? 2u : 1u); in iterate() local
706 …const auto imageViewType = ((imageLayers > 1u) ? VK_IMAGE_VIEW_TYPE_2D_ARRAY : VK_IMAGE_VIEW_TYPE_… in iterate()
732 imageLayers, // deUint32 arrayLayers; in iterate()
743 …orSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, imageLayers); in iterate()
756 imageLayers, // deUint32 arrayLayers; in iterate()
767 …bresourceRange((VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT), 0u, 1u, 0u, imageLayers); in iterate()
778 for (deUint32 i = 0u; i < imageLayers; ++i) in iterate()
787 for (deUint32 i = 0u; i < imageLayers; ++i) in iterate()
816 renderPass = makeMultidrawRenderPass(vkd, device, colorFormat, dsFormat, imageLayers); in iterate()
888 pipelines.reserve(imageLayers); in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp99 deUint32 imageLayers; member
265 if (m_config.imageLayers > 1) in isFeaturesSupported()
358 if (imageFormatProperties.maxArrayLayers < m_config.imageLayers) in createImage()
376 || imageFormatProperties.maxArrayLayers < m_config.imageLayers) in createImage()
390 m_config.imageLayers, in createImage()
682 …const Move<VkShaderModule> geometryShaderModule (m_config.imageLayers == 1 ? Move<VkShaderModule>… in createRenderPipeline()
766 …m_config.imageLayers == 1 ? DE_NULL : *geometryShaderModule, // const VkShaderModule … in createRenderPipeline()
801 m_config.width * m_config.height * m_config.imageLayers * pixelSize, in createBuffer()
1205 if (config.imageLayers > 1) in init()
1402 deUint32 imageLayers; in initTests() member
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp692 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local
753 imageLayers, in generateSwapchainConfigs()
778 imageLayers, in generateSwapchainConfigs()
DvktWsiDisplayControlTests.cpp583 const deUint32 imageLayers = 1u; in createSwapchainConfig() local
628 imageLayers, in createSwapchainConfig()
DvktWsiSharedPresentableImageTests.cpp602 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local
661 imageLayers, in generateSwapchainConfigs()
DvktWsiDisplayTimingTests.cpp614 const deUint32 imageLayers = 1u; in createSwapchainConfig() local
669 imageLayers, in createSwapchainConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp793 const deUint8 imageLayers = 1; in testNoAtt() local
796 …, VkImageViewCreateFlags(0), VK_IMAGE_TYPE_2D, COLOR_FORMAT, imageDim, imageLayers, imageUsage, fa… in testNoAtt()
797 const VkImageSubresourceRange imageSubresourceRange = makeColorSubresourceRange(0u, imageLayers); in testNoAtt()