Home
last modified time | relevance | path

Searched refs:physicalDeviceNestedCommandBufferFeaturesEXT (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp10348 …:PhysicalDeviceNestedCommandBufferFeaturesEXT const & physicalDeviceNestedCommandBufferFeaturesEXT in operator ()()
10352 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.sType ); in operator ()()
10353 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.pNext ); in operator ()()
10354 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
10355 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRen… in operator ()()
10356 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSim… in operator ()()
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_hash.hpp10139 …:PhysicalDeviceNestedCommandBufferFeaturesEXT const & physicalDeviceNestedCommandBufferFeaturesEXT in operator ()()
10143 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.sType ); in operator ()()
10144 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.pNext ); in operator ()()
10145 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
10146 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRen… in operator ()()
10147 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSim… in operator ()()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8953 …:PhysicalDeviceNestedCommandBufferFeaturesEXT const & physicalDeviceNestedCommandBufferFeaturesEXT in operator ()()
8956 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.sType ); in operator ()()
8957 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.pNext ); in operator ()()
8958 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
8959 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRen… in operator ()()
8960 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSim… in operator ()()
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_hash.hpp10805 …:PhysicalDeviceNestedCommandBufferFeaturesEXT const & physicalDeviceNestedCommandBufferFeaturesEXT in operator ()()
10809 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.sType ); in operator ()()
10810 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.pNext ); in operator ()()
10811 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBuffer ); in operator ()()
10812 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferRen… in operator ()()
10813 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceNestedCommandBufferFeaturesEXT.nestedCommandBufferSim… in operator ()()
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/
H A Dvulkan_profiles.cpp9430 …VkPhysicalDeviceNestedCommandBufferFeaturesEXT physicalDeviceNestedCommandBufferFeaturesEXT{ VK_ST… member
9943 physicalDeviceNestedCommandBufferFeaturesEXT.pNext = pNext; in FeaturesChain()
9944 pNext = &physicalDeviceNestedCommandBufferFeaturesEXT; in FeaturesChain()