Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32746 …: 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
Dvulkansc_hash.hpp4565 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxPerSetDescriptors ); in operator ()()
5365 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxPerSetDescriptors ); in operator ()()
Dvulkan_core.h5599 uint32_t maxPerSetDescriptors; member
5941 uint32_t maxPerSetDescriptors; member
Dvulkan_structs.hpp65888 …: 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
Dvulkan_hash.hpp8584 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/
Dgoldfish_vk_marshaling.cpp7652 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()
Dgoldfish_vk_reserved_marshaling.cpp5838 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()