Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc815 * [[features-shaderClipDistance]] pname:shaderClipDistance specifies
Dlimits.adoc4541 | code:uint32_t | pname:maxClipDistances | pname:shaderClipDistance
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1646 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderClipDistance ); in operator ()()
Dvulkan_hash.hpp3191 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderClipDistance ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp654 vkStream->write((VkBool32*)&forMarshaling->shaderClipDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
722 vkStream->read((VkBool32*)&forUnmarshaling->shaderClipDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp599 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderClipDistance, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp717 vkStream->write((VkBool32*)&forMarshaling->shaderClipDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
785 vkStream->read((VkBool32*)&forUnmarshaling->shaderClipDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp592 memcpy((VkBool32*)&forUnmarshaling->shaderClipDistance, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3053 VkBool32 shaderClipDistance; member