Home
last modified time | relevance | path

Searched refs:VkDebugReportCallbackCreateInfoEXT (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp151 VkDebugReportCallbackCreateInfoEXT DebugReportRecorder::makeCreateInfo (void) in makeCreateInfo()
159 const VkDebugReportCallbackCreateInfoEXT createInfo = in makeCreateInfo()
H A DvkDebugReportUtil.hpp100 VkDebugReportCallbackCreateInfoEXT makeCreateInfo (void);
H A DvkDeviceUtil.cpp116 const VkDebugReportCallbackCreateInfoEXT callbackInfo = (validationEnabled ? recorder->makeCreateInfo() : initVulkanStructure()); in createDefaultInstance()
/third_party/vulkan-loader/loader/
H A Ddebug_utils.c293 VkResult util_CreateDebugReportCallback(struct loader_instance *inst, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in util_CreateDebugReportCallback()
316 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in debug_utils_CreateDebugReportCallbackEXT()
395 // Assign a unique handle to each callback (just use the address of the VkDebugReportCallbackCreateInfoEXT): in util_CreateDebugReportCallbacks()
399 util_CreateDebugReportCallback(inst, (const VkDebugReportCallbackCreateInfoEXT *)pNext, pAllocator, report_handle); in util_CreateDebugReportCallbacks()
431 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in terminator_CreateDebugReportCallbackEXT()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_debug_report.c47 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in VK_DEFINE_NONDISP_HANDLE_CASTS()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp44 using vk::VkDebugReportCallbackCreateInfoEXT;
381 VkDebugReportCallbackCreateInfoEXT callbackInfo; in createCustomInstanceFromInfo()
428 VkDebugReportCallbackCreateInfoEXT callbackInfo; in createUncheckedInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp44 using vk::VkDebugReportCallbackCreateInfoEXT;
382 VkDebugReportCallbackCreateInfoEXT callbackInfo; in createCustomInstanceFromInfo()
448 // No need to add VkDebugReportCallbackCreateInfoEXT to VkInstanceCreateInfo since we in createUncheckedInstance()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp91 VkDebugReportCallbackCreateInfoEXT debug_report_ci = {}; in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp99 VkDebugReportCallbackCreateInfoEXT debug_report_ci = {}; in SetupVulkan()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc740 VkDebugReportCallbackCreateInfoEXT info = in CreateDebugReportCallback()
741 VkDebugReportCallbackCreateInfoEXT(); in CreateDebugReportCallback()
/third_party/vulkan-loader/tests/
H A Dloader_debug_ext_tests.cpp72 VkDebugReportCallbackCreateInfoEXT debug_report_info{VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT}; in CreateReportInstance()
95 VkDebugReportCallbackCreateInfoEXT debug_report_info{VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT}; in CreateReportCallback()
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp524 VkDebugReportCallbackCreateInfoEXT callbackCreateInfo; in CreateVkBackendContext()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h8329 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
8335 } VkDebugReportCallbackCreateInfoEXT; typedef
8337 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
8344 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/third_party/glfw/deps/glad/
H A Dvulkan.h3585 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
3591 } VkDebugReportCallbackCreateInfoEXT; typedef
4975 typedef VkResult (GLAD_API_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkDebugReportCallbackEXT * pCallback);
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1790 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in demo_init_vk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp1353 VkDebugReportCallbackCreateInfoEXT debugReportInfo = {}; in initialize()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9738 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
9744 } VkDebugReportCallbackCreateInfoEXT; typedef
9746 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
9753 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h8644 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
8650 } VkDebugReportCallbackCreateInfoEXT; typedef
8652 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
8659 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
H A Dvulkan_structs.hpp15145 using NativeType = VkDebugReportCallbackCreateInfoEXT;
15162 DebugReportCallbackCreateInfoEXT( VkDebugReportCallbackCreateInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
15170 DebugReportCallbackCreateInfoEXT & operator=( VkDebugReportCallbackCreateInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
15202 operator VkDebugReportCallbackCreateInfoEXT const &() const VULKAN_HPP_NOEXCEPT
15204 return *reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( this );
15207 operator VkDebugReportCallbackCreateInfoEXT &() VULKAN_HPP_NOEXCEPT
15209 return *reinterpret_cast<VkDebugReportCallbackCreateInfoEXT *>( this );
15235 sizeof( VkDebugReportCallbackCreateInfoEXT ),
[all...]
H A Dvulkan.hpp3097 const VkDebugReportCallbackCreateInfoEXT * pCreateInfo,
H A Dvulkan_funcs.hpp8642 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( pCreateInfo ),
8658 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( &createInfo ), in createDebugReportCallbackEXT()
8678 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( &createInfo ), in createDebugReportCallbackEXTUnique()
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h8804 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
8810 } VkDebugReportCallbackCreateInfoEXT; typedef
8812 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
8819 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h11532 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
11538 } VkDebugReportCallbackCreateInfoEXT; typedef
11540 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
11547 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
H A Dvulkan_static_assertions.hpp1967 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT ) == sizeof( VkDebugReportCallbackCreateInfoEXT ),
H A Dvulkan_funcs.hpp9151 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( pCreateInfo ),
9168 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( &createInfo ), in createDebugReportCallbackEXT()
9188 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( &createInfo ), in createDebugReportCallbackEXTUnique()
[all...]

Completed in 467 milliseconds

12