Home
last modified time | relevance | path

Searched refs:meshFeatures (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp61 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkTaskMeshShaderSupport() local
63 if (requireTask && !meshFeatures.taskShader) in checkTaskMeshShaderSupport()
66 if (requireMesh && !meshFeatures.meshShader) in checkTaskMeshShaderSupport()
DvktMeshShaderPropertyTests.cpp104 const auto& meshFeatures = context.getMeshShaderFeatures(); in genericCheckSupport() local
106 if (!meshFeatures.meshShader) in genericCheckSupport()
109 if (taskShaderNeeded && !meshFeatures.taskShader) in genericCheckSupport()
DvktMeshShaderApiTests.cpp340 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkSupport() local
342 if (!meshFeatures.meshShader) in checkSupport()
345 if (m_params.useTask && !meshFeatures.taskShader) in checkSupport()
DvktMeshShaderSyncTests.cpp486 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkSupport() local
488 if (!meshFeatures.meshShader) in checkSupport()
491 if (m_params.needsTask() && !meshFeatures.taskShader) in checkSupport()
DvktMeshShaderBuiltinTests.cpp336 const auto& meshFeatures = context.getMeshShaderFeatures(); in checkSupport() local
338 if (!meshFeatures.meshShader) in checkSupport()
341 if (m_taskNeeded && !meshFeatures.taskShader) in checkSupport()
DvktMeshShaderMiscTests.cpp80 const auto& meshFeatures = context.getMeshShaderFeatures(); in genericCheckSupport() local
82 if (!meshFeatures.meshShader) in genericCheckSupport()
85 if (requireTaskShader && !meshFeatures.taskShader) in genericCheckSupport()