Searched refs:imageLayers (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 705 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/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 99 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/ |
D | vktWsiIncrementalPresentTests.cpp | 692 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local 753 imageLayers, in generateSwapchainConfigs() 778 imageLayers, in generateSwapchainConfigs()
|
D | vktWsiDisplayControlTests.cpp | 583 const deUint32 imageLayers = 1u; in createSwapchainConfig() local 628 imageLayers, in createSwapchainConfig()
|
D | vktWsiSharedPresentableImageTests.cpp | 602 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local 661 imageLayers, in generateSwapchainConfigs()
|
D | vktWsiDisplayTimingTests.cpp | 614 const deUint32 imageLayers = 1u; in createSwapchainConfig() local 669 imageLayers, in createSwapchainConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 793 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()
|