Searched refs:tessellationShader (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | stage_mask_common.adoc | 13 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | stage_mask_2_common.adoc | 13 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | pipeline_stage_common.adoc | 17 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | draw_common.adoc | 2397 <<features-tessellationShader, pname:tessellationShader>> feature is 2403 <<features-tessellationShader, pname:tessellationShader>> feature is
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_shader_viewport_index_layer.adoc | 21 - This extension interacts with the pname:tessellationShader feature.
|
D | VK_NV_viewport_array2.adoc | 18 - This extension interacts with the pname:tessellationShader feature.
|
D | VK_EXT_shader_object.adoc | 150 // tessellationShader and geometryShader features disabled. Otherwise, since 326 // Assume the tessellationShader feature is disabled, so vkCmdBindShadersEXT()
|
D | spirvenv.adoc | 1345 * [[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/ |
D | VK_EXT_extended_dynamic_state3.adoc | 54 * Assuming VkPhysicalDeviceFeatures::tessellationShader is enabled
|
D | VK_EXT_shader_object.adoc | 393 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/ |
D | shaders.adoc | 336 If the <<features-tessellationShader, pname:tessellationShader>> feature 368 If the <<features-tessellationShader, pname:tessellationShader>> feature 812 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | features.adoc | 419 * [[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
|
D | limits.adoc | 4477 | 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
|
D | drawing.adoc | 114 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
D | pipelines.adoc | 451 If the <<features-tessellationShader, pname:tessellationShader>> feature
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1614 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.tessellationShader ); in operator ()()
|
D | vulkan_hash.hpp | 3159 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.tessellationShader ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 615 vkStream->write((VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 682 vkStream->read((VkBool32*)&forUnmarshaling->tessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 530 memcpy(*ptr, (VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 678 vkStream->write((VkBool32*)&forMarshaling->tessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 745 vkStream->read((VkBool32*)&forUnmarshaling->tessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 521 memcpy((VkBool32*)&forUnmarshaling->tessellationShader, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3021 VkBool32 tessellationShader; member
|