/external/mesa3d/src/vulkan/runtime/ |
D | vk_debug_utils.c | 328 const VkDebugUtilsLabelEXT *pLabelInfo) 353 const VkDebugUtilsLabelEXT *pLabelInfo) 392 const VkDebugUtilsLabelEXT *pLabelInfo) 414 const VkDebugUtilsLabelEXT *pLabelInfo) 448 const VkDebugUtilsLabelEXT *pLabelInfo)
|
/external/swiftshader/src/Vulkan/ |
D | VkQueue.cpp | 244 void Queue::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() 254 void Queue::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel()
|
D | libVulkan.cpp | 4399 …vkCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdBeginDebugUtilsLabelEXT() 4414 …kCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdInsertDebugUtilsLabelEXT() 4444 …id VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueBeginDebugUtilsLabelEXT() 4459 …d VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueInsertDebugUtilsLabelEXT()
|
D | VkCommandBuffer.cpp | 2368 void CommandBuffer::beginDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in beginDebugUtilsLabel() 2378 void CommandBuffer::insertDebugUtilsLabel(const VkDebugUtilsLabelEXT *pLabelInfo) in insertDebugUtilsLabel()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_utrace.c | 569 const VkDebugUtilsLabelEXT *pLabelInfo) in anv_CmdBeginDebugUtilsLabelEXT() 662 const VkDebugUtilsLabelEXT *pLabelInfo) in anv_QueueBeginDebugUtilsLabelEXT()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_dispatch_table_helper.h | 151 …API_CALL StubQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {… in StubQueueBeginDebugUtilsLabelEXT() 153 …PI_CALL StubQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {… in StubQueueInsertDebugUtilsLabelEXT() 154 …mdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) {… in StubCmdBeginDebugUtilsLabelEXT() 156 …dInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) {… in StubCmdInsertDebugUtilsLabelEXT()
|
D | thread_safety.cpp | 4795 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallRecordQueueBeginDebugUtilsLabelEXT() 4801 const VkDebugUtilsLabelEXT* pLabelInfo) { in PostCallRecordQueueBeginDebugUtilsLabelEXT() 4817 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallRecordQueueInsertDebugUtilsLabelEXT() 4823 const VkDebugUtilsLabelEXT* pLabelInfo) { in PostCallRecordQueueInsertDebugUtilsLabelEXT() 4829 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallRecordCmdBeginDebugUtilsLabelEXT() 4835 const VkDebugUtilsLabelEXT* pLabelInfo) { in PostCallRecordCmdBeginDebugUtilsLabelEXT() 4851 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallRecordCmdInsertDebugUtilsLabelEXT() 4857 const VkDebugUtilsLabelEXT* pLabelInfo) { in PostCallRecordCmdInsertDebugUtilsLabelEXT()
|
D | chassis.h | 3471 …eCallValidateQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) … in PreCallValidateQueueBeginDebugUtilsLabelEXT() 3472 …PreCallRecordQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {… in PreCallRecordQueueBeginDebugUtilsLabelEXT() 3473 …ostCallRecordQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {… in PostCallRecordQueueBeginDebugUtilsLabelEXT() 3477 …CallValidateQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) … in PreCallValidateQueueInsertDebugUtilsLabelEXT() 3478 …reCallRecordQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {… in PreCallRecordQueueInsertDebugUtilsLabelEXT() 3479 …stCallRecordQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) {… in PostCallRecordQueueInsertDebugUtilsLabelEXT() 3480 …mdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) … in PreCallValidateCmdBeginDebugUtilsLabelEXT() 3481 …mdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) {… in PreCallRecordCmdBeginDebugUtilsLabelEXT() 3482 …mdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) {… in PostCallRecordCmdBeginDebugUtilsLabelEXT() 3486 …dInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) … in PreCallValidateCmdInsertDebugUtilsLabelEXT() [all …]
|
D | layer_chassis_dispatch.cpp | 5735 const VkDebugUtilsLabelEXT* pLabelInfo) in DispatchQueueBeginDebugUtilsLabelEXT() 5752 const VkDebugUtilsLabelEXT* pLabelInfo) in DispatchQueueInsertDebugUtilsLabelEXT() 5761 const VkDebugUtilsLabelEXT* pLabelInfo) in DispatchCmdBeginDebugUtilsLabelEXT() 5778 const VkDebugUtilsLabelEXT* pLabelInfo) in DispatchCmdInsertDebugUtilsLabelEXT()
|
D | object_tracker.cpp | 4268 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateQueueBeginDebugUtilsLabelEXT() 4285 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateQueueInsertDebugUtilsLabelEXT() 4294 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateCmdBeginDebugUtilsLabelEXT() 4311 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateCmdInsertDebugUtilsLabelEXT()
|
D | parameter_validation.cpp | 8871 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateQueueBeginDebugUtilsLabelEXT() 8894 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateQueueInsertDebugUtilsLabelEXT() 8909 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateCmdBeginDebugUtilsLabelEXT() 8932 const VkDebugUtilsLabelEXT* pLabelInfo) { in PreCallValidateCmdInsertDebugUtilsLabelEXT()
|
D | chassis.cpp | 7805 const VkDebugUtilsLabelEXT* pLabelInfo) { in QueueBeginDebugUtilsLabelEXT() 7848 const VkDebugUtilsLabelEXT* pLabelInfo) { in QueueInsertDebugUtilsLabelEXT() 7870 const VkDebugUtilsLabelEXT* pLabelInfo) { in CmdBeginDebugUtilsLabelEXT() 7911 const VkDebugUtilsLabelEXT* pLabelInfo) { in CmdInsertDebugUtilsLabelEXT()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkNullDriverImpl.inl | 1449 …oid VKAPI_CALL queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) 1460 …id VKAPI_CALL queueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) 1466 … cmdBeginDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) 1477 …cmdInsertDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo)
|
/external/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 1340 …t_CmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdBeginDebugUtilsLabelEXT() 1362 …_CmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in sqtt_CmdInsertDebugUtilsLabelEXT()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.cc | 3472 const VkDebugUtilsLabelEXT *pLabelInfo) in tu_CmdBeginDebugUtilsLabelEXT()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkNullDriverImpl.inl | 2316 …oid VKAPI_CALL queueBeginDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) 2327 …id VKAPI_CALL queueInsertDebugUtilsLabelEXT (VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo) 2333 … cmdBeginDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo) 2344 …cmdInsertDebugUtilsLabelEXT (VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo)
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_funcs.hpp | 15332 …PP_INLINE void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in beginDebugUtilsLabelEXT() argument 15361 …P_INLINE void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in insertDebugUtilsLabelEXT() argument 15383 …E void CommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in beginDebugUtilsLabelEXT() argument 15412 … void CommandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in insertDebugUtilsLabelEXT() argument
|
/external/swiftshader/include/vulkan/ |
D | vulkan_funcs.hpp | 14799 …PP_INLINE void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in beginDebugUtilsLabelEXT() argument 14828 …P_INLINE void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in insertDebugUtilsLabelEXT() argument 14850 …E void CommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in beginDebugUtilsLabelEXT() argument 14879 … void CommandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in insertDebugUtilsLabelEXT() argument
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan_funcs.hpp | 17051 …PP_INLINE void Queue::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in beginDebugUtilsLabelEXT() argument 17085 …P_INLINE void Queue::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in insertDebugUtilsLabelEXT() argument 17110 …E void CommandBuffer::beginDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in beginDebugUtilsLabelEXT() argument 17143 … void CommandBuffer::insertDebugUtilsLabelEXT( const VULKAN_HPP_NAMESPACE::DebugUtilsLabelEXT * pL… in insertDebugUtilsLabelEXT() argument
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 13750 … const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordCmdBeginDebugUtilsLabelEXT() 13759 … const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordCmdInsertDebugUtilsLabelEXT()
|