Home
last modified time | relevance | path

Searched refs:pRefreshableObjectTypes (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_object_refresh/
Dcapabilities.adoc19 * pname:pRefreshableObjectTypes is either `NULL` or a pointer to an array
23 If pname:pRefreshableObjectTypes is `NULL`, then the number of refreshable
27 by the user to the number of elements in the pname:pRefreshableObjectTypes
29 types actually written to pname:pRefreshableObjectTypes.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2764 …alDevice, uint32_t * pRefreshableObjectTypeCount, VkObjectType * pRefreshableObjectTypes ) const V… in vkGetPhysicalDeviceRefreshableObjectTypesKHR()
2766 …eRefreshableObjectTypesKHR( physicalDevice, pRefreshableObjectTypeCount, pRefreshableObjectTypes ); in vkGetPhysicalDeviceRefreshableObjectTypesKHR()
Dvulkansc_funcs.hpp8296 … pRefreshableObjectTypeCount, VULKAN_HPP_NAMESPACE::ObjectType * pRefreshableObjectTypes, Dispatch… in getRefreshableObjectTypesKHR() argument
8299 …vice, pRefreshableObjectTypeCount, reinterpret_cast<VkObjectType *>( pRefreshableObjectTypes ) ) ); in getRefreshableObjectTypesKHR()
Dvulkansc_handles.hpp6316 … pRefreshableObjectTypeCount, VULKAN_HPP_NAMESPACE::ObjectType * pRefreshableObjectTypes, Dispatch…