Home
last modified time | relevance | path

Searched refs:vkCmdInsertDebugUtilsLabelEXT (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvk_headers.h58 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp97 MAKE_VULKAN_INSTANCE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
310 MAKE_VULKAN_DEVICE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
DlibVulkan.cpp3832 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDeb… in vkCmdInsertDebugUtilsLabelEXT() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp464 ASSERT(vkCmdInsertDebugUtilsLabelEXT); in executeCommands()
465 vkCmdInsertDebugUtilsLabelEXT(cmdBuffer, &label); in executeCommands()
Dvk_utils.cpp1003 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = nullptr; variable
1096 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
Dvk_wrapper.h1147 ASSERT(vkCmdInsertDebugUtilsLabelEXT);
1148 vkCmdInsertDebugUtilsLabelEXT(mHandle, &labelInfo);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp536 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = nullptr; variable
566 GET_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
DCommandGraph.cpp653 if (vkCmdInsertDebugUtilsLabelEXT) in visitAndExecute()
658 vkCmdInsertDebugUtilsLabelEXT(primaryCommandBuffer->getHandle(), &label); in visitAndExecute()
Dvk_utils.h539 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h730 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
Dvolk.c188vkCmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)load(context, "vkCmdInsertDebug… in volkGenLoadInstance()
1345 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; variable
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl298 …elEXT = (CmdInsertDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkCmdInsertDebugUtilsLabelEXT");
DvkExtensionFunctions.inl1751 functions.push_back("vkCmdInsertDebugUtilsLabelEXT");
DvkNullDriverImpl.inl3669 VK_NULL_FUNC_ENTRY(vkCmdInsertDebugUtilsLabelEXT, cmdInsertDebugUtilsLabelEXT),
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp4076 void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, in vkCmdInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
4079 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
11398 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12549 vkCmdInsertDebugUtilsLabelEXT = in init()
13508 vkCmdInsertDebugUtilsLabelEXT = in init()
Dvulkan_raii.hpp957 vkCmdInsertDebugUtilsLabelEXT = in init()
1785 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
13388 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdInsertDebugUtilsLabelEXT && in insertDebugUtilsLabelEXT()
13391 … getDispatcher()->vkCmdInsertDebugUtilsLabelEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), in insertDebugUtilsLabelEXT()
Dvulkan_funcs.hpp13073 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
13083 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
Dvulkan_core.h9783 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3898 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pL… in vkCmdInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3900 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
12687 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
13830vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instan… in init()
14814vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, … in init()
Dvulkan_raii.hpp916vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, … in DeviceDispatcher()
1829 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
15083 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdInsertDebugUtilsLabelEXT && in insertDebugUtilsLabelEXT()
15086 … getDispatcher()->vkCmdInsertDebugUtilsLabelEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), in insertDebugUtilsLabelEXT()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7043 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7679 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9395 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9943 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h10918 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(

12