Home
last modified time | relevance | path

Searched refs:tessellationShader (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dpipeline_stage_common.adoc17 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dstage_mask_2_common.adoc13 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dstage_mask_common.adoc13 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dpipeline_stage_common.txt17 If the <<features-tessellationShader,tessellation shaders>> feature is
Dstage_mask_common.txt13 If the <<features-tessellationShader,tessellation shaders>> feature is
Dstage_mask_2_common.txt13 If the <<features-tessellationShader,tessellation shaders>> feature is
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/pipeline/
Dprimitive_id_from_tess.amber19 DEVICE_FEATURE tessellationShader
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp79 if (!features.tessellationShader) in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dtessellation_isolines.amber16 DEVICE_FEATURE tessellationShader
Ddraw_triangle_list_using_tessellation.vkscript16 tessellationShader
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationLimitsTests.cpp79 if (!features.tessellationShader) in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/pipeline/input_assembly/primitive_restart/
Drestart_disabled_patch_list_uint8.amber19 DEVICE_FEATURE tessellationShader
Drestart_disabled_patch_list_uint16.amber18 DEVICE_FEATURE tessellationShader
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/crash_test/
Ddivbyzero_tesc.amber17 DEVICE_FEATURE tessellationShader
Ddivbyzero_tese.amber17 DEVICE_FEATURE tessellationShader
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_shader_viewport_index_layer.adoc21 - This extension interacts with the pname:tessellationShader feature.
DVK_EXT_shader_viewport_index_layer.txt22 - This extension interacts with the pname:tessellationShader feature.
DVK_NV_viewport_array2.txt18 - This extension interacts with the pname:tessellationShader feature.
DVK_NV_viewport_array2.adoc18 - This extension interacts with the pname:tessellationShader feature.
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/depth_bias/
Ddepth_bias_patch_list_tri_line.amber26 DEVICE_FEATURE tessellationShader
Ddepth_bias_patch_list_tri_point.amber26 DEVICE_FEATURE tessellationShader
Ddepth_bias_patch_list_tri_fill.amber26 DEVICE_FEATURE tessellationShader
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderViewportLayerArrayTests.cpp49 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/
Dconfig_helper_vulkan.cc114 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/
DvktApiFeatureInfo.cpp119 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 …]

1234567