Home
last modified time | relevance | path

Searched refs:pMemoryZirconHandleProperties (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/include/vulkan/
H A Dvulkan_fuchsia.h68 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
80 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_fuchsia.h68 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
80 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
H A Dvulkan.hpp5456 VkMemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties ) const VULKAN_HPP_NOEXCEPT
5459 device, handleType, zirconHandle, pMemoryZirconHandleProperties );
H A Dvulkan_handles.hpp11737 VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties,
H A Dvulkan_funcs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_fuchsia.h68 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
80 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_fuchsia.h70 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
82 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
H A Dvulkan.hpp5099 VkMemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties ) const VULKAN_HPP_NOEXCEPT
5101 return ::vkGetMemoryZirconHandlePropertiesFUCHSIA( device, handleType, zirconHandle, pMemoryZirconHandleProperties );
H A Dvulkan_funcs.hpp[all...]
H A Dvulkan_handles.hpp13144 VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp1166 VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryZirconHandlePropertiesFUCHSIA(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t handle, VkMemoryZirconHandlePropertiesFUCHSIA *pMemoryZirconHandleProperties) in vkGetMemoryZirconHandlePropertiesFUCHSIA() argument
1168 TRACE("(VkDevice device = %p, VkExternalMemoryHandleTypeFlagBits handleType = %x, zx_handle_t handle = %d, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties = %p)", in vkGetMemoryZirconHandlePropertiesFUCHSIA()
1169 device, handleType, handle, pMemoryZirconHandleProperties); in vkGetMemoryZirconHandlePropertiesFUCHSIA()
1186 pMemoryZirconHandleProperties->memoryTypeBits = (1U << memoryProperties.memoryTypeCount) - 1U; in vkGetMemoryZirconHandlePropertiesFUCHSIA()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c7913 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties) { in GetMemoryZirconHandlePropertiesFUCHSIA()
7921 return disp->GetMemoryZirconHandlePropertiesFUCHSIA(device, handleType, zirconHandle, pMemoryZirconHandleProperties); in GetMemoryZirconHandlePropertiesFUCHSIA()
7909 GetMemoryZirconHandlePropertiesFUCHSIA( VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties) GetMemoryZirconHandlePropertiesFUCHSIA() argument

Completed in 168 milliseconds