Searched refs:pEnabledValidationFeatures (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 8416 to->pEnabledValidationFeatures = nullptr; in deepcopy_VkValidationFeaturesEXT() 8417 if (from->pEnabledValidationFeatures) { in deepcopy_VkValidationFeaturesEXT() 8418 to->pEnabledValidationFeatures = (VkValidationFeatureEnableEXT*)alloc->dupArray( in deepcopy_VkValidationFeaturesEXT() 8419 from->pEnabledValidationFeatures, in deepcopy_VkValidationFeaturesEXT()
|
D | goldfish_vk_marshaling.cpp | 16867 (const VkValidationFeatureEnableEXT*)forMarshaling->pEnabledValidationFeatures, in marshal_VkValidationFeaturesEXT() 16897 vkStream->alloc((void**)&forUnmarshaling->pEnabledValidationFeatures, in unmarshal_VkValidationFeaturesEXT() 16900 vkStream->read((VkValidationFeatureEnableEXT*)forUnmarshaling->pEnabledValidationFeatures, in unmarshal_VkValidationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13019 vkStream->alloc((void**)&forUnmarshaling->pEnabledValidationFeatures, in reservedunmarshal_VkValidationFeaturesEXT() 13022 memcpy((VkValidationFeatureEnableEXT*)forUnmarshaling->pEnabledValidationFeatures, *ptr, in reservedunmarshal_VkValidationFeaturesEXT()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 50213 …abledValidationFeatureCount( enabledValidationFeatureCount_ ), pEnabledValidationFeatures( pEnable… 50224 … static_cast<uint32_t>( enabledValidationFeatures_.size() ) ), pEnabledValidationFeatures( enabled… 50253 pEnabledValidationFeatures = pEnabledValidationFeatures_; in setPEnabledValidationFeatures() 50261 pEnabledValidationFeatures = enabledValidationFeatures_.data(); in setEnabledValidationFeatures() 50307 …return std::tie( sType, pNext, enabledValidationFeatureCount, pEnabledValidationFeatures, disabled… in reflect() 50323 && ( pEnabledValidationFeatures == rhs.pEnabledValidationFeatures ) in operator ==() 50339 const VULKAN_HPP_NAMESPACE::ValidationFeatureEnableEXT * pEnabledValidationFeatures = {}; member
|
D | vulkansc_hash.hpp | 6865 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
|
D | vulkan_structs.hpp | 102704 …abledValidationFeatureCount( enabledValidationFeatureCount_ ), pEnabledValidationFeatures( pEnable… 102715 … static_cast<uint32_t>( enabledValidationFeatures_.size() ) ), pEnabledValidationFeatures( enabled… 102744 pEnabledValidationFeatures = pEnabledValidationFeatures_; in setPEnabledValidationFeatures() 102752 pEnabledValidationFeatures = enabledValidationFeatures_.data(); in setEnabledValidationFeatures() 102798 …return std::tie( sType, pNext, enabledValidationFeatureCount, pEnabledValidationFeatures, disabled… in reflect() 102814 && ( pEnabledValidationFeatures == rhs.pEnabledValidationFeatures ) in operator ==() 102830 const VULKAN_HPP_NAMESPACE::ValidationFeatureEnableEXT * pEnabledValidationFeatures = {}; member
|
D | vulkan_core.h | 13776 const VkValidationFeatureEnableEXT* pEnabledValidationFeatures; member
|
D | vulkan_hash.hpp | 13377 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
|