Searched refs:shaderTessellationAndGeometryPointSize (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 1898 <<features-shaderTessellationAndGeometryPointSize, 1899 pname:shaderTessellationAndGeometryPointSize>> is enabled, a 1929 <<features-shaderTessellationAndGeometryPointSize, 1930 pname:shaderTessellationAndGeometryPointSize>> is not enabled, a 1932 * [[VUID-VkGraphicsPipelineCreateInfo-shaderTessellationAndGeometryPointSize-08776]] 1935 <<features-shaderTessellationAndGeometryPointSize, 1936 pname:shaderTessellationAndGeometryPointSize>> is enabled, a 1945 <<features-shaderTessellationAndGeometryPointSize, 1946 pname:shaderTessellationAndGeometryPointSize>> is not enabled, a
|
D | features.adoc | 676 * [[features-shaderTessellationAndGeometryPointSize]] 677 pname:shaderTessellationAndGeometryPointSize specifies whether the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1636 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderTessellationAndGeometryPointSize ); in operator ()()
|
D | vulkan_hash.hpp | 3181 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderTessellationAndGeometryPointSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 637 vkStream->write((VkBool32*)&forMarshaling->shaderTessellationAndGeometryPointSize, in marshal_VkPhysicalDeviceFeatures() 704 vkStream->read((VkBool32*)&forUnmarshaling->shaderTessellationAndGeometryPointSize, in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 574 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderTessellationAndGeometryPointSize, in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 700 vkStream->write((VkBool32*)&forMarshaling->shaderTessellationAndGeometryPointSize, in marshal_VkPhysicalDeviceFeatures() 767 vkStream->read((VkBool32*)&forUnmarshaling->shaderTessellationAndGeometryPointSize, in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 565 memcpy((VkBool32*)&forUnmarshaling->shaderTessellationAndGeometryPointSize, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3043 VkBool32 shaderTessellationAndGeometryPointSize; member
|