Searched refs:pMemoryZirconHandleProperties (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_fuchsia.h | 68 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 D | vulkan_fuchsia.h | 68 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties); 80 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
|
H A D | vulkan.hpp | 5456 VkMemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties ) const VULKAN_HPP_NOEXCEPT 5459 device, handleType, zirconHandle, pMemoryZirconHandleProperties );
|
H A D | vulkan_handles.hpp | 11737 VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties,
|
H A D | vulkan_funcs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_fuchsia.h | 68 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 D | vulkan_fuchsia.h | 70 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties); 82 VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties);
|
H A D | vulkan.hpp | 5099 VkMemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties ) const VULKAN_HPP_NOEXCEPT 5101 return ::vkGetMemoryZirconHandlePropertiesFUCHSIA( device, handleType, zirconHandle, pMemoryZirconHandleProperties );
|
H A D | vulkan_funcs.hpp | [all...] |
H A D | vulkan_handles.hpp | 13144 VULKAN_HPP_NAMESPACE::MemoryZirconHandlePropertiesFUCHSIA * pMemoryZirconHandleProperties,
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 1166 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 D | vk_loader_extensions.c | 7913 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