Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dstage_mask_common.adoc13 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dstage_mask_2_common.adoc13 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dpipeline_stage_common.adoc17 If the <<features-tessellationShader, pname:tessellationShader>> feature
Ddraw_common.adoc2397 <<features-tessellationShader, pname:tessellationShader>> feature is
2403 <<features-tessellationShader, pname:tessellationShader>> feature is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_shader_viewport_index_layer.adoc21 - This extension interacts with the pname:tessellationShader feature.
DVK_NV_viewport_array2.adoc18 - This extension interacts with the pname:tessellationShader feature.
DVK_EXT_shader_object.adoc150 // tessellationShader and geometryShader features disabled. Otherwise, since
326 // Assume the tessellationShader feature is disabled, so vkCmdBindShadersEXT()
Dspirvenv.adoc1345 * [[VUID-{refpage}-tessellationShader-06326]]
1346 If <<features-tessellationShader, pname:tessellationShader>> is enabled,
1351 * [[VUID-{refpage}-tessellationShader-06327]]
1352 If <<features-tessellationShader, pname:tessellationShader>> is enabled,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc54 * Assuming VkPhysicalDeviceFeatures::tessellationShader is enabled
DVK_EXT_shader_object.adoc393 If the `tessellationShader` or `geometryShader` features are enabled on the device, the application…
569 If the `tessellationShader` or `geometryShader` features are enabled on the device, the application…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc336 If the <<features-tessellationShader, pname:tessellationShader>> feature
368 If the <<features-tessellationShader, pname:tessellationShader>> feature
812 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dfeatures.adoc419 * [[features-tessellationShader]] pname:tessellationShader specifies
689 of the <<features-tessellationShader, pname:tessellationShader>> or
4911 This member is only meaningful if <<features-tessellationShader,
4912 pname:tessellationShader>> are supported.
4916 This member is only meaningful if <<features-tessellationShader,
4917 pname:tessellationShader>> are supported.
7857 * <<features-tessellationShader, pname:tessellationShader>>, if the
Dlimits.adoc4477 | code:uint32_t | pname:maxTessellationGenerationLevel | pname:tessellationShader
4478 | code:uint32_t | pname:maxTessellationPatchSize | pname:tessellationShader
4479 …t32_t | pname:maxTessellationControlPerVertexInputComponents | pname:tessellationShader
4480 …t32_t | pname:maxTessellationControlPerVertexOutputComponents | pname:tessellationShader
4481 …t32_t | pname:maxTessellationControlPerPatchOutputComponents | pname:tessellationShader
4482 …t32_t | pname:maxTessellationControlTotalOutputComponents | pname:tessellationShader
4483 …t32_t | pname:maxTessellationEvaluationInputComponents | pname:tessellationShader
4484 …t32_t | pname:maxTessellationEvaluationOutputComponents | pname:tessellationShader
Ddrawing.adoc114 If the <<features-tessellationShader, pname:tessellationShader>> feature
Dpipelines.adoc451 If the <<features-tessellationShader, pname:tessellationShader>> feature
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1614 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.tessellationShader ); in operator ()()
Dvulkan_hash.hpp3159 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.tessellationShader ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp615 vkStream->write((VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
682 vkStream->read((VkBool32*)&forUnmarshaling->tessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp530 memcpy(*ptr, (VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp678 vkStream->write((VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
745 vkStream->read((VkBool32*)&forUnmarshaling->tessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp521 memcpy((VkBool32*)&forUnmarshaling->tessellationShader, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3021 VkBool32 tessellationShader; member