/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 65 VkDebugReportCallbackCreateInfoEXT *pCreateInfo, 101 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, 169 uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **infos, 172 VkDebugReportCallbackCreateInfoEXT *pInfos = NULL; 181 if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == 185 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext; 197 ((VkDebugReportCallbackCreateInfoEXT *)pAllocator->pfnAllocation( 199 n * sizeof(VkDebugReportCallbackCreateInfoEXT), sizeof(void *), 203 pInfos = *infos = ((VkDebugReportCallbackCreateInfoEXT *)malloc( 204 n * sizeof(VkDebugReportCallbackCreateInfoEXT))); [all …]
|
D | debug_report.h | 113 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, 130 VkDebugReportCallbackCreateInfoEXT *pCreateInfo, 140 uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **infos, 143 VkDebugReportCallbackCreateInfoEXT *infos, 147 uint32_t num_callbacks, VkDebugReportCallbackCreateInfoEXT *infos,
|
D | loader.h | 291 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 175 … const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in layer_create_msg_callback() 223 …tmp_callbacks(const void *pChain, uint32_t *num_callbacks, VkDebugReportCallbackCreateInfoEXT **in… in layer_copy_tmp_callbacks() 230 …if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_… in layer_copy_tmp_callbacks() 233 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext; in layer_copy_tmp_callbacks() 240 VkDebugReportCallbackCreateInfoEXT *pInfos = *infos = in layer_copy_tmp_callbacks() 241 … ((VkDebugReportCallbackCreateInfoEXT *)malloc(n * sizeof(VkDebugReportCallbackCreateInfoEXT))); in layer_copy_tmp_callbacks() 257 memcpy(pInfos, pNext, sizeof(VkDebugReportCallbackCreateInfoEXT)); in layer_copy_tmp_callbacks() 268 static void layer_free_tmp_callbacks(VkDebugReportCallbackCreateInfoEXT *infos, VkDebugReportCallba… in layer_free_tmp_callbacks() 276 … VkDebugReportCallbackCreateInfoEXT *infos, VkDebugReportCallbackEXT *callbacks) { in layer_enable_tmp_callbacks()
|
D | unique_objects.h | 97 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
|
D | object_tracker.h | 103 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
|
D | swapchain.h | 278 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
|
D | threading.cpp | 295 CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreate… in CreateDebugReportCallbackEXT() 400 vkCreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCrea… in vkCreateDebugReportCallbackEXT()
|
D | vk_layer_utils.cpp | 766 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_actions() 779 VkDebugReportCallbackCreateInfoEXT dbgCreateInfo; in layer_debug_actions()
|
D | threading.h | 220 VkDebugReportCallbackCreateInfoEXT *tmp_dbg_create_infos;
|
D | unique_objects.cpp | 497 … const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in CreateDebugReportCallbackEXT() 678 … const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in vkCreateDebugReportCallbackEXT()
|
D | image.cpp | 89 CreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreate… in CreateDebugReportCallbackEXT() 1534 vkCreateDebugReportCallbackEXT(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCrea… in vkCreateDebugReportCallbackEXT()
|
D | swapchain.cpp | 2261 … const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in CreateDebugReportCallbackEXT() 2504 … const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in vkCreateDebugReportCallbackEXT()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 138 const VkDebugReportCallbackCreateInfoEXT createInfo = in createCallback()
|
D | vkRefUtil.inl | 33 … (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkVirtualInstanceInterface.inl | 49 …ateDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkConcreteInstanceInterface.inl | 49 …ateDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkInstanceDriverImpl.inl | 230 …::createDebugReportCallbackEXT (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkRefUtilImpl.inl | 350 …T (const InstanceInterface& vk, VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
D | vkNullDriver.cpp | 206 DebugReportCallbackEXT (VkInstance, const VkDebugReportCallbackCreateInfoEXT*) {} in DebugReportCallbackEXT() argument
|
D | vkStructTypes.inl | 1486 struct VkDebugReportCallbackCreateInfoEXT struct
|
D | vkFunctionPointerTypes.inl | 181 …bugReportCallbackEXTFunc) (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr…
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 179 VkDebugReportCallbackCreateInfoEXT debug_report_info = {}; in init_debug_report()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 3810 typedef struct VkDebugReportCallbackCreateInfoEXT { struct 3816 } VkDebugReportCallbackCreateInfoEXT; argument 3819 …vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr… 3826 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 4062 typedef struct VkDebugReportCallbackCreateInfoEXT { struct 4068 } VkDebugReportCallbackCreateInfoEXT; argument 4071 …vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr… 4078 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|