Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc4542 | code:uint32_t | pname:maxCullDistances | pname:shaderCullDistance
4543 | code:uint32_t | pname:maxCombinedClipAndCullDistances | pname:shaderCullDistance
Dfeatures.adoc822 * [[features-shaderCullDistance]] pname:shaderCullDistance specifies
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1647 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderCullDistance ); in operator ()()
Dvulkan_hash.hpp3192 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderCullDistance ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp655 vkStream->write((VkBool32*)&forMarshaling->shaderCullDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
723 vkStream->read((VkBool32*)&forUnmarshaling->shaderCullDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp601 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderCullDistance, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp718 vkStream->write((VkBool32*)&forMarshaling->shaderCullDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
786 vkStream->read((VkBool32*)&forUnmarshaling->shaderCullDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp594 memcpy((VkBool32*)&forUnmarshaling->shaderCullDistance, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3054 VkBool32 shaderCullDistance; member