Home
last modified time | relevance | path

Searched refs:id_source (Results 1 – 4 of 4) sorted by relevance

/external/federated-compute/fcp/tracing/
Dtracing_span_id.cc19 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()
Dtracing_span_id.h35 static std::atomic<std::int64_t> id_source;
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp469 void setTextures(const glw::Functions &gl, glw::GLuint id_destination, glw::GLuint id_source);
DglcRobustBufferAccessBehaviorTests.cpp2648 …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()