Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp10882 …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
Dvulkansc_hash.hpp1646 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderClipDistance ); in operator ()()
Dvulkan_structs.hpp24173 …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
Dvulkan_core.h3091 VkBool32 shaderClipDistance; member
Dvulkan_hash.hpp3191 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.shaderClipDistance ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp718 vkStream->write((VkBool32*)&forMarshaling->shaderClipDistance, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
786 vkStream->read((VkBool32*)&forUnmarshaling->shaderClipDistance, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp594 memcpy((VkBool32*)&forUnmarshaling->shaderClipDistance, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()