Searched refs:pRefreshableObjectTypes (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_object_refresh/ |
D | capabilities.adoc | 19 * 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/ |
D | vulkansc.hpp | 2764 …alDevice, uint32_t * pRefreshableObjectTypeCount, VkObjectType * pRefreshableObjectTypes ) const V… in vkGetPhysicalDeviceRefreshableObjectTypesKHR() 2766 …eRefreshableObjectTypesKHR( physicalDevice, pRefreshableObjectTypeCount, pRefreshableObjectTypes ); in vkGetPhysicalDeviceRefreshableObjectTypesKHR()
|
D | vulkansc_funcs.hpp | 8296 … pRefreshableObjectTypeCount, VULKAN_HPP_NAMESPACE::ObjectType * pRefreshableObjectTypes, Dispatch… in getRefreshableObjectTypesKHR() argument 8299 …vice, pRefreshableObjectTypeCount, reinterpret_cast<VkObjectType *>( pRefreshableObjectTypes ) ) ); in getRefreshableObjectTypesKHR()
|
D | vulkansc_handles.hpp | 6316 … pRefreshableObjectTypeCount, VULKAN_HPP_NAMESPACE::ObjectType * pRefreshableObjectTypes, Dispatch…
|