Home
last modified time | relevance | path

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

/external/angle/src/common/vulkan/
Dvk_headers.h58 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.def207 vkCmdInsertDebugUtilsLabelEXT
Dvk_swiftshader.lds207 vkCmdInsertDebugUtilsLabelEXT;
DVkGetProcAddress.cpp89 MAKE_VULKAN_INSTANCE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
300 MAKE_VULKAN_DEVICE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
DlibVulkan.cpp3683 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDeb… in vkCmdInsertDebugUtilsLabelEXT() function
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp470 ASSERT(vkCmdInsertDebugUtilsLabelEXT); in executeCommands()
471 vkCmdInsertDebugUtilsLabelEXT(cmdBuffer, &label); in executeCommands()
Dvk_utils.cpp839 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = nullptr; variable
926 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
DCommandGraph.cpp749 if (vkCmdInsertDebugUtilsLabelEXT) in visitAndExecute()
754 vkCmdInsertDebugUtilsLabelEXT(primaryCommandBuffer->getHandle(), &label); in visitAndExecute()
Dvk_wrapper.h1259 ASSERT(vkCmdInsertDebugUtilsLabelEXT);
1260 vkCmdInsertDebugUtilsLabelEXT(mHandle, &labelInfo);
/external/angle/src/third_party/volk/
Dvolk.h730 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
Dvolk.c188vkCmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)load(context, "vkCmdInsertDebug… in volkGenLoadInstance()
1345 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl287 …elEXT = (CmdInsertDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkCmdInsertDebugUtilsLabelEXT");
DvkExtensionFunctions.inl1590 functions.push_back("vkCmdInsertDebugUtilsLabelEXT");
DvkNullDriverImpl.inl3475 VK_NULL_FUNC_ENTRY(vkCmdInsertDebugUtilsLabelEXT, cmdInsertDebugUtilsLabelEXT),
DvkVulkan_c.inl10299 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h7043 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7043 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/external/mesa3d/include/vulkan/
Dvulkan_core.h8741 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/external/swiftshader/include/vulkan/
Dvulkan_core.h8748 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
Dvulkan.hpp1669 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLa… in vkCmdInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1671 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
82713 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
82720 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
92358 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
93132vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instance… in init()
93597vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "v… in init()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h8741 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
Dvulkan.hpp1674 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLa… in vkCmdInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1676 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT()
82213 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
82220 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
91694 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
92467vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instance… in init()
92931vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "v… in init()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h9395 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(