/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 809 const auto imageLayers = (m_params.multiview ? 2u : 1u); in iterate() local 810 …const auto imageViewType = ((imageLayers > 1u) ? VK_IMAGE_VIEW_TYPE_2D_ARRAY : VK_IMAGE_VIEW_TYPE_… in iterate() 836 imageLayers, // deUint32 arrayLayers; in iterate() 847 …orSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, imageLayers); in iterate() 860 imageLayers, // deUint32 arrayLayers; in iterate() 871 …bresourceRange((VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT), 0u, 1u, 0u, imageLayers); in iterate() 882 for (deUint32 i = 0u; i < imageLayers; ++i) in iterate() 891 for (deUint32 i = 0u; i < imageLayers; ++i) in iterate() 920 renderPass = makeMultidrawRenderPass(vkd, device, colorFormat, dsFormat, imageLayers); in iterate() 992 pipelines.reserve(imageLayers); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 809 const auto imageLayers = (m_params.multiview ? 2u : 1u); in iterate() local 810 …const auto imageViewType = ((imageLayers > 1u) ? VK_IMAGE_VIEW_TYPE_2D_ARRAY : VK_IMAGE_VIEW_TYPE_… in iterate() 836 imageLayers, // deUint32 arrayLayers; in iterate() 847 …orSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, imageLayers); in iterate() 860 imageLayers, // deUint32 arrayLayers; in iterate() 871 …bresourceRange((VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT), 0u, 1u, 0u, imageLayers); in iterate() 882 for (deUint32 i = 0u; i < imageLayers; ++i) in iterate() 891 for (deUint32 i = 0u; i < imageLayers; ++i) in iterate() 920 renderPass = makeMultidrawRenderPass(vkd, device, colorFormat, dsFormat, imageLayers); in iterate() 992 pipelines.reserve(imageLayers); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 109 deUint32 imageLayers; member 286 if (m_config.imageLayers > 1) in isFeaturesSupported() 379 if (imageFormatProperties.maxArrayLayers < m_config.imageLayers) in createImage() 397 || imageFormatProperties.maxArrayLayers < m_config.imageLayers) in createImage() 411 m_config.imageLayers, in createImage() 705 …const Move<VkShaderModule> geometryShaderModule (m_config.imageLayers == 1 ? Move<VkShaderModule>… in createRenderPipeline() 789 …m_config.imageLayers == 1 ? DE_NULL : *geometryShaderModule, // const VkShaderModule … in createRenderPipeline() 824 m_config.width * m_config.height * m_config.imageLayers * pixelSize, in createBuffer() 1226 if (config.imageLayers > 1) in init() 1425 deUint32 imageLayers; in initTests() member [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 109 deUint32 imageLayers; member 286 if (m_config.imageLayers > 1) in isFeaturesSupported() 379 if (imageFormatProperties.maxArrayLayers < m_config.imageLayers) in createImage() 397 || imageFormatProperties.maxArrayLayers < m_config.imageLayers) in createImage() 411 m_config.imageLayers, in createImage() 705 …const Move<VkShaderModule> geometryShaderModule (m_config.imageLayers == 1 ? Move<VkShaderModule>… in createRenderPipeline() 789 …m_config.imageLayers == 1 ? DE_NULL : *geometryShaderModule, // const VkShaderModule … in createRenderPipeline() 824 m_config.width * m_config.height * m_config.imageLayers * pixelSize, in createBuffer() 1226 if (config.imageLayers > 1) in init() 1425 deUint32 imageLayers; in initTests() member [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiIncrementalPresentTests.cpp | 694 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local 755 imageLayers, in generateSwapchainConfigs() 780 imageLayers, in generateSwapchainConfigs()
|
D | vktWsiDisplayControlTests.cpp | 584 const deUint32 imageLayers = 1u; in createSwapchainConfig() local 629 imageLayers, in createSwapchainConfig()
|
D | vktWsiSharedPresentableImageTests.cpp | 606 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local 665 imageLayers, in generateSwapchainConfigs()
|
D | vktWsiDisplayTimingTests.cpp | 616 const deUint32 imageLayers = 1u; in createSwapchainConfig() local 671 imageLayers, in createSwapchainConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiIncrementalPresentTests.cpp | 694 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local 755 imageLayers, in generateSwapchainConfigs() 780 imageLayers, in generateSwapchainConfigs()
|
D | vktWsiDisplayControlTests.cpp | 584 const deUint32 imageLayers = 1u; in createSwapchainConfig() local 629 imageLayers, in createSwapchainConfig()
|
D | vktWsiSharedPresentableImageTests.cpp | 606 const deUint32 imageLayers = 1u; in generateSwapchainConfigs() local 665 imageLayers, in generateSwapchainConfigs()
|
D | vktWsiDisplayTimingTests.cpp | 616 const deUint32 imageLayers = 1u; in createSwapchainConfig() local 671 imageLayers, in createSwapchainConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 801 const deUint8 imageLayers = 1; in testNoAtt() local 804 …, VkImageViewCreateFlags(0), VK_IMAGE_TYPE_2D, COLOR_FORMAT, imageDim, imageLayers, imageUsage, fa… in testNoAtt() 805 const VkImageSubresourceRange imageSubresourceRange = makeColorSubresourceRange(0u, imageLayers); in testNoAtt()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 801 const deUint8 imageLayers = 1; in testNoAtt() local 804 …, VkImageViewCreateFlags(0), VK_IMAGE_TYPE_2D, COLOR_FORMAT, imageDim, imageLayers, imageUsage, fa… in testNoAtt() 805 const VkImageSubresourceRange imageSubresourceRange = makeColorSubresourceRange(0u, imageLayers); in testNoAtt()
|