Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_debug_report.txt64 res = vkCreateDebugReportCallbackEXT(instance, &callback1, &cb1);
71 res = vkCreateDebugReportCallbackEXT(instance, &callback, &cb2);
82 res = vkCreateDebugReportCallbackEXT(instance, &callback3, &cb3);
DVK_EXT_debug_report.adoc65 res = vkCreateDebugReportCallbackEXT(instance, &callback1, &cb1);
72 res = vkCreateDebugReportCallbackEXT(instance, &callback, &cb2);
83 res = vkCreateDebugReportCallbackEXT(instance, &callback3, &cb3);
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp95 …auto vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)vkGetInstanceProcAddr(g_… in SetupVulkan() local
96 IM_ASSERT(vkCreateDebugReportCallbackEXT != NULL); in SetupVulkan()
104 … err = vkCreateDebugReportCallbackEXT(g_Instance, &debug_report_ci, g_Allocator, &g_DebugReport); in SetupVulkan()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvk_headers.h61 extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp87 …auto vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)vkGetInstanceProcAddr(g_… in SetupVulkan() local
88 IM_ASSERT(vkCreateDebugReportCallbackEXT != NULL); in SetupVulkan()
96 … err = vkCreateDebugReportCallbackEXT(g_Instance, &debug_report_ci, g_Allocator, &g_DebugReport); in SetupVulkan()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_report.adoc19 [open,refpage='vkCreateDebugReportCallbackEXT',desc='Create a debug report callback object',type='p…
25 flink:vkCreateDebugReportCallbackEXT.
27 include::{generated}/api/protos/vkCreateDebugReportCallbackEXT.adoc[]
38 include::{generated}/validity/protos/vkCreateDebugReportCallbackEXT.adoc[]
DVK_EXT_debug_report.txt18 [open,refpage='vkCreateDebugReportCallbackEXT',desc='Create a debug report callback object',type='p…
24 flink:vkCreateDebugReportCallbackEXT.
26 include::{generated}/api/protos/vkCreateDebugReportCallbackEXT.txt[]
37 include::{generated}/validity/protos/vkCreateDebugReportCallbackEXT.txt[]
Ddebugging.txt201 flink:vkCreateDebugReportCallbackEXT
Dinitialization.txt322 flink:vkCreateDebugReportCallbackEXT
Dinitialization.adoc348 flink:vkCreateDebugReportCallbackEXT
Ddebugging.adoc620 flink:vkCreateDebugReportCallbackEXT
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc746 auto vkCreateDebugReportCallbackEXT = in CreateDebugReportCallback() local
750 if (!vkCreateDebugReportCallbackEXT) in CreateDebugReportCallback()
753 if (vkCreateDebugReportCallbackEXT(vulkan_instance_, &info, nullptr, in CreateDebugReportCallback()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl45 … = (CreateDebugReportCallbackEXTFunc) GET_PROC_ADDR("vkCreateDebugReportCallbackEXT");
DvkExtensionFunctions.inl69 functions.push_back("vkCreateDebugReportCallbackEXT");
DvkNullDriverImpl.inl3952 VK_NULL_FUNC_ENTRY(vkCreateDebugReportCallbackEXT, createDebugReportCallbackEXT),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1006 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = nullptr; variable
1101 GET_INSTANCE_FUNC(vkCreateDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
DRendererVk.cpp1360 ANGLE_VK_TRY(displayVk, vkCreateDebugReportCallbackEXT(mInstance, &debugReportInfo, nullptr, in initialize()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h723 extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
Dvolk.c181vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)load(context, "vkCreateDebugR… in volkGenLoadInstance()
1338 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp3096 VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3101 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT()
11137 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12182 vkCreateDebugReportCallbackEXT = in init()
Dvulkan_raii.hpp139 vkCreateDebugReportCallbackEXT = in init()
456 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
4987 … static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkCreateDebugReportCallbackEXT( in DebugReportCallbackEXT()
Dvulkan_funcs.hpp8641 d.vkCreateDebugReportCallbackEXT( m_instance, in createDebugReportCallbackEXT()
8657 d.vkCreateDebugReportCallbackEXT( m_instance, in createDebugReportCallbackEXT()
8677 d.vkCreateDebugReportCallbackEXT( m_instance, in createDebugReportCallbackEXTUnique()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3015 VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3020 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT()
13174 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
14280vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( insta… in init()
Dvulkan_raii.hpp178vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( insta… in InstanceDispatcher()
479 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
6222 … instance.getDispatcher()->vkCreateDebugReportCallbackEXT( static_cast<VkInstance>( *instance ), in DebugReportCallbackEXT()
/third_party/glfw/deps/vulkan/
Dvulkan.h3799 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(

12