Searched refs:contextId (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 129 std::ostream &operator<<(std::ostream &os, gl::ContextID contextId) in operator <<() argument 131 os << static_cast<int>(contextId.value); in operator <<() 140 : contextId(contextIdIn), captureLabel(captureLabelIn) in FmtCapturePrefix() 142 gl::ContextID contextId; member 157 if (fmt.contextId != kSharedContextId) in operator <<() 159 os << "_capture_context" << fmt.contextId; in operator <<() 179 : contextId(contextIdIn), frameIndex(frameIndexIn), partId(partIdIn) in FmtReplayFunction() 181 gl::ContextID contextId; member 190 if (fmt.contextId == kSharedContextId) in operator <<() 196 os << fmt.contextId; in operator <<() [all …]
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 154 ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface); 164 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi() argument 166 , m_contextId (contextId) in ImageApi() 268 …GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log,… 278 GLES2ImageApi::GLES2ImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::Tes… in GLES2ImageApi() argument 279 : ImageApi (egl, contextId, display, surface) in GLES2ImageApi()
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_tracer.cc | 553 event.context_id = kernel->contextId; in AddKernelActivityEvent() 601 event.context_id = memcpy->contextId; in AddMemcpyActivityEvent() 626 event.context_id = memcpy2->contextId; in AddMemcpy2ActivityEvent() 731 event.context_id = memory->contextId; in AddMemoryActivityEvent() 753 event.context_id = memset->contextId; in AddMemsetActivityEvent() 788 event.context_id = sync->contextId; in AddSynchronizationActivityEvent()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cupti_10_0.inc | 538 CUptiResult CUPTIAPI cuptiGetContextId(CUcontext context, uint32_t *contextId) { 542 return func_ptr(context, contextId);
|