Lines Matching refs:imageLayers
109 deUint32 imageLayers;
286 if (m_config.imageLayers > 1)
379 if (imageFormatProperties.maxArrayLayers < m_config.imageLayers)
397 || imageFormatProperties.maxArrayLayers < m_config.imageLayers)
411 m_config.imageLayers,
705 const Move<VkShaderModule> geometryShaderModule (m_config.imageLayers == 1 ? Move<VkShaderModule>() : createShaderModule(m_vkd, m_device, binaryCollection.get("quad-geom"), 0u));
789 m_config.imageLayers == 1 ? DE_NULL : *geometryShaderModule, // const VkShaderModule geometryShaderModule
824 m_config.width * m_config.height * m_config.imageLayers * pixelSize,
1226 if (config.imageLayers > 1)
1425 deUint32 imageLayers;
1726 layeredTextureTestData.imageLayers,
1760 layeredTextureTestData.imageLayers,