Searched refs:vkCreateDebugReportCallbackEXT (Results 1 – 15 of 15) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInitInstanceFunctionPointers.inl | 89 …XT = (CreateDebugReportCallbackEXTFunc) GET_PROC_ADDR("vkCreateDebugReportCallbackEXT");
|
D | vkNullDriverImpl.inl | 1951 VK_NULL_FUNC_ENTRY(vkCreateDebugReportCallbackEXT, createDebugReportCallbackEXT),
|
D | vkVulkan_c.inl | 6434 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 449 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = in main() local
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 449 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = in main() local
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 696 return (PFN_vkVoidFunction)vkCreateDebugReportCallbackEXT; in debug_utils_get_instance_proc_addr()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 807 .vkCreateDebugReportCallbackEXT = anv_CreateDebugReportCallbackEXT, 1228 .vkCreateDebugReportCallbackEXT = gen7_CreateDebugReportCallbackEXT, 1649 .vkCreateDebugReportCallbackEXT = gen75_CreateDebugReportCallbackEXT, 2070 .vkCreateDebugReportCallbackEXT = gen8_CreateDebugReportCallbackEXT, 2491 .vkCreateDebugReportCallbackEXT = gen9_CreateDebugReportCallbackEXT, 2912 .vkCreateDebugReportCallbackEXT = gen10_CreateDebugReportCallbackEXT,
|
D | anv_entrypoints.h | 184 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 5287 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5925 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5925 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1895 …VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInf… in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1897 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT() 51936 …return static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cast<const V… in createDebugReportCallbackEXT() 51943 …Result result = static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cas… in createDebugReportCallbackEXT() 51951 …Result result = static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cas… in createDebugReportCallbackEXTUnique() 54868 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 55277 …vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
|
D | vulkan_core.h | 6363 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 6234 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 6431 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|