/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 222 VkMemoryHostPointerPropertiesEXT props = in chooseExternalMarkerMemoryType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 231 VkMemoryHostPointerPropertiesEXT memoryHostPointerProperties; in getHostPointerMemoryTypeBits()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 186 VkMemoryHostPointerPropertiesEXT props = in chooseExternalMarkerMemoryType()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 231 VkMemoryHostPointerPropertiesEXT memoryHostPointerProperties; in getHostPointerMemoryTypeBits()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7175 typedef struct VkMemoryHostPointerPropertiesEXT { struct 7179 } VkMemoryHostPointerPropertiesEXT; typedef 7187 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 7194 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1368 VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) in lvp_GetMemoryHostPointerPropertiesEXT()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10332 typedef struct VkMemoryHostPointerPropertiesEXT { struct 10336 } VkMemoryHostPointerPropertiesEXT; typedef 10344 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 10351 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11838 typedef struct VkMemoryHostPointerPropertiesEXT { struct 11842 } VkMemoryHostPointerPropertiesEXT; typedef 11850 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 11857 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 10735 typedef struct VkMemoryHostPointerPropertiesEXT { struct 10739 } VkMemoryHostPointerPropertiesEXT; typedef 10747 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 10754 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties);
|
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan.hpp | 4585 VkMemoryHostPointerPropertiesEXT * pMemoryHostPointerProperties ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_funcs.hpp | 15429 reinterpret_cast<VkMemoryHostPointerPropertiesEXT *>( pMemoryHostPointerProperties ) ) ); 15446 reinterpret_cast<VkMemoryHostPointerPropertiesEXT *>( &memoryHostPointerProperties ) ) ); in getMemoryHostPointerPropertiesEXT() [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10895 typedef struct VkMemoryHostPointerPropertiesEXT { struct 10899 } VkMemoryHostPointerPropertiesEXT; typedef 10907 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 10914 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13736 typedef struct VkMemoryHostPointerPropertiesEXT { struct 13740 } VkMemoryHostPointerPropertiesEXT; typedef 13748 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 13755 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties);
|
H A D | vulkan_static_assertions.hpp | 3880 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT ) == sizeof( VkMemoryHostPointerPropertiesEXT ),
|
H A D | vulkan.hpp | 4191 VkMemoryHostPointerPropertiesEXT * pMemoryHostPointerProperties ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_funcs.hpp | [all...] |
H A D | vulkan_structs.hpp | [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 3874 VkMemoryHostPointerPropertiesEXT p_props = { in vulkan_transfer_data()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 4090 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties) in anv_GetMemoryHostPointerPropertiesEXT()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 1192 VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) in vkGetMemoryHostPointerPropertiesEXT() 1194 TRACE("(VkDevice device = %p, VkExternalMemoryHandleTypeFlagBits handleType = %x, const void *pHostPointer = %p, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties = %p)", in vkGetMemoryHostPointerPropertiesEXT()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 860 static void parse_VkMemoryHostPointerPropertiesEXT(const char* s, Json::Value& obj, VkMemoryHostPointerPropertiesEXT& o); 12677 static void parse_VkMemoryHostPointerPropertiesEXT(const char* s, Json::Value& obj, VkMemoryHostPointerPropertiesEXT& o) { in parse_VkMemoryHostPointerPropertiesEXT() 12681 o.pNext = (VkMemoryHostPointerPropertiesEXT*)parsePNextChain(obj); in parse_VkMemoryHostPointerPropertiesEXT()
|
H A D | vulkan_json_data.hpp | [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2805 VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) in radv_GetMemoryHostPointerPropertiesEXT()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 6529 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties) { in GetMemoryHostPointerPropertiesEXT()
|