Searched refs:shaderCullDistance (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 4542 | code:uint32_t | pname:maxCullDistances | pname:shaderCullDistance 4543 | code:uint32_t | pname:maxCombinedClipAndCullDistances | pname:shaderCullDistance
|
D | features.adoc | 822 * [[features-shaderCullDistance]] pname:shaderCullDistance specifies
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1647 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderCullDistance ); in operator ()()
|
D | vulkan_hash.hpp | 3192 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderCullDistance ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 655 vkStream->write((VkBool32*)&forMarshaling->shaderCullDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 723 vkStream->read((VkBool32*)&forUnmarshaling->shaderCullDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 601 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderCullDistance, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 718 vkStream->write((VkBool32*)&forMarshaling->shaderCullDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 786 vkStream->read((VkBool32*)&forUnmarshaling->shaderCullDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 594 memcpy((VkBool32*)&forUnmarshaling->shaderCullDistance, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3054 VkBool32 shaderCullDistance; member
|