Home
last modified time | relevance | path

Searched refs:eTessellationControl (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1942 eTessellationControl = VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, enumerator
1959 | ShaderStageFlagBits::eTessellationControl
Dvulkansc_to_string.hpp476 if ( value & ShaderStageFlagBits::eTessellationControl ) result += "TessellationControl | "; in to_string()
2789 case ShaderStageFlagBits::eTessellationControl : return "TessellationControl"; in to_string()
Dvulkan_enums.hpp3078 eTessellationControl = VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, enumerator
3113 | ShaderStageFlagBits::eTessellationControl
Dvulkan_to_string.hpp633 if ( value & ShaderStageFlagBits::eTessellationControl ) result += "TessellationControl | "; in to_string()
4987 case ShaderStageFlagBits::eTessellationControl : return "TessellationControl"; in to_string()