Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp10556 : pNext( pNext_ ), maxVariableDescriptorCount( maxVariableDescriptorCount_ )
10594 return std::tie( sType, pNext, maxVariableDescriptorCount ); in reflect()
10609 && ( maxVariableDescriptorCount == rhs.maxVariableDescriptorCount ); in operator ==()
10622 uint32_t maxVariableDescriptorCount = {}; member
Dvulkansc_hash.hpp1572 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
Dvulkan_core.h6267 uint32_t maxVariableDescriptorCount; member
Dvulkan_structs.hpp23427 : pNext( pNext_ ), maxVariableDescriptorCount( maxVariableDescriptorCount_ )
23465 return std::tie( sType, pNext, maxVariableDescriptorCount ); in reflect()
23480 && ( maxVariableDescriptorCount == rhs.maxVariableDescriptorCount ); in operator ==()
23493 uint32_t maxVariableDescriptorCount = {}; member
Dvulkan_hash.hpp3068 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9329 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()
Dgoldfish_vk_reserved_marshaling.cpp7162 memcpy((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()