Home
last modified time | relevance | path

Searched refs:WriteTimestamp (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_log/
Dproto_utils.cc49 status = encoder.WriteTimestamp(ticks_since_epoch); in EncodeLog()
80 status = encoder.WriteTimestamp(ticks_since_epoch); in CreateEncoderAndEncodeTokenizedLog()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_pipe_control.c38 return WriteTimestamp; in flags_to_post_sync_op()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp87 case CommandGraphNodeFunction::WriteTimestamp: in GetResourceTypeName()
551 mFunction == CommandGraphNodeFunction::WriteTimestamp || in setQueryPool()
703 case CommandGraphNodeFunction::WriteTimestamp: in visitAndExecute()
1112 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::WriteTimestamp, in writeTimestamp()
DSecondaryCommandBuffer.cpp161 case CommandID::WriteTimestamp: in GetCommandString()
770 case CommandID::WriteTimestamp: in executeCommands()
DCommandGraph.h53 WriteTimestamp, enumerator
DSecondaryCommandBuffer.h120 WriteTimestamp, enumerator
1875 initCommand<WriteTimestampParams>(CommandID::WriteTimestamp); in writeTimestamp()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs482 WriteTimestamp(writer, (IMessage)value); in WriteWellKnownTypeValue()
519 private void WriteTimestamp(TextWriter writer, IMessage value) in WriteTimestamp() method in Google.Protobuf.JsonFormatter
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs482 WriteTimestamp(writer, (IMessage)value); in WriteWellKnownTypeValue()
519 private void WriteTimestamp(TextWriter writer, IMessage value) in WriteTimestamp() method in Google.Protobuf.JsonFormatter
/external/pigweed/pw_protobuf/size_report/
Doneof_codegen_comparison.cc198 encoder.WriteTimestamp(1663003467); in BasicEncode()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c1039 API_MARKER(WriteTimestamp, commandBuffer, pipelineStage, queryPool, flags); in sqtt_CmdWriteTimestamp()
/external/pigweed/pw_log_rpc/
Dlog_service_test.cc485 ASSERT_EQ(encoder.WriteTimestamp(expected_entry.timestamp), OkStatus()); in TEST_F()
/external/mesa3d/src/intel/vulkan/
DgenX_query.c1136 pc.PostSyncOperation = WriteTimestamp; in genX()
/external/pigweed/pw_protobuf/
Ddocs.rst1213 encoder.WriteTimestamp(system::GetUnixEpoch());
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c7131 return WriteTimestamp; in flags_to_post_sync_op()