Home
last modified time | relevance | path

Searched refs:pLabelInfo (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7006 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7008 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7009 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7011 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7027 const VkDebugUtilsLabelEXT* pLabelInfo);
7034 const VkDebugUtilsLabelEXT* pLabelInfo);
7038 const VkDebugUtilsLabelEXT* pLabelInfo);
7045 const VkDebugUtilsLabelEXT* pLabelInfo);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h7006 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7008 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7009 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7011 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7027 const VkDebugUtilsLabelEXT* pLabelInfo);
7034 const VkDebugUtilsLabelEXT* pLabelInfo);
7038 const VkDebugUtilsLabelEXT* pLabelInfo);
7045 const VkDebugUtilsLabelEXT* pLabelInfo);
/external/vulkan-validation-layers/layers/
Dcore_validation.h1478 …d PreCallRecordQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
1480 … PreCallRecordQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
1481 …dCmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
1483 …CmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
Dcore_validation.cpp12708 …:PreCallRecordQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordQueueBeginDebugUtilsLabelEXT() argument
12710 BeginQueueDebugUtilsLabel(device_data->report_data, queue, pLabelInfo); in PreCallRecordQueueBeginDebugUtilsLabelEXT()
12718 …PreCallRecordQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordQueueInsertDebugUtilsLabelEXT() argument
12720 InsertQueueDebugUtilsLabel(device_data->report_data, queue, pLabelInfo); in PreCallRecordQueueInsertDebugUtilsLabelEXT()
12723 …CmdBeginDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordCmdBeginDebugUtilsLabelEXT() argument
12725 BeginCmdDebugUtilsLabel(device_data->report_data, commandBuffer, pLabelInfo); in PreCallRecordCmdBeginDebugUtilsLabelEXT()
12733 …mdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) { in PreCallRecordCmdInsertDebugUtilsLabelEXT() argument
12735 InsertCmdDebugUtilsLabel(device_data->report_data, commandBuffer, pLabelInfo); in PreCallRecordCmdInsertDebugUtilsLabelEXT()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h7649 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7651 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7652 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7654 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7670 const VkDebugUtilsLabelEXT* pLabelInfo);
7677 const VkDebugUtilsLabelEXT* pLabelInfo);
7681 const VkDebugUtilsLabelEXT* pLabelInfo);
7688 const VkDebugUtilsLabelEXT* pLabelInfo);
Dvulkan.hpp630 …inDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkCmdBeginDebugUtilsLabelEXT()
632 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdBeginDebugUtilsLabelEXT()
885 …rtDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkCmdInsertDebugUtilsLabelEXT()
887 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
2340 … void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkQueueBeginDebugUtilsLabelEXT()
2342 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT()
2355 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkQueueInsertDebugUtilsLabelEXT()
2357 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT()
11896 …void beginDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch()…
12133 …void insertDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch(…
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_core.h7478 …PI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7480 …I_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo);
7481 …CmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7483 …mdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo);
7499 const VkDebugUtilsLabelEXT* pLabelInfo);
7506 const VkDebugUtilsLabelEXT* pLabelInfo);
7510 const VkDebugUtilsLabelEXT* pLabelInfo);
7517 const VkDebugUtilsLabelEXT* pLabelInfo);
Dvulkan.hpp1159 …nDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkCmdBeginDebugUtilsLabelEXT()
1161 return ::vkCmdBeginDebugUtilsLabelEXT( commandBuffer, pLabelInfo); in vkCmdBeginDebugUtilsLabelEXT()
1363 …tDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkCmdInsertDebugUtilsLabelEXT()
1365 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo); in vkCmdInsertDebugUtilsLabelEXT()
2393 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) const in vkQueueBeginDebugUtilsLabelEXT()
2395 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo); in vkQueueBeginDebugUtilsLabelEXT()
2405 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT()
2407 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo); in vkQueueInsertDebugUtilsLabelEXT()
38089 …void beginDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch()…
38099 …void insertDebugUtilsLabelEXT( const DebugUtilsLabelEXT* pLabelInfo, Dispatch const &d = Dispatch(…
[all …]