Home
last modified time | relevance | path

Searched refs:has_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h71 bool has_timestamp; member
Dfreedreno_screen.c122 if (screen->has_timestamp) { in fd_screen_get_timestamp()
823 screen->has_timestamp = true; in fd_screen_create()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
Dload_balancer.pb.h25 bool has_timestamp; member
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc115 req->client_stats.has_timestamp = true; in grpc_grpclb_load_report_request_create_locked()
/external/perfetto/src/trace_processor/
Dproto_trace_tokenizer.cc196 auto timestamp = decoder.has_timestamp() in ParsePacket()