/external/vulkan-validation-layers/layers/ |
D | vk_layer_utils.cpp | 180 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_report_actions() 193 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_report_actions() 206 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_report_actions()
|
D | vk_layer_logging.h | 679 … 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/ |
D | vk_debug_report.h | 53 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
D | vk_debug_report.c | 47 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, in vk_create_debug_report_callback()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 147 const VkDebugReportCallbackCreateInfoEXT createInfo = in createCallback()
|
D | vkRefUtil.inl | 31 … (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkVirtualInstanceInterface.inl | 49 …DebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkConcreteInstanceInterface.inl | 49 …DebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkInstanceDriverImpl.inl | 280 …::createDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkRefUtilImpl.inl | 378 …T (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkNullDriver.cpp | 257 DebugReportCallbackEXT (VkInstance, const VkDebugReportCallbackCreateInfoEXT*) {} in DebugReportCallbackEXT() argument
|
/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 737 VkDebugReportCallbackCreateInfoEXT info = in CreateDebugReportCallback() 738 VkDebugReportCallbackCreateInfoEXT(); in CreateDebugReportCallback()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestUtils.cpp | 474 VkDebugReportCallbackCreateInfoEXT callbackCreateInfo; in CreateVkBackendContext()
|
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 520 VkDebugReportCallbackCreateInfoEXT callbackCreateInfo; in CreateVkBackendContext()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 457 struct VkDebugReportCallbackCreateInfoEXT const drcci = { in main()
|
/external/vulkan-validation-layers/layers/generated/ |
D | object_tracker.h | 1597 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, 1602 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
D | vk_typemap_helper.h | 1751 template <> struct LvlTypeMap<VkDebugReportCallbackCreateInfoEXT> { 1756 typedef VkDebugReportCallbackCreateInfoEXT Type;
|
D | vk_safe_struct.h | 3481 safe_VkDebugReportCallbackCreateInfoEXT(const VkDebugReportCallbackCreateInfoEXT* in_struct); 3486 void initialize(const VkDebugReportCallbackCreateInfoEXT* in_struct); 3488 …VkDebugReportCallbackCreateInfoEXT *ptr() { return reinterpret_cast<VkDebugReportCallbackCreateInf… in ptr() 3489 …VkDebugReportCallbackCreateInfoEXT const *ptr() const { return reinterpret_cast<VkDebugReportCallb… in ptr()
|
D | parameter_validation.h | 1202 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
D | thread_safety.h | 3011 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, 3017 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
D | layer_chassis_dispatch.h | 1232 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5911 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/ |
D | vulkan_core.h | 5911 typedef struct VkDebugReportCallbackCreateInfoEXT { struct 5917 } VkDebugReportCallbackCreateInfoEXT; argument 5920 …vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr… 5927 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2007 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in tu_CreateDebugReportCallbackEXT()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1427 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, in v3dv_CreateDebugReportCallbackEXT()
|