Searched refs:shaderClipDistance (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 10882 …geArrayDynamicIndexing( shaderStorageImageArrayDynamicIndexing_ ), shaderClipDistance( shaderClipD… 11126 shaderClipDistance = shaderClipDistance_; in setShaderClipDistance() 11252 …ufferArrayDynamicIndexing, shaderStorageImageArrayDynamicIndexing, shaderClipDistance, shaderCullD… in reflect() 11302 && ( shaderClipDistance == rhs.shaderClipDistance ) in operator ==() 11367 VULKAN_HPP_NAMESPACE::Bool32 shaderClipDistance = {}; member
|
D | vulkansc_hash.hpp | 1646 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderClipDistance ); in operator ()()
|
D | vulkan_structs.hpp | 24173 …geArrayDynamicIndexing( shaderStorageImageArrayDynamicIndexing_ ), shaderClipDistance( shaderClipD… 24417 shaderClipDistance = shaderClipDistance_; in setShaderClipDistance() 24543 …ufferArrayDynamicIndexing, shaderStorageImageArrayDynamicIndexing, shaderClipDistance, shaderCullD… in reflect() 24593 && ( shaderClipDistance == rhs.shaderClipDistance ) in operator ==() 24658 VULKAN_HPP_NAMESPACE::Bool32 shaderClipDistance = {}; member
|
D | vulkan_core.h | 3091 VkBool32 shaderClipDistance; member
|
D | vulkan_hash.hpp | 3191 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderClipDistance ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 718 vkStream->write((VkBool32*)&forMarshaling->shaderClipDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 786 vkStream->read((VkBool32*)&forUnmarshaling->shaderClipDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 594 memcpy((VkBool32*)&forUnmarshaling->shaderClipDistance, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|