Home
last modified time | relevance | path

Searched refs:WriteTimestamp (Results 1 – 23 of 23) 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/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.cpp165 case CommandID::WriteTimestamp: in GetCommandString()
878 case CommandID::WriteTimestamp: in executeCommands()
DCommandGraph.h53 WriteTimestamp, enumerator
DSecondaryCommandBuffer.h126 WriteTimestamp, enumerator
2281 initCommand<WriteTimestampParams>(CommandID::WriteTimestamp); in writeTimestamp()
/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/cronet/stable/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/cronet/tot/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/angle/src/libANGLE/renderer/wgpu/
Dwgpu_command_buffer.h43 PROC(WriteTimestamp)
/external/openthread/src/core/meshcop/
Ddataset.hpp492 Error WriteTimestamp(Type aType, const Timestamp &aTimestamp);
Ddataset.cpp561 Error Dataset::WriteTimestamp(Type aType, const Timestamp &aTimestamp) in WriteTimestamp() function in ot::MeshCoP::Dataset
/external/pigweed/pw_protobuf/size_report/
Doneof_codegen_comparison.cc198 encoder.WriteTimestamp(1663003467).IgnoreError(); in BasicEncode()
/external/skia/src/gpu/graphite/dawn/
DDawnCommandBuffer.cpp114 fCommandEncoder.WriteTimestamp(fTimestampQuerySet, 0); in startTimerQuery()
130 fCommandEncoder.WriteTimestamp(fTimestampQuerySet, 1); in endTimerQuery()
/external/mesa3d/src/intel/vulkan/
DgenX_query.c1565 dw.PostSyncOperation = WriteTimestamp; in genX()
1571 cmd_buffer->state.current_pipeline, WriteTimestamp, in genX()
DgenX_cmd_buffer.c6225 fd.PostSyncOperation = WriteTimestamp; in genX()
6230 WriteTimestamp, addr, 0, 0); in genX()
6237 (batch, device->info, 0, WriteTimestamp, addr, 0, in genX()
6248 .Operation = WriteTimestamp, in genX()
6270 .Operation = WriteTimestamp, in genX()
/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_hasvk/
DgenX_query.c1308 pc.PostSyncOperation = WriteTimestamp; in genX()
DgenX_cmd_buffer.c5980 pc.PostSyncOperation = WriteTimestamp; in genX()
5989 pc.PostSyncOperation = WriteTimestamp; in genX()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c1216 API_MARKER_ALIAS(WriteTimestamp2, WriteTimestamp, commandBuffer, stage, queryPool, query); in sqtt_CmdWriteTimestamp2()
/external/openthread/src/core/thread/
Dmle.cpp5491 SuccessOrExit(error = dataset.WriteTimestamp(aDatasetType, aTimestamp)); in ReadAndSaveDataset()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c663 cw.body.PostSync.Operation = WriteTimestamp; in iris_rewrite_compute_walker_pc()
9666 return WriteTimestamp; in flags_to_post_sync_op()
/external/pigweed/pw_protobuf/
Ddocs.rst1485 encoder.WriteTimestamp(system::GetUnixEpoch());
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c8447 return WriteTimestamp;