Searched refs:unsupportedStages (Results 1 – 1 of 1) sorted by relevance
1938 VkPipelineStageFlags unsupportedStages = 0; in initializeDevice() local1941 unsupportedStages |= VK_PIPELINE_STAGE_TESSELLATION_CONTROL_SHADER_BIT | in initializeDevice()1946 unsupportedStages |= VK_PIPELINE_STAGE_GEOMETRY_SHADER_BIT; in initializeDevice()1948 mSupportedVulkanPipelineStageMask = ~unsupportedStages; in initializeDevice()