Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_validation_features.adoc18 * 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/
Dgoldfish_vk_deepcopy.cpp8042 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()
Dgoldfish_vk_marshaling.cpp16143 (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()
Dgoldfish_vk_reserved_marshaling.cpp12468 vkStream->alloc((void**)&forUnmarshaling->pEnabledValidationFeatures, in reservedunmarshal_VkValidationFeaturesEXT()
12471 memcpy((VkValidationFeatureEnableEXT*)forUnmarshaling->pEnabledValidationFeatures, *ptr, in reservedunmarshal_VkValidationFeaturesEXT()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6865 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
Dvulkan_hash.hpp13377 VULKAN_HPP_HASH_COMBINE( seed, validationFeaturesEXT.pEnabledValidationFeatures ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13730 const VkValidationFeatureEnableEXT* pEnabledValidationFeatures; member