Searched refs:maxVariableDescriptorCount (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 10556 : pNext( pNext_ ), maxVariableDescriptorCount( maxVariableDescriptorCount_ ) 10594 return std::tie( sType, pNext, maxVariableDescriptorCount ); in reflect() 10609 && ( maxVariableDescriptorCount == rhs.maxVariableDescriptorCount ); in operator ==() 10622 uint32_t maxVariableDescriptorCount = {}; member
|
D | vulkansc_hash.hpp | 1572 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
|
D | vulkan_core.h | 6267 uint32_t maxVariableDescriptorCount; member
|
D | vulkan_structs.hpp | 23427 : pNext( pNext_ ), maxVariableDescriptorCount( maxVariableDescriptorCount_ ) 23465 return std::tie( sType, pNext, maxVariableDescriptorCount ); in reflect() 23480 && ( maxVariableDescriptorCount == rhs.maxVariableDescriptorCount ); in operator ==() 23493 uint32_t maxVariableDescriptorCount = {}; member
|
D | vulkan_hash.hpp | 3068 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9329 vkStream->write((uint32_t*)&forMarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in marshal_VkDescriptorSetVariableDescriptorCountLayoutSupport() 9353 vkStream->read((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in unmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
|
D | goldfish_vk_reserved_marshaling.cpp | 7162 memcpy((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
|