/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 8029 void* pCheckpointMarker; member 10659 void* pCheckpointMarker; member 10662 typedef void (VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); 10668 const void* pCheckpointMarker);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 9414 void* pCheckpointMarker; member 12148 void* pCheckpointMarker; member 12151 typedef void (VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); 12157 const void* pCheckpointMarker);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 8219 void* pCheckpointMarker; member 11062 void* pCheckpointMarker; member 11065 typedef void (VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); 11071 const void* pCheckpointMarker);
|
H A D | vulkan.hpp | 4662 void vkCmdSetCheckpointNV( VkCommandBuffer commandBuffer, const void * pCheckpointMarker ) const VULKAN_HPP_NOEXCEPT 4664 return ::vkCmdSetCheckpointNV( commandBuffer, pCheckpointMarker );
|
H A D | vulkan_raii.hpp | 4539 void setCheckpointNV( const void * pCheckpointMarker ) const VULKAN_HPP_NOEXCEPT; 14611 VULKAN_HPP_INLINE void CommandBuffer::setCheckpointNV( const void * pCheckpointMarker ) const VULKAN_HPP_NOEXCEPT 14617 getDispatcher()->vkCmdSetCheckpointNV( static_cast<VkCommandBuffer>( m_commandBuffer ), pCheckpointMarker ); variable
|
H A D | vulkan_structs.hpp | 10481 , pCheckpointMarker( pCheckpointMarker_ ) in pCheckpointMarker() function 10515 ( pCheckpointMarker == rhs.pCheckpointMarker ); 10528 void * pCheckpointMarker = {}; member 10555 , pCheckpointMarker( pCheckpointMarker_ ) in pCheckpointMarker() function 10589 ( pCheckpointMarker == rhs.pCheckpointMarker ); 10602 void * pCheckpointMarker = {}; member [all...] |
H A D | vulkan_handles.hpp | 4357 void setCheckpointNV( const void * pCheckpointMarker,
|
H A D | vulkan_funcs.hpp | 15736 VULKAN_HPP_INLINE void CommandBuffer::setCheckpointNV( const void * pCheckpointMarker, 15740 d.vkCmdSetCheckpointNV( m_commandBuffer, pCheckpointMarker ); [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 8379 void* pCheckpointMarker; member 11222 void* pCheckpointMarker; member 11225 typedef void (VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); 11231 const void* pCheckpointMarker);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 10730 void* pCheckpointMarker; member 14044 void* pCheckpointMarker; member 14047 typedef void (VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); 14053 const void* pCheckpointMarker);
|
H A D | vulkan.hpp | 4269 void vkCmdSetCheckpointNV( VkCommandBuffer commandBuffer, const void * pCheckpointMarker ) const VULKAN_HPP_NOEXCEPT 4271 return ::vkCmdSetCheckpointNV( commandBuffer, pCheckpointMarker );
|
H A D | vulkan_hash.hpp | 2076 VULKAN_HPP_HASH_COMBINE( seed, checkpointData2NV.pCheckpointMarker ); 2090 VULKAN_HPP_HASH_COMBINE( seed, checkpointDataNV.pCheckpointMarker );
|
H A D | vulkan_structs.hpp | 13485 , pCheckpointMarker( pCheckpointMarker_ ) in pCheckpointMarker() function 13520 return std::tie( sType, pNext, stage, pCheckpointMarker ); 13532 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( stage == rhs.stage ) && ( pCheckpointMarker == rhs.pCheckpointMarker ); 13546 void * pCheckpointMarker = {}; member 13568 , pCheckpointMarker( pCheckpointMarker_ ) in pCheckpointMarker() function 13603 return std::tie( sType, pNext, stage, pCheckpointMarker ); 13615 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( stage == rhs.stage ) && ( pCheckpointMarker == rhs.pCheckpointMarker ); 13629 void * pCheckpointMarker member [all...] |
H A D | vulkan_funcs.hpp | [all...] |
H A D | vulkan_handles.hpp | 5717 void setCheckpointNV( const void * pCheckpointMarker, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 6697 const void* pCheckpointMarker) { in CmdSetCheckpointNV() 6705 disp->CmdSetCheckpointNV(commandBuffer, pCheckpointMarker); in CmdSetCheckpointNV() 6695 CmdSetCheckpointNV( VkCommandBuffer commandBuffer, const void* pCheckpointMarker) CmdSetCheckpointNV() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 6257 void* pCheckpointMarker; member
|