Home
last modified time | relevance | path

Searched refs:shaderTessellationAndGeometryPointSize (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc1898 <<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
Dfeatures.adoc676 * [[features-shaderTessellationAndGeometryPointSize]]
677 pname:shaderTessellationAndGeometryPointSize specifies whether the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1636 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderTessellationAndGeometryPointSize ); in operator ()()
Dvulkan_hash.hpp3181 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderTessellationAndGeometryPointSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp637 vkStream->write((VkBool32*)&forMarshaling->shaderTessellationAndGeometryPointSize, in marshal_VkPhysicalDeviceFeatures()
704 vkStream->read((VkBool32*)&forUnmarshaling->shaderTessellationAndGeometryPointSize, in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp574 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderTessellationAndGeometryPointSize, in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp700 vkStream->write((VkBool32*)&forMarshaling->shaderTessellationAndGeometryPointSize, in marshal_VkPhysicalDeviceFeatures()
767 vkStream->read((VkBool32*)&forUnmarshaling->shaderTessellationAndGeometryPointSize, in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp565 memcpy((VkBool32*)&forUnmarshaling->shaderTessellationAndGeometryPointSize, *ptr, in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3043 VkBool32 shaderTessellationAndGeometryPointSize; member