Home
last modified time | relevance | path

Searched refs:geometryStage (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp3163 ShaderStage geometryStage; in init() local
3164 geometryStage.source = GeometrySource("#version 450\n" in init()
3183 geometryStage.caps.push_back("Geometry Shader"); in init()
3184 geometryStage.caps.push_back("GeometryPointSize Geometry"); in init()
3185 geometryStage.caps.push_back("GeometryStreams Geometry"); in init()
3186 geometryStage.caps.push_back("MultiViewport Geometry"); in init()
3253 standardPipeline.push_back(geometryStage); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1766 VkPipelineShaderStageCreateInfo geometryStage = {}; in initializePipeline() local
1769 specializationInfo, &geometryStage); in initializePipeline()
1770 shaderStages.push_back(geometryStage); in initializePipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp2810 const bool geometryStage = (m_params.testingStage == TestingStage::GEOMETRY); in checkSupport() local
2821 if (geometryStage && !features.geometryShader) in checkSupport()
DvktBindingMutableTests.cpp2898 const bool geometryStage = (m_params.testingStage == TestingStage::GEOMETRY); in checkSupport() local
2909 if (geometryStage && !features.geometryShader) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingMutableTests.cpp2898 const bool geometryStage = (m_params.testingStage == TestingStage::GEOMETRY); in checkSupport() local
2909 if (geometryStage && !features.geometryShader) in checkSupport()