Home
last modified time | relevance | path

Searched refs:pEnabledValidationFeatures (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp8416 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()
Dgoldfish_vk_marshaling.cpp16867 (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()
Dgoldfish_vk_reserved_marshaling.cpp13019 vkStream->alloc((void**)&forUnmarshaling->pEnabledValidationFeatures, in reservedunmarshal_VkValidationFeaturesEXT()
13022 memcpy((VkValidationFeatureEnableEXT*)forUnmarshaling->pEnabledValidationFeatures, *ptr, in reservedunmarshal_VkValidationFeaturesEXT()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp50213 …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
Dvulkansc_hash.hpp6865 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
Dvulkan_structs.hpp102704 …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
Dvulkan_core.h13776 const VkValidationFeatureEnableEXT* pEnabledValidationFeatures; member
Dvulkan_hash.hpp13377 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()