/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_debug_utils.c | 190 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdBeginDebugUtilsLabelEXT() 198 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdBeginDebugUtilsLabelEXT() 200 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT, in vk_common_CmdBeginDebugUtilsLabelEXT() 214 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdEndDebugUtilsLabelEXT() 216 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdEndDebugUtilsLabelEXT() 223 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_CmdInsertDebugUtilsLabelEXT() 231 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdInsertDebugUtilsLabelEXT() 233 util_dynarray_append(&command_buffer->labels, VkDebugUtilsLabelEXT, in vk_common_CmdInsertDebugUtilsLabelEXT() 241 const VkDebugUtilsLabelEXT *pLabelInfo) in vk_common_QueueBeginDebugUtilsLabelEXT() 249 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueBeginDebugUtilsLabelEXT() [all...] |
H A D | vk_log.c | 195 &cmd_buffer->labels, VkDebugUtilsLabelEXT); in __vk_log_impl() 207 util_dynarray_num_elements(&queue->labels, VkDebugUtilsLabelEXT); in __vk_log_impl()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueue.hpp | 59 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo); 61 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
|
H A D | VkCommandBuffer.hpp | 131 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo); 133 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
|
H A D | VkQueue.cpp | 365 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() 375 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel()
|
H A D | VkCommandBuffer.cpp | 1713 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() 1723 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel()
|
H A D | libVulkan.cpp | 3817 VKAPI_ATTR void VKAPI_CALL vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdBeginDebugUtilsLabelEXT() 3819 TRACE("(VkCommandBuffer commandBuffer = %p, const VkDebugUtilsLabelEXT* pLabelInfo = %p)", in vkCmdBeginDebugUtilsLabelEXT() 3832 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdInsertDebugUtilsLabelEXT() 3834 TRACE("(VkCommandBuffer commandBuffer = %p, const VkDebugUtilsLabelEXT* pLabelInfo = %p)", in vkCmdInsertDebugUtilsLabelEXT() 3862 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueBeginDebugUtilsLabelEXT() 3864 TRACE("(VkQueue queue = %p, const VkDebugUtilsLabelEXT* pLabelInfo = %p)", in vkQueueBeginDebugUtilsLabelEXT() 3877 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueInsertDebugUtilsLabelEXT() 3879 TRACE("(VkQueue queue = %p, const VkDebugUtilsLabelEXT* pLabelInfo = %p)", in vkQueueInsertDebugUtilsLabelEXT()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.h | 218 void beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo); 220 void insertDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo); 619 const VkDebugUtilsLabelEXT &labelInfo) in beginDebugUtilsLabelEXT() 632 const VkDebugUtilsLabelEXT &labelInfo) in insertDebugUtilsLabelEXT()
|
H A D | SecondaryCommandBuffer.h | 500 void beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &label); 638 void insertDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &label); 757 void commonDebugUtilsLabel(CommandID cmd, const VkDebugUtilsLabelEXT &label); 866 const VkDebugUtilsLabelEXT &label) in commonDebugUtilsLabel() 880 ANGLE_INLINE void SecondaryCommandBuffer::beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &label) in beginDebugUtilsLabelEXT() 1340 const VkDebugUtilsLabelEXT &label) in insertDebugUtilsLabelEXT()
|
H A D | SecondaryCommandBuffer.cpp | 157 const VkDebugUtilsLabelEXT label = { in executeCommands() 459 const VkDebugUtilsLabelEXT label = { in executeCommands()
|
H A D | vk_wrapper.h | 363 void beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo); 365 void insertDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo); 1122 ANGLE_INLINE void CommandBuffer::beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo) in beginDebugUtilsLabelEXT() 1144 ANGLE_INLINE void CommandBuffer::insertDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo) in insertDebugUtilsLabelEXT()
|
H A D | vk_utils.cpp | 896 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label) in MakeDebugUtilsLabel()
|
H A D | vk_utils.h | 805 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label);
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.cpp | 755 VKAPI_ATTR void VKAPI_CALL test_vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* label) { 765 VKAPI_ATTR void VKAPI_CALL test_vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* label) { 770 VKAPI_ATTR void VKAPI_CALL test_vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer cmd_buf, const VkDebugUtilsLabelEXT* label) { 780 VKAPI_ATTR void VKAPI_CALL test_vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer cmd_buf, const VkDebugUtilsLabelEXT* label) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 805 VkDebugUtilsLabelEXT utilsLabel; in RecordCommands() 835 VkDebugUtilsLabelEXT utilsLabel; in RecordCommands() 964 VkDebugUtilsLabelEXT utilsLabel; in RecordComputePass() 994 VkDebugUtilsLabelEXT utilsLabel; in RecordComputePass() 1121 VkDebugUtilsLabelEXT utilsLabel; in RecordRenderPass() 1151 VkDebugUtilsLabelEXT utilsLabel; in RecordRenderPass()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.c | 562 VkDebugUtilsLabelEXT const label = { in radix_sort_vk_sort_devaddr() 891 VkDebugUtilsLabelEXT const label = { in radix_sort_vk_sort_indirect_devaddr()
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 408 VKAPI_ATTR void VKAPI_CALL test_vkQueueBeginDebugUtilsLabelEXT(VkQueue, const VkDebugUtilsLabelEXT*) {} 410 VKAPI_ATTR void VKAPI_CALL test_vkQueueInsertDebugUtilsLabelEXT(VkQueue, const VkDebugUtilsLabelEXT*) {} 411 VKAPI_ATTR void VKAPI_CALL test_vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer, const VkDebugUtilsLabelEXT*) {} 413 VKAPI_ATTR void VKAPI_CALL test_vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer, const VkDebugUtilsLabelEXT*) {}
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6787 typedef struct VkDebugUtilsLabelEXT { struct 6792 } VkDebugUtilsLabelEXT; typedef 6810 const VkDebugUtilsLabelEXT* pQueueLabels; 6812 const VkDebugUtilsLabelEXT* pCmdBufLabels; 6845 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 6847 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 6848 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 6850 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 6866 const VkDebugUtilsLabelEXT* pLabelInfo); 6873 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 803 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdBeginDebugUtilsLabelEXT() 822 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdInsertDebugUtilsLabelEXT()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9300 typedef struct VkDebugUtilsLabelEXT { struct 9305 } VkDebugUtilsLabelEXT; typedef 9323 const VkDebugUtilsLabelEXT* pQueueLabels; 9325 const VkDebugUtilsLabelEXT* pCmdBufLabels; 9358 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9360 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9361 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9363 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9379 const VkDebugUtilsLabelEXT* pLabelInfo); 9386 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 10823 typedef struct VkDebugUtilsLabelEXT { struct 10828 } VkDebugUtilsLabelEXT; typedef 10846 const VkDebugUtilsLabelEXT* pQueueLabels; 10848 const VkDebugUtilsLabelEXT* pCmdBufLabels; 10881 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 10883 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 10884 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 10886 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 10902 const VkDebugUtilsLabelEXT* pLabelInfo); 10909 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 9688 typedef struct VkDebugUtilsLabelEXT { struct 9693 } VkDebugUtilsLabelEXT; typedef 9711 const VkDebugUtilsLabelEXT* pQueueLabels; 9713 const VkDebugUtilsLabelEXT* pCmdBufLabels; 9746 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9748 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9749 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9751 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9767 const VkDebugUtilsLabelEXT* pLabelInfo); 9774 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9848 typedef struct VkDebugUtilsLabelEXT { struct 9853 } VkDebugUtilsLabelEXT; typedef 9871 const VkDebugUtilsLabelEXT* pQueueLabels; 9873 const VkDebugUtilsLabelEXT* pCmdBufLabels; 9906 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9908 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 9909 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9911 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 9927 const VkDebugUtilsLabelEXT* pLabelInfo); 9934 const VkDebugUtilsLabelEXT* pLabelInf [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_debug_ext_tests.cpp | 1019 VkDebugUtilsLabelEXT utils_label{}; in CheckDeviceFunctions()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 12688 typedef struct VkDebugUtilsLabelEXT { struct 12693 } VkDebugUtilsLabelEXT; typedef 12711 const VkDebugUtilsLabelEXT* pQueueLabels; 12713 const VkDebugUtilsLabelEXT* pCmdBufLabels; 12746 typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 12748 typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); 12749 typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 12751 typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); 12767 const VkDebugUtilsLabelEXT* pLabelInfo); 12774 const VkDebugUtilsLabelEXT* pLabelInf [all...] |