Home
last modified time | relevance | path

Searched refs:vkCmdInsertDebugUtilsLabelEXT (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvk_headers.h58 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp97 MAKE_VULKAN_INSTANCE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
310 MAKE_VULKAN_DEVICE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
H A DlibVulkan.cpp3832 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT *pLabelInfo) in vkCmdInsertDebugUtilsLabelEXT() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp464 ASSERT(vkCmdInsertDebugUtilsLabelEXT); in executeCommands()
465 vkCmdInsertDebugUtilsLabelEXT(cmdBuffer, &label); in executeCommands()
H A Dvk_utils.cpp1003 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = nullptr; member
1096 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
H A Dvk_wrapper.h1147 ASSERT(vkCmdInsertDebugUtilsLabelEXT); in insertDebugUtilsLabelEXT()
1148 vkCmdInsertDebugUtilsLabelEXT(mHandle, &labelInfo); in insertDebugUtilsLabelEXT()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h730 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
H A Dvolk.c188 vkCmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)load(context, "vkCmdInsertDebugUtilsLabelEXT"); in volkGenLoadInstance()
1345 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp4076 void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer,
4079 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo );
11398 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12549 vkCmdInsertDebugUtilsLabelEXT =
12550 PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instance, "vkCmdInsertDebugUtilsLabelEXT" ) );
13508 vkCmdInsertDebugUtilsLabelEXT =
13509 PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkCmdInsertDebugUtilsLabelEXT" ) );
H A Dvulkan_raii.hpp957 vkCmdInsertDebugUtilsLabelEXT = in init()
958 PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkCmdInsertDebugUtilsLabelEXT" ) ); in init()
1785 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
13388 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdInsertDebugUtilsLabelEXT &&
13389 "Function <vkCmdInsertDebugUtilsLabelEXT> needs extension <VK_EXT_debug_utils> enabled!" );
13391 getDispatcher()->vkCmdInsertDebugUtilsLabelEXT( static_cast<VkCommandBuffer>( m_commandBuffer ),
H A Dvulkan_core.h9783 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
H A Dvulkan_funcs.hpp13073 d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) );
13083 d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) );
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp3613 void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT
3615 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo );
16949 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
18207 vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instance, "vkCmdInsertDebugUtilsLabelEXT" ) );
19324 vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkCmdInsertDebugUtilsLabelEXT" ) );
H A Dvulkan_raii.hpp1083 vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkCmdInsertDebugUtilsLabelEXT" ) ); in DeviceDispatcher()
2097 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
17437 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdInsertDebugUtilsLabelEXT && "Function <vkCmdInsertDebugUtilsLabelEXT> requires <VK_EXT_debug_utils>" );
17439 getDispatcher()->vkCmdInsertDebugUtilsLabelEXT( static_cast<VkCommandBuffer>( m_commandBuffer ),
[all...]
H A Dvulkan_funcs.hpp13488 d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) );
13498 d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) );
[all...]
H A Dvulkan_core.h12783 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6882 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9395 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10918 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9943 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(

Completed in 439 milliseconds