Home
last modified time | relevance | path

Searched refs:__ARCH_PRETTY_FUNCTION__ (Results 1 – 18 of 18) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/base/arch/
H A DfunctionLite.h42 # define __ARCH_PRETTY_FUNCTION__ __PRETTY_FUNCTION__ macro
44 # define __ARCH_PRETTY_FUNCTION__ __FUNCSIG__ macro
46 # define __ARCH_PRETTY_FUNCTION__ __ARCH_FUNCTION__ macro
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A Ddiagnostic.h44 GlfPostPendingGLErrors(__ARCH_PRETTY_FUNCTION__)
69 GlfDebugGroup __glf_group_function(__ARCH_PRETTY_FUNCTION__)
/dports/misc/usd/USD-21.11/pxr/base/trace/
H A Dtrace.h44 _TRACE_FUNCTION_INSTANCE(__LINE__, __ARCH_FUNCTION__, __ARCH_PRETTY_FUNCTION__)
55 __LINE__, __ARCH_FUNCTION__, __ARCH_PRETTY_FUNCTION__, name)
120 … _TRACE_FUNCTION_DYNAMIC_INSTANCE(__LINE__, __ARCH_FUNCTION__, __ARCH_PRETTY_FUNCTION__, name)
/dports/misc/usd/USD-21.11/pxr/imaging/hgiMetal/
H A Ddiagnostic.h39 HgiMetalPostPendingMetalErrors(__ARCH_PRETTY_FUNCTION__)
/dports/misc/usd/USD-21.11/pxr/imaging/hf/
H A DperfLog.h39 __ARCH_PRETTY_FUNCTION__);
/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A Ddiagnostic.h39 HgiGLPostPendingGLErrors(__ARCH_PRETTY_FUNCTION__)
H A Ddiagnostic.cpp104 m + " Func: " + __ARCH_PRETTY_FUNCTION__; in _HgiGLErrorCallback()
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DcallContext.h48 TfCallContext(__ARCH_FILE__, __ARCH_FUNCTION__, __LINE__, __ARCH_PRETTY_FUNCTION__)
H A Ddiagnostic.h310 ArchGetPrettierFunctionName(__ARCH_FUNCTION__, __ARCH_PRETTY_FUNCTION__)
H A DdiagnosticOverview.dox190 … the function name from C, consider using the __ARCH_FUNCTION__ or __ARCH_PRETTY_FUNCTION__ macros.
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DimageShaderRenderPass.cpp168 gfxCmds->PushDebugGroup(__ARCH_PRETTY_FUNCTION__); in _Execute()
H A DstagingBuffer.cpp171 blitCmds->PushDebugGroup(__ARCH_PRETTY_FUNCTION__); in Flush()
H A DvboMemoryManager.cpp327 blitCmds->PushDebugGroup(__ARCH_PRETTY_FUNCTION__); in Reallocate()
677 blitCmds->PushDebugGroup(__ARCH_PRETTY_FUNCTION__); in CopyData()
H A DvboSimpleMemoryManager.cpp281 blitCmds->PushDebugGroup(__ARCH_PRETTY_FUNCTION__); in Reallocate()
H A DinterleavedMemoryManager.cpp400 blitCmds->PushDebugGroup(__ARCH_PRETTY_FUNCTION__); in Reallocate()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DpathTable.h632 TfAutoMallocTag tag(__ARCH_PRETTY_FUNCTION__); in _InsertInTable()
702 TfAutoMallocTag tag(__ARCH_PRETTY_FUNCTION__); in _Grow()
/dports/misc/usd/USD-21.11/pxr/base/trace/testenv/
H A DtestTraceData.cpp48 __ARCH_PRETTY_FUNCTION__, __VA_ARGS__)
/dports/misc/usd/USD-21.11/pxr/base/vt/
H A Darray.h861 _DetachCopyHook(__ARCH_PRETTY_FUNCTION__); in _DetachIfNotUnique()
882 TfAutoMallocTag2 tag("VtArray::_AllocateNew", __ARCH_PRETTY_FUNCTION__); in _AllocateNew()