Searched refs:meshFeatures (Results 1 – 6 of 6) sorted by relevance
61 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkTaskMeshShaderSupport() local63 if (requireTask && !meshFeatures.taskShader) in checkTaskMeshShaderSupport()66 if (requireMesh && !meshFeatures.meshShader) in checkTaskMeshShaderSupport()
104 const auto& meshFeatures = context.getMeshShaderFeatures(); in genericCheckSupport() local106 if (!meshFeatures.meshShader) in genericCheckSupport()109 if (taskShaderNeeded && !meshFeatures.taskShader) in genericCheckSupport()
340 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkSupport() local342 if (!meshFeatures.meshShader) in checkSupport()345 if (m_params.useTask && !meshFeatures.taskShader) in checkSupport()
486 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkSupport() local488 if (!meshFeatures.meshShader) in checkSupport()491 if (m_params.needsTask() && !meshFeatures.taskShader) in checkSupport()
336 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkSupport() local338 if (!meshFeatures.meshShader) in checkSupport()341 if (m_taskNeeded && !meshFeatures.taskShader) in checkSupport()
80 const auto& meshFeatures = context.getMeshShaderFeatures(); in genericCheckSupport() local82 if (!meshFeatures.meshShader) in genericCheckSupport()85 if (requireTaskShader && !meshFeatures.taskShader) in genericCheckSupport()