Home
last modified time | relevance | path

Searched refs:VkDebugReportCallbackCreateInfoEXT (Results 1 – 25 of 47) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.cpp180 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_report_actions()
193 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_report_actions()
206 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_report_actions()
Dvk_layer_logging.h679 … const VkDebugReportCallbackCreateInfoEXT *create_info, in layer_create_report_callback()
747 VkDebugReportCallbackCreateInfoEXT **infos, in layer_copy_tmp_report_callbacks()
754 …if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_… in layer_copy_tmp_report_callbacks()
757 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext; in layer_copy_tmp_report_callbacks()
764 VkDebugReportCallbackCreateInfoEXT *pInfos = *infos = in layer_copy_tmp_report_callbacks()
765 … ((VkDebugReportCallbackCreateInfoEXT *)malloc(n * sizeof(VkDebugReportCallbackCreateInfoEXT))); in layer_copy_tmp_report_callbacks()
781 memcpy(pInfos, pNext, sizeof(VkDebugReportCallbackCreateInfoEXT)); in layer_copy_tmp_report_callbacks()
792 static inline void layer_free_tmp_report_callbacks(VkDebugReportCallbackCreateInfoEXT *infos, VkDeb… in layer_free_tmp_report_callbacks()
800 VkDebugReportCallbackCreateInfoEXT *infos, in layer_enable_tmp_report_callbacks()
/external/mesa3d/src/vulkan/util/
Dvk_debug_report.h53 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
Dvk_debug_report.c47 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, in vk_create_debug_report_callback()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp147 const VkDebugReportCallbackCreateInfoEXT createInfo = in createCallback()
DvkRefUtil.inl31 … (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
DvkVirtualInstanceInterface.inl49 …DebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
DvkConcreteInstanceInterface.inl49 …DebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
DvkInstanceDriverImpl.inl280 …::createDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
DvkRefUtilImpl.inl378 …T (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
DvkNullDriver.cpp257 DebugReportCallbackEXT (VkInstance, const VkDebugReportCallbackCreateInfoEXT*) {} in DebugReportCallbackEXT() argument
/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc737 VkDebugReportCallbackCreateInfoEXT info = in CreateDebugReportCallback()
738 VkDebugReportCallbackCreateInfoEXT(); in CreateDebugReportCallback()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp474 VkDebugReportCallbackCreateInfoEXT callbackCreateInfo; in CreateVkBackendContext()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp520 VkDebugReportCallbackCreateInfoEXT callbackCreateInfo; in CreateVkBackendContext()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c457 struct VkDebugReportCallbackCreateInfoEXT const drcci = { in main()
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h1597 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
1602 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
Dvk_typemap_helper.h1751 template <> struct LvlTypeMap<VkDebugReportCallbackCreateInfoEXT> {
1756 typedef VkDebugReportCallbackCreateInfoEXT Type;
Dvk_safe_struct.h3481 safe_VkDebugReportCallbackCreateInfoEXT(const VkDebugReportCallbackCreateInfoEXT* in_struct);
3486 void initialize(const VkDebugReportCallbackCreateInfoEXT* in_struct);
3488VkDebugReportCallbackCreateInfoEXT *ptr() { return reinterpret_cast<VkDebugReportCallbackCreateInf… in ptr()
3489VkDebugReportCallbackCreateInfoEXT const *ptr() const { return reinterpret_cast<VkDebugReportCallb… in ptr()
Dparameter_validation.h1202 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
Dthread_safety.h3011 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
3017 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
Dlayer_chassis_dispatch.h1232 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5911 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
5917 } VkDebugReportCallbackCreateInfoEXT; argument
5920 …vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
5927 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5911 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
5917 } VkDebugReportCallbackCreateInfoEXT; argument
5920 …vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
5927 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c2007 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in tu_CreateDebugReportCallbackEXT()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1427 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, in v3dv_CreateDebugReportCallbackEXT()

12