/external/angle/src/common/vulkan/ |
D | vk_headers.h | 61 extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
|
/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 743 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/ |
D | vkInitInstanceFunctionPointers.inl | 81 … = (CreateDebugReportCallbackEXTFunc) GET_PROC_ADDR("vkCreateDebugReportCallbackEXT");
|
D | vkExtensionFunctions.inl | 311 functions.push_back("vkCreateDebugReportCallbackEXT");
|
D | vkNullDriverImpl.inl | 3180 VK_NULL_FUNC_ENTRY(vkCreateDebugReportCallbackEXT, createDebugReportCallbackEXT),
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 842 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = nullptr; variable 931 GET_INSTANCE_FUNC(vkCreateDebugReportCallbackEXT); in InitDebugReportEXTFunctions()
|
D | RendererVk.cpp | 1112 ANGLE_VK_TRY(displayVk, vkCreateDebugReportCallbackEXT(mInstance, &debugReportInfo, nullptr, in initialize()
|
/external/angle/src/third_party/volk/ |
D | volk.h | 723 extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT;
|
D | volk.c | 181 …vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)load(context, "vkCreateDebugR… in volkGenLoadInstance() 1338 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; variable
|
/external/skqp/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 | 718 return (PFN_vkVoidFunction)vkCreateDebugReportCallbackEXT; in debug_utils_get_instance_proc_addr()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 2986 VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2991 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT() 10353 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10939 vkCreateDebugReportCallbackEXT = in init()
|
D | vulkan_raii.hpp | 82 vkCreateDebugReportCallbackEXT = in init() 350 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 4443 … static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkCreateDebugReportCallbackEXT( in DebugReportCallbackEXT()
|
D | vulkan_funcs.hpp | 8096 d.vkCreateDebugReportCallbackEXT( m_instance, in createDebugReportCallbackEXT() 8111 d.vkCreateDebugReportCallbackEXT( m_instance, in createDebugReportCallbackEXT() 8129 d.vkCreateDebugReportCallbackEXT( m_instance, in createDebugReportCallbackEXTUnique()
|
D | vulkan_core.h | 8390 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/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 31 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; member
|
D | anv_entrypoints.c | 1611 .vkCreateDebugReportCallbackEXT = anv_CreateDebugReportCallbackEXT,
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 7689 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
D | vulkan.hpp | 2030 …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 92217 …vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 7695 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
D | vulkan.hpp | 2030 …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 92882 …vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 7689 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 8342 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|