Home
last modified time | relevance | path

Searched refs:VkPerformanceMarkerInfoINTEL (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_INTEL_performance_query/
Dqueries.adoc190 [open,refpage='VkPerformanceMarkerInfoINTEL',desc='Structure specifying performance markers',type='…
192 The sname:VkPerformanceMarkerInfoINTEL structure is defined as:
194 include::{generated}/api/structs/VkPerformanceMarkerInfoINTEL.adoc[]
202 include::{generated}/validity/structs/VkPerformanceMarkerInfoINTEL.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13377 typedef struct VkPerformanceMarkerInfoINTEL { struct
13381 } VkPerformanceMarkerInfoINTEL; argument
13405 …tPerformanceMarkerINTEL)(VkCommandBuffer commandBuffer, const VkPerformanceMarkerInfoINTEL* pMarke…
13423 const VkPerformanceMarkerInfoINTEL* pMarkerInfo);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp2797 …VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL ) == sizeof( VkPerformanceMarkerInfoINTEL ), "str…
Dvulkan.hpp3881 …tPerformanceMarkerINTEL( VkCommandBuffer commandBuffer, const VkPerformanceMarkerInfoINTEL * pMark… in vkCmdSetPerformanceMarkerINTEL()
Dvulkan_raii.hpp16735 …t<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkPerformanceMarkerInfoINTEL *>( &ma… in setPerformanceMarkerINTEL()