Searched refs:maxUpdateAfterBindDescriptorsInAllPools (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 28814 …: pNext( pNext_ ), maxUpdateAfterBindDescriptorsInAllPools( maxUpdateAfterBindDescriptorsInAllPool… 28852 …return std::tie( sType, pNext, maxUpdateAfterBindDescriptorsInAllPools, shaderUniformBufferArrayNo… in reflect() 28867 … && ( maxUpdateAfterBindDescriptorsInAllPools == rhs.maxUpdateAfterBindDescriptorsInAllPools ) in operator ==() 28902 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; member 38818 …RoundingModeRTZFloat64( shaderRoundingModeRTZFloat64_ ), maxUpdateAfterBindDescriptorsInAllPools( … 38856 …derRoundingModeRTZFloat32, shaderRoundingModeRTZFloat64, maxUpdateAfterBindDescriptorsInAllPools, … in reflect() 38892 … && ( maxUpdateAfterBindDescriptorsInAllPools == rhs.maxUpdateAfterBindDescriptorsInAllPools ) in operator ==() 38956 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; member
|
D | vulkansc_hash.hpp | 3902 …OMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()() 5463 …HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()()
|
D | vulkan_core.h | 6028 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 6232 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
D | vulkan_structs.hpp | 57035 …: pNext( pNext_ ), maxUpdateAfterBindDescriptorsInAllPools( maxUpdateAfterBindDescriptorsInAllPool… 57073 …return std::tie( sType, pNext, maxUpdateAfterBindDescriptorsInAllPools, shaderUniformBufferArrayNo… in reflect() 57088 … && ( maxUpdateAfterBindDescriptorsInAllPools == rhs.maxUpdateAfterBindDescriptorsInAllPools ) in operator ==() 57123 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; member 80833 …RoundingModeRTZFloat64( shaderRoundingModeRTZFloat64_ ), maxUpdateAfterBindDescriptorsInAllPools( … 80871 …derRoundingModeRTZFloat32, shaderRoundingModeRTZFloat64, maxUpdateAfterBindDescriptorsInAllPools, … in reflect() 80907 … && ( maxUpdateAfterBindDescriptorsInAllPools == rhs.maxUpdateAfterBindDescriptorsInAllPools ) in operator ==() 80971 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; member
|
D | vulkan_hash.hpp | 7288 …OMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()() 10705 …HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8103 vkStream->write((uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in marshal_VkPhysicalDeviceVulkan12Properties() 8210 vkStream->read((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, in unmarshal_VkPhysicalDeviceVulkan12Properties() 9161 vkStream->write((uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in marshal_VkPhysicalDeviceDescriptorIndexingProperties() 9228 vkStream->read((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 6240 memcpy((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties() 7034 memcpy((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, *ptr, in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
|