Searched refs:maxPerSetDescriptors (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 32746 …: pNext( pNext_ ), maxPerSetDescriptors( maxPerSetDescriptors_ ), maxMemoryAllocationSize( maxMemo… 32784 return std::tie( sType, pNext, maxPerSetDescriptors, maxMemoryAllocationSize ); in reflect() 32799 && ( maxPerSetDescriptors == rhs.maxPerSetDescriptors ) in operator ==() 32813 uint32_t maxPerSetDescriptors = {}; member 38236 …MultiviewInstanceIndex_ ), protectedNoFault( protectedNoFault_ ), maxPerSetDescriptors( maxPerSetD… 38274 …xMultiviewViewCount, maxMultiviewInstanceIndex, protectedNoFault, maxPerSetDescriptors, maxMemoryA… in reflect() 38302 && ( maxPerSetDescriptors == rhs.maxPerSetDescriptors ) in operator ==() 38329 uint32_t maxPerSetDescriptors = {}; member
|
D | vulkansc_hash.hpp | 4565 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxPerSetDescriptors ); in operator ()() 5365 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxPerSetDescriptors ); in operator ()()
|
D | vulkan_core.h | 5599 uint32_t maxPerSetDescriptors; member 5941 uint32_t maxPerSetDescriptors; member
|
D | vulkan_structs.hpp | 65888 …: pNext( pNext_ ), maxPerSetDescriptors( maxPerSetDescriptors_ ), maxMemoryAllocationSize( maxMemo… 65926 return std::tie( sType, pNext, maxPerSetDescriptors, maxMemoryAllocationSize ); in reflect() 65941 && ( maxPerSetDescriptors == rhs.maxPerSetDescriptors ) in operator ==() 65955 uint32_t maxPerSetDescriptors = {}; member 80251 …MultiviewInstanceIndex_ ), protectedNoFault( protectedNoFault_ ), maxPerSetDescriptors( maxPerSetD… 80289 …xMultiviewViewCount, maxMultiviewInstanceIndex, protectedNoFault, maxPerSetDescriptors, maxMemoryA… in reflect() 80317 && ( maxPerSetDescriptors == rhs.maxPerSetDescriptors ) in operator ==() 80344 uint32_t maxPerSetDescriptors = {}; member
|
D | vulkan_hash.hpp | 8584 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxPerSetDescriptors ); in operator ()() 10607 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxPerSetDescriptors ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7652 vkStream->write((uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMaintenance3Properties() 7677 vkStream->read((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMaintenance3Properties() 7837 vkStream->write((uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties() 7879 vkStream->read((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5838 memcpy((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMaintenance3Properties() 6010 memcpy((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|