Searched refs:pEnabledValidationFeatures (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_validation_features.adoc | 18 * pname:pEnabledValidationFeatures is a pointer to an array of 29 * [[VUID-VkValidationFeaturesEXT-pEnabledValidationFeatures-02967]] 30 If the pname:pEnabledValidationFeatures array contains 34 * [[VUID-VkValidationFeaturesEXT-pEnabledValidationFeatures-02968]] 35 If the pname:pEnabledValidationFeatures array contains 46 slink:VkValidationFeaturesEXT::pname:pEnabledValidationFeatures array,
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 8042 to->pEnabledValidationFeatures = nullptr; in deepcopy_VkValidationFeaturesEXT() 8043 if (from->pEnabledValidationFeatures) { in deepcopy_VkValidationFeaturesEXT() 8044 to->pEnabledValidationFeatures = (VkValidationFeatureEnableEXT*)alloc->dupArray( in deepcopy_VkValidationFeaturesEXT() 8045 from->pEnabledValidationFeatures, in deepcopy_VkValidationFeaturesEXT()
|
D | goldfish_vk_marshaling.cpp | 16143 (const VkValidationFeatureEnableEXT*)forMarshaling->pEnabledValidationFeatures, in marshal_VkValidationFeaturesEXT() 16173 vkStream->alloc((void**)&forUnmarshaling->pEnabledValidationFeatures, in unmarshal_VkValidationFeaturesEXT() 16176 vkStream->read((VkValidationFeatureEnableEXT*)forUnmarshaling->pEnabledValidationFeatures, in unmarshal_VkValidationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12468 vkStream->alloc((void**)&forUnmarshaling->pEnabledValidationFeatures, in reservedunmarshal_VkValidationFeaturesEXT() 12471 memcpy((VkValidationFeatureEnableEXT*)forUnmarshaling->pEnabledValidationFeatures, *ptr, in reservedunmarshal_VkValidationFeaturesEXT()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6865 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
|
D | vulkan_hash.hpp | 13377 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13730 const VkValidationFeatureEnableEXT* pEnabledValidationFeatures; member
|