/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDebugReportUtil.cpp | 151 VkDebugReportCallbackCreateInfoEXT DebugReportRecorder::makeCreateInfo (void) in makeCreateInfo() 159 const VkDebugReportCallbackCreateInfoEXT createInfo = in makeCreateInfo()
|
H A D | vkDebugReportUtil.hpp | 100 VkDebugReportCallbackCreateInfoEXT makeCreateInfo (void);
|
H A D | vkDeviceUtil.cpp | 116 const VkDebugReportCallbackCreateInfoEXT callbackInfo = (validationEnabled ? recorder->makeCreateInfo() : initVulkanStructure()); in createDefaultInstance()
|
/third_party/vulkan-loader/loader/ |
H A D | debug_utils.c | 293 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 D | vk_debug_report.c | 47 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in VK_DEFINE_NONDISP_HANDLE_CASTS()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 44 using vk::VkDebugReportCallbackCreateInfoEXT; 381 VkDebugReportCallbackCreateInfoEXT callbackInfo; in createCustomInstanceFromInfo() 428 VkDebugReportCallbackCreateInfoEXT callbackInfo; in createUncheckedInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 44 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 D | main.cpp | 91 VkDebugReportCallbackCreateInfoEXT debug_report_ci = {}; in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 99 VkDebugReportCallbackCreateInfoEXT debug_report_ci = {}; in SetupVulkan()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 740 VkDebugReportCallbackCreateInfoEXT info = in CreateDebugReportCallback() 741 VkDebugReportCallbackCreateInfoEXT(); in CreateDebugReportCallback()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_debug_ext_tests.cpp | 72 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 D | VkTestUtils.cpp | 524 VkDebugReportCallbackCreateInfoEXT callbackCreateInfo; in CreateVkBackendContext()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 8329 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 D | vulkan.h | 3585 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 D | triangle-vulkan.c | 1790 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in demo_init_vk()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 1353 VkDebugReportCallbackCreateInfoEXT debugReportInfo = {}; in initialize()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 9738 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 D | vulkan_core.h | 8644 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 D | vulkan_structs.hpp | 15145 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 D | vulkan.hpp | 3097 const VkDebugReportCallbackCreateInfoEXT * pCreateInfo,
|
H A D | vulkan_funcs.hpp | 8642 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 D | vulkan_core.h | 8804 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 D | vulkan_core.h | 11532 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 D | vulkan_static_assertions.hpp | 1967 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DebugReportCallbackCreateInfoEXT ) == sizeof( VkDebugReportCallbackCreateInfoEXT ),
|
H A D | vulkan_funcs.hpp | 9151 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( pCreateInfo ), 9168 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( &createInfo ), in createDebugReportCallbackEXT() 9188 reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( &createInfo ), in createDebugReportCallbackEXTUnique() [all...] |