/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 510 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT; member
|
D | goldfish_vk_dispatch.cpp | 836 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/ |
D | VK_EXT_debug_utils.adoc | 227 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/ |
D | vulkansc.hpp | 2566 …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 5401 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( inst… in init() 5777 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in init()
|
D | vulkan.hpp | 3311 …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 10831 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( inst… in init() 11769 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in init()
|
D | vulkansc_raii.hpp | 518 …vkQueueInsertDebugUtilsLabelEXT = 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()
|
D | vulkan_raii.hpp | 969 …vkQueueInsertDebugUtilsLabelEXT = 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()
|
D | vulkansc_funcs.hpp | 7572 …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/ |
D | VkDecoderSnapshot.h | 1340 void vkQueueInsertDebugUtilsLabelEXT(const uint8_t* snapshotTraceBegin,
|
D | VkDecoderSnapshot.cpp | 3138 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()
|
D | VkDecoder.cpp | 18470 vk->vkQueueInsertDebugUtilsLabelEXT(unboxed_queue, pLabelInfo); in decode() 18476 m_state->snapshot()->vkQueueInsertDebugUtilsLabelEXT( in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 11989 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|