Home
last modified time | relevance | path

Searched refs:pMarkerName (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c769 radv_write_user_event_marker(cmd_buffer, UserEventPush, pMarkerInfo->pMarkerName); in sqtt_CmdDebugMarkerBeginEXT()
784 radv_write_user_event_marker(cmd_buffer, UserEventTrigger, pMarkerInfo->pMarkerName); in sqtt_CmdDebugMarkerInsertEXT()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h8431 const char* pMarkerName; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp20861 , pMarkerName( pMarkerName_ )
20891 pMarkerName = pMarkerName_;
20920 return std::tie( sType, pNext, pMarkerName, color );
20931 if ( pMarkerName != rhs.pMarkerName )
20932 if ( auto cmp = strcmp( pMarkerName, rhs.pMarkerName ); cmp != 0 )
20943 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( ( pMarkerName == rhs.pMarkerName ) || ( strcmp( pMarkerName, rh
20955 const char * pMarkerName = {}; global() member
[all...]
H A Dvulkan_core.h11641 const char* pMarkerName; member
H A Dvulkan_hash.hpp2892 for ( const char * p = debugMarkerMarkerInfoEXT.pMarkerName; *p != '\0'; ++p )
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp14798 : pMarkerName( pMarkerName_ )
14827 pMarkerName = pMarkerName_;
14853 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pMarkerName == rhs.pMarkerName ) &&
14866 const char * pMarkerName = {}; member
[all...]
H A Dvulkan_core.h8746 const char* pMarkerName; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9840 const char* pMarkerName; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h8906 const char* pMarkerName; member

Completed in 329 milliseconds