Home
last modified time | relevance | path

Searched refs:last_read (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp377 last_read(-1), in temp_comp_access()
391 if (last_read < line) in record_read()
392 last_read = line; in record_read()
614 if (last_read < lr) in propagate_live_range_to_dominant_write_scope()
615 last_read = lr; in propagate_live_range_to_dominant_write_scope()
685 last_read = last_read_scope->end(); in get_required_live_range()
718 if (last_write >= last_read) in get_required_live_range()
719 last_read = last_write + 1; in get_required_live_range()
722 return make_live_range(first_write, last_read); in get_required_live_range()
Dsfn_liverange.h142 int last_read; variable
/third_party/libnl/lib/route/
Dpktloc.c93 static time_t last_read; in read_pktlocs() local
105 if (last_read == st.st_mtime) { in read_pktlocs()
141 last_read = st.st_mtime; in read_pktlocs()
Dclassid.c314 static time_t last_read; in rtnl_tc_read_classid_file() local
326 if (last_read == st.st_mtime) { in rtnl_tc_read_classid_file()
366 last_read = st.st_mtime; in rtnl_tc_read_classid_file()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp172 int last_read; member in __anon89f7ad430111::temp_comp_access
649 last_read(-1), in temp_comp_access()
663 last_read = line; in record_read()
885 if (last_read < lr) in propagate_live_range_to_dominant_write_scope()
886 last_read = lr; in propagate_live_range_to_dominant_write_scope()
956 last_read = last_read_scope->end(); in get_required_live_range()
989 if (last_write >= last_read) in get_required_live_range()
990 last_read = last_write + 1; in get_required_live_range()
993 return make_live_range(first_write, last_read); in get_required_live_range()
/third_party/nghttp2/src/
Dshrpx_live_check.cc380 conn_.last_read = ev_now(conn_.loop); in tls_handshake()
449 conn_.last_read = ev_now(conn_.loop); in read_tls()
473 conn_.last_read = ev_now(conn_.loop); in write_tls()
522 conn_.last_read = ev_now(conn_.loop); in read_clear()
544 conn_.last_read = ev_now(conn_.loop); in write_clear()
Dshrpx_memcached_connection.cc262 conn_.last_read = ev_now(conn_.loop); in tls_handshake()
304 conn_.last_read = ev_now(conn_.loop); in write_tls()
343 conn_.last_read = ev_now(conn_.loop); in read_tls()
371 conn_.last_read = ev_now(conn_.loop); in write_clear()
399 conn_.last_read = ev_now(conn_.loop); in read_clear()
Dshrpx_http_downstream_connection.cc438 conn_.last_read = ev_now(conn_.loop); in initiate_connection()
860 conn_.last_read = ev_now(conn_.loop); in detach_downstream()
1205 conn_.last_read = ev_now(conn_.loop); in read_clear()
1232 conn_.last_read = ev_now(conn_.loop); in write_clear()
1280 conn_.last_read = ev_now(conn_.loop); in tls_handshake()
1322 conn_.last_read = ev_now(conn_.loop); in read_tls()
1351 conn_.last_read = ev_now(conn_.loop); in write_tls()
Dshrpx_connection.cc73 last_read(0.),
999 last_read = ev_now(loop); in again_rt()
1005 last_read = ev_now(loop); in again_rt()
1009 auto delta = read_timeout - (ev_now(loop) - last_read); in expired_rt()
Dshrpx_connection.h175 ev_tstamp last_read; member
Dshrpx_http2_session.cc2005 conn_.last_read = ev_now(conn_.loop); in read_clear()
2027 conn_.last_read = ev_now(conn_.loop); in write_clear()
2068 conn_.last_read = ev_now(conn_.loop); in tls_handshake()
2107 conn_.last_read = ev_now(conn_.loop); in read_tls()
2131 conn_.last_read = ev_now(conn_.loop); in write_tls()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c42 int last_read[TGSI_EXEC_NUM_TEMPS]; member
302 if (ctx->last_read[src_reg_index] != -1) in liveness_mark_read()
303 ctx->last_read[src_reg_index] = pos; in liveness_mark_read()
320 ctx->last_read[i] = -1; in liveness_analysis()
381 return (from >= ctx->last_read[dst_reg_index]); in unused_from()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c103 struct util_dynarray *last_read = calloc(sizeof(struct util_dynarray), sz); in mir_create_dependency_graph() local
107 util_dynarray_init(&last_read[i], NULL); in mir_create_dependency_graph()
170 add_dependency(last_read, dest, mask, instructions, i); in mir_create_dependency_graph()
180 mark_access(last_read, src, readmask, i); in mir_create_dependency_graph()
202 util_dynarray_fini(&last_read[i]); in mir_create_dependency_graph()
206 free(last_read); in mir_create_dependency_graph()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c202 struct util_dynarray last_read[64], last_write[64]; in bi_create_dependency_graph() local
205 util_dynarray_init(&last_read[i], NULL); in bi_create_dependency_graph()
259 … add_dependency(last_read, dest + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
271 mark_access(last_read, ins->src[s].value + c, i); in bi_create_dependency_graph()
286 util_dynarray_fini(&last_read[i]); in bi_create_dependency_graph()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1387 vec4_instruction *last_read = in emit_scratch_read() local
1389 emit_before(block, inst, last_read); in emit_scratch_read()
1390 shuffle_64bit_data(temp, src_reg(shuffled), false, true, block, last_read); in emit_scratch_read()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst3488 - panfrost: free last_read/write tables in mir_create_dependency_graph