Home
last modified time | relevance | path

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

/external/angle/src/common/vulkan/
Dvk_headers.h61 extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc743 auto vkCreateDebugReportCallbackEXT = in CreateDebugReportCallback() local
747 if (!vkCreateDebugReportCallbackEXT) in CreateDebugReportCallback()
750 if (vkCreateDebugReportCallbackEXT(vulkan_instance_, &info, nullptr, in CreateDebugReportCallback()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl81 … = (CreateDebugReportCallbackEXTFunc) GET_PROC_ADDR("vkCreateDebugReportCallbackEXT");
DvkExtensionFunctions.inl311 functions.push_back("vkCreateDebugReportCallbackEXT");
DvkNullDriverImpl.inl3180 VK_NULL_FUNC_ENTRY(vkCreateDebugReportCallbackEXT, createDebugReportCallbackEXT),
DvkVulkan_c.inl9246 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp842 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = nullptr; variable
931 GET_INSTANCE_FUNC(vkCreateDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
DRendererVk.cpp1112 ANGLE_VK_TRY(displayVk, vkCreateDebugReportCallbackEXT(mInstance, &debugReportInfo, nullptr, in initialize()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c449 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = in main() local
/external/angle/src/third_party/volk/
Dvolk.h723 extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
Dvolk.c181vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)load(context, "vkCreateDebugR… in volkGenLoadInstance()
1338 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; variable
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h718 return (PFN_vkVoidFunction)vkCreateDebugReportCallbackEXT; in debug_utils_get_instance_proc_addr()
/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/mesa3d/include/vulkan/
Dvulkan_core.h7689 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h31 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; member
Danv_entrypoints.c1611 .vkCreateDebugReportCallbackEXT = anv_CreateDebugReportCallbackEXT,
/external/swiftshader/include/vulkan/
Dvulkan_core.h7695 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
Dvulkan.hpp2030 …VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInf… in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2032 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT()
88607 …return static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cast<const V… in createDebugReportCallbackEXT()
88615 …Result result = static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cas… in createDebugReportCallbackEXT()
88624 …Result result = static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cas… in createDebugReportCallbackEXTUnique()
92443 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
92882vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h7689 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
Dvulkan.hpp2030 …VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInf… in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2032 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT()
88034 …return static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cast<const V… in createDebugReportCallbackEXT()
88042 …Result result = static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cas… in createDebugReportCallbackEXT()
88051 …Result result = static_cast<Result>( d.vkCreateDebugReportCallbackEXT( m_instance, reinterpret_cas… in createDebugReportCallbackEXTUnique()
91778 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
92217vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h8342 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(