Searched refs:VkDebugUtilsLabelEXT (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_debug_utils.c | 190 const VkDebugUtilsLabelEXT *pLabelInfo) 198 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); 200 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT, 214 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); 216 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); 223 const VkDebugUtilsLabelEXT *pLabelInfo) 231 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); 233 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT, 241 const VkDebugUtilsLabelEXT *pLabelInfo) 249 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); [all...] |
| H A D | vk_log.c | 176 &cmd_buffer->labels, VkDebugUtilsLabelEXT); 188 util_dynarray_num_elements(&queue->labels, VkDebugUtilsLabelEXT);
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 7526 typedef struct VkDebugUtilsLabelEXT { struct 7531 } VkDebugUtilsLabelEXT; typedef in typeref:struct:VkDebugUtilsLabelEXT 7541 const VkDebugUtilsLabelEXT* pQueueLabels; 7543 const VkDebugUtilsLabelEXT* pCmdBufLabels; 7566 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 7568 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 7569 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 7571 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 7587 const VkDebugUtilsLabelEXT* pLabelInfo); 7594 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 9656 typedef struct VkDebugUtilsLabelEXT { struct 9661 } VkDebugUtilsLabelEXT; typedef in typeref:struct:VkDebugUtilsLabelEXT 9679 const VkDebugUtilsLabelEXT* pQueueLabels; 9681 const VkDebugUtilsLabelEXT* pCmdBufLabels; 9714 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9716 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9717 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9719 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9735 const VkDebugUtilsLabelEXT* pLabelInfo); 9742 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 4005 VkDebugUtilsLabelEXT label = {
|
Completed in 66 milliseconds