Home
last modified time | relevance | path

Searched refs:vkQueueInsertDebugUtilsLabelEXT (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h510 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT; member
Dgoldfish_vk_dispatch.cpp836 out->vkQueueInsertDebugUtilsLabelEXT = in init_vulkan_dispatch_from_system_loader()
1765 out->vkQueueInsertDebugUtilsLabelEXT = in init_vulkan_dispatch_from_instance()
2693 out->vkQueueInsertDebugUtilsLabelEXT = in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_utils.adoc227 flink:vkQueueInsertDebugUtilsLabelEXT.
283 [open,refpage='vkQueueInsertDebugUtilsLabelEXT',desc='Insert a label into a queue',type='protos']
287 include::{generated}/api/protos/vkQueueInsertDebugUtilsLabelEXT.adoc[]
293 include::{generated}/validity/protos/vkQueueInsertDebugUtilsLabelEXT.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2566 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2568 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT()
4912 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5401vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( inst… in init()
5777vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in init()
Dvulkan.hpp3311 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3313 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT()
9676 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10831vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( inst… in init()
11769vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in init()
Dvulkansc_raii.hpp518vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in DeviceDispatcher()
878 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
9274 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueInsertDebugUtilsLabelEXT && "Function <vkQueueInsertDebu… in insertDebugUtilsLabelEXT()
9278 …getDispatcher()->vkQueueInsertDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cas… in insertDebugUtilsLabelEXT()
Dvulkan_raii.hpp969vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in DeviceDispatcher()
1843 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
15435 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueInsertDebugUtilsLabelEXT && "Function <vkQueueInsertDebu… in insertDebugUtilsLabelEXT()
15439 …getDispatcher()->vkQueueInsertDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cas… in insertDebugUtilsLabelEXT()
Dvulkansc_funcs.hpp7572 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabel… in insertDebugUtilsLabelEXT()
7583 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &label… in insertDebugUtilsLabelEXT()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h1340 void vkQueueInsertDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin,
DVkDecoderSnapshot.cpp3138 void vkQueueInsertDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkQueueInsertDebugUtilsLabelEXT() function in VkDecoderSnapshot::Impl
6645 void VkDecoderSnapshot::vkQueueInsertDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin, in vkQueueInsertDebugUtilsLabelEXT() function in VkDecoderSnapshot
6650 mImpl->vkQueueInsertDebugUtilsLabelEXT(snapshotTraceBegin, snapshotTraceBytes, pool, queue, in vkQueueInsertDebugUtilsLabelEXT()
DVkDecoder.cpp18470 vk->vkQueueInsertDebugUtilsLabelEXT(unboxed_queue, pLabelInfo); in decode()
18476 m_state->snapshot()->vkQueueInsertDebugUtilsLabelEXT( in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11989 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(