/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | pipeline_stage_common.adoc | 17 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | stage_mask_2_common.adoc | 13 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | stage_mask_common.adoc | 13 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | pipeline_stage_common.txt | 17 If the <<features-tessellationShader,tessellation shaders>> feature is
|
D | stage_mask_common.txt | 13 If the <<features-tessellationShader,tessellation shaders>> feature is
|
D | stage_mask_2_common.txt | 13 If the <<features-tessellationShader,tessellation shaders>> feature is
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/pipeline/ |
D | primitive_id_from_tess.amber | 19 DEVICE_FEATURE tessellationShader
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 79 if (!features.tessellationShader) in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | tessellation_isolines.amber | 16 DEVICE_FEATURE tessellationShader
|
D | draw_triangle_list_using_tessellation.vkscript | 16 tessellationShader
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 79 if (!features.tessellationShader) in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/pipeline/input_assembly/primitive_restart/ |
D | restart_disabled_patch_list_uint8.amber | 19 DEVICE_FEATURE tessellationShader
|
D | restart_disabled_patch_list_uint16.amber | 18 DEVICE_FEATURE tessellationShader
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/crash_test/ |
D | divbyzero_tesc.amber | 17 DEVICE_FEATURE tessellationShader
|
D | divbyzero_tese.amber | 17 DEVICE_FEATURE tessellationShader
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_shader_viewport_index_layer.adoc | 21 - This extension interacts with the pname:tessellationShader feature.
|
D | VK_EXT_shader_viewport_index_layer.txt | 22 - This extension interacts with the pname:tessellationShader feature.
|
D | VK_NV_viewport_array2.txt | 18 - This extension interacts with the pname:tessellationShader feature.
|
D | VK_NV_viewport_array2.adoc | 18 - This extension interacts with the pname:tessellationShader feature.
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/depth_bias/ |
D | depth_bias_patch_list_tri_line.amber | 26 DEVICE_FEATURE tessellationShader
|
D | depth_bias_patch_list_tri_point.amber | 26 DEVICE_FEATURE tessellationShader
|
D | depth_bias_patch_list_tri_fill.amber | 26 DEVICE_FEATURE tessellationShader
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderViewportLayerArrayTests.cpp | 49 ShaderViewportLayerArrayUtils::ShaderPipeline::ShaderPipeline(bool tessellationShader, bool geometr… in ShaderPipeline() argument 52 , m_hasTessellationShader(tessellationShader) in ShaderPipeline()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 114 features->tessellationShader = VK_TRUE; in NamesToVulkanFeatures() 301 if (available_features.tessellationShader == VK_FALSE && in AreAllRequiredFeaturesSupported() 302 required_features.tessellationShader == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 119 if (features->tessellationShader) in validateFeatureLimits() 278 { LIMIT(maxTessellationGenerationLevel), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits() 279 { LIMIT(maxTessellationPatchSize), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits() 280 …{ LIMIT(maxTessellationControlPerVertexInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits() 281 …{ LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, … in validateFeatureLimits() 282 …{ LIMIT(maxTessellationControlPerPatchOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0… in validateFeatureLimits() 283 …{ LIMIT(maxTessellationControlTotalOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0… in validateFeatureLimits() 284 …{ LIMIT(maxTessellationEvaluationInputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f … in validateFeatureLimits() 285 …{ LIMIT(maxTessellationEvaluationOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f… in validateFeatureLimits() 727 if (features.tessellationShader) in validateLimits12() [all …]
|