Home
last modified time | relevance | path

Searched defs:labelInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h618 beginDebugUtilsLabelEXT( const VkDebugUtilsLabelEXT &labelInfo) beginDebugUtilsLabelEXT() argument
631 insertDebugUtilsLabelEXT( const VkDebugUtilsLabelEXT &labelInfo) insertDebugUtilsLabelEXT() argument
H A Dvk_wrapper.h1122 ANGLE_INLINE void CommandBuffer::beginDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo) in beginDebugUtilsLabelEXT() argument
1144 ANGLE_INLINE void CommandBuffer::insertDebugUtilsLabelEXT(const VkDebugUtilsLabelEXT &labelInfo) in insertDebugUtilsLabelEXT() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp13346 reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); variable
13364 reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); variable
13374 reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); variable
13392 reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); global() variable
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp17403 getDispatcher()->vkQueueBeginDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); variable
17417 getDispatcher()->vkQueueInsertDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); variable
17425 reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); variable
17440 reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) ); global() variable
[all...]

Completed in 68 milliseconds