Home
last modified time | relevance | path

Searched refs:vkCreateDebugReportCallbackEXT (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl89 …XT = (CreateDebugReportCallbackEXTFunc) GET_PROC_ADDR("vkCreateDebugReportCallbackEXT");
DvkNullDriverImpl.inl1951 VK_NULL_FUNC_ENTRY(vkCreateDebugReportCallbackEXT, createDebugReportCallbackEXT),
DvkVulkan_c.inl6434 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/skqp/src/compute/hs/vk/bench/
Dmain.c449 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = in main() local
/external/skia/src/compute/hs/vk/bench/
Dmain.c449 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = in main() local
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h696 return (PFN_vkVoidFunction)vkCreateDebugReportCallbackEXT; in debug_utils_get_instance_proc_addr()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c807 .vkCreateDebugReportCallbackEXT = anv_CreateDebugReportCallbackEXT,
1228 .vkCreateDebugReportCallbackEXT = gen7_CreateDebugReportCallbackEXT,
1649 .vkCreateDebugReportCallbackEXT = gen75_CreateDebugReportCallbackEXT,
2070 .vkCreateDebugReportCallbackEXT = gen8_CreateDebugReportCallbackEXT,
2491 .vkCreateDebugReportCallbackEXT = gen9_CreateDebugReportCallbackEXT,
2912 .vkCreateDebugReportCallbackEXT = gen10_CreateDebugReportCallbackEXT,
Danv_entrypoints.h184 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; member
/external/mesa3d/include/vulkan/
Dvulkan.h5287 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5925 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5925 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1895 …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
55277vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
Dvulkan_core.h6363 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/swiftshader/include/vulkan/
Dvulkan_core.h6234 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in6431 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(