Searched refs:hasTess (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 608 bool hasTess (void) const in hasTess() function 615 return (hasGraphicsStage(GraphicsShaderType::VERTEX) || hasTess() || hasGeom()); in hasVertexPipelineStage() 925 const bool hasTess = (hasTessControl || hasTessEval); in generateSources() local 942 << (hasTess ? "" : " float gl_PointSize;\n") in generateSources() 946 if (hasTess) in generateSources() 967 if (hasTess) in generateSources() 1078 const auto inputPrim = (hasTess ? "triangles" : "points"); in generateSources() 1079 const auto outputPrim = (hasTess ? "triangle_strip" : "points"); in generateSources() 1080 const auto vertexCount = (hasTess ? 3u : 1u); in generateSources() 1090 << (hasTess in generateSources() 1859 const auto hasTess = m_params->hasTess(); iterate() local [all...] |
H A D | vktPipelineNoPositionTests.cpp | 355 const bool hasTess = m_params.tessellation(); in checkSupport() local 358 if (hasTess && !features.tessellationShader) in checkSupport() 372 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 602 bool hasTess (void) const in hasTess() function 609 return (hasGraphicsStage(GraphicsShaderType::VERTEX) || hasTess() || hasGeom()); in hasVertexPipelineStage() 919 const bool hasTess = (hasTessControl || hasTessEval); in generateSources() local 936 << (hasTess ? "" : " float gl_PointSize;\n") in generateSources() 940 if (hasTess) in generateSources() 961 if (hasTess) in generateSources() 1072 const auto inputPrim = (hasTess ? "triangles" : "points"); in generateSources() 1073 const auto outputPrim = (hasTess ? "triangle_strip" : "points"); in generateSources() 1074 const auto vertexCount = (hasTess ? 3u : 1u); in generateSources() 1084 << (hasTess in generateSources() 1847 const auto hasTess = m_params->hasTess(); iterate() local [all...] |
H A D | vktPipelineNoPositionTests.cpp | 337 const bool hasTess = m_params.tessellation(); in checkSupport() local 340 if (hasTess && !features.tessellationShader) in checkSupport() 354 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 2916 const auto hasTess = (tescModule != DE_NULL || teseModule != DE_NULL); 2917 const auto topology = (hasTess ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); 2934 (hasTess ? 3u : 0u), // deUint32 patchControlPoints; 2982 (hasTess ? &tessellationStateCreateInfo : nullptr), &viewportStateCreateInfo,
|
H A D | vktBindingMutableTests.cpp | 3008 const auto hasTess = (tescModule != DE_NULL || teseModule != DE_NULL); 3009 const auto topology = (hasTess ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); 3026 (hasTess ? 3u : 0u), // deUint32 patchControlPoints; 3074 (hasTess ? &tessellationStateCreateInfo : nullptr), &viewportStateCreateInfo,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 3004 const auto hasTess = (tescModule != DE_NULL || teseModule != DE_NULL); 3005 const auto topology = (hasTess ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); 3022 (hasTess ? 3u : 0u), // deUint32 patchControlPoints; 3070 (hasTess ? &tessellationStateCreateInfo : nullptr), &viewportStateCreateInfo,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1240 , hasTess (hasTess_) in hasTess() function 1248 deBool hasTess; member 3391 if (m_parametersGraphic.hasTess) in initPrograms()
|
Completed in 34 milliseconds