Searched refs:id_source (Results 1 – 4 of 4) sorted by relevance
/external/federated-compute/fcp/tracing/ |
D | tracing_span_id.cc | 19 std::atomic<std::int64_t> TracingSpanId::id_source = 1; member in fcp::TracingSpanId 22 std::int64_t new_id = id_source.fetch_add(1, std::memory_order_seq_cst); in NextUniqueId()
|
D | tracing_span_id.h | 35 static std::atomic<std::int64_t> id_source;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.hpp | 469 void setTextures(const glw::Functions &gl, glw::GLuint id_destination, glw::GLuint id_source);
|
D | glcRobustBufferAccessBehaviorTests.cpp | 2648 …eLoadStoreTest::setTextures(const Functions &gl, glw::GLuint id_destination, glw::GLuint id_source) in setTextures() argument 2675 …gl.bindImageTexture(0 /* unit */, id_source, level, GL_FALSE /* layered */, 0 /* layer */, GL_READ… in setTextures()
|