Home
last modified time | relevance | path

Searched refs:VkDebugUtilsLabelEXT (Results 1 - 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_debug_utils.c190 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 Dvk_log.c195 &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 DVkQueue.hpp59 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
61 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkCommandBuffer.hpp131 void beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
133 void insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo);
H A DVkQueue.cpp365 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel()
375 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel()
H A DVkCommandBuffer.cpp1713 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel()
1723 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel()
H A DlibVulkan.cpp3817 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 DVulkanSecondaryCommandBuffer.h218 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 DSecondaryCommandBuffer.h500 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 DSecondaryCommandBuffer.cpp157 const VkDebugUtilsLabelEXT label = { in executeCommands()
459 const VkDebugUtilsLabelEXT label = { in executeCommands()
H A Dvk_wrapper.h363 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 Dvk_utils.cpp896 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label) in MakeDebugUtilsLabel()
H A Dvk_utils.h805 void MakeDebugUtilsLabel(GLenum source, const char *marker, VkDebugUtilsLabelEXT *label);
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp755 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 DCommandBufferVk.cpp805 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 Dradix_sort_vk.c562 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 Dtest_icd.cpp408 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 Dvulkan_sc_core.h6787 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 Dradv_sqtt_layer.c803 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdBeginDebugUtilsLabelEXT()
822 const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdInsertDebugUtilsLabelEXT()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9300 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 Dvulkan_core.h10823 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 Dvulkan_core.h9688 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 Dvulkan_core.h9848 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 Dloader_debug_ext_tests.cpp1019 VkDebugUtilsLabelEXT utils_label{}; in CheckDeviceFunctions()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12688 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...]

Completed in 273 milliseconds

12