Home
last modified time | relevance | path

Searched refs:last_read (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp257 last_read(range.end), in RegisterCompAccess()
281 if (last_read < line) in record_read()
282 last_read = line; in record_read()
504 if (last_read < lr) in propagate_live_range_to_dominant_write_scope()
505 last_read = lr; in propagate_live_range_to_dominant_write_scope()
588 last_read = last_read_scope->end(); in update_required_live_range()
621 if (last_write >= last_read) in update_required_live_range()
622 last_read = last_write + 1; in update_required_live_range()
626 m_range.end = last_read; in update_required_live_range()
H A Dsfn_liverangeevaluator_helpers.h119 int last_read; member in r600::RegisterCompAccess
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c75 struct sched_node **last_read = in create_dag() local
110 add_dep(node, last_read[label_index(ctx, src)]); in create_dag()
119 add_dep(node, last_read[label_index(ctx, dest)]); in create_dag()
130 last_read[label_index(ctx, src)] = node; in create_dag()
213 free(last_read); in create_dag()
H A Dbi_schedule.c216 struct util_dynarray last_read[64], last_write[64]; in bi_create_dependency_graph() local
219 util_dynarray_init(&last_read[i], NULL); in bi_create_dependency_graph()
273 add_dependency(last_read, dest + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
284 add_dependency(last_read, c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
296 mark_access(last_read, ins->src[s].value + c, i); in bi_create_dependency_graph()
311 util_dynarray_fini(&last_read[i]); in bi_create_dependency_graph()
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc380 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
449 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
473 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
522 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
544 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
H A Dshrpx_memcached_connection.cc262 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
304 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
343 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
371 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
399 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
H A Dshrpx_http_downstream_connection.cc453 conn_.last_read = std::chrono::steady_clock::now(); in initiate_connection()
878 conn_.last_read = std::chrono::steady_clock::now(); in detach_downstream()
1249 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
1288 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
1336 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
1378 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
1419 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
H A Dshrpx_connection.h188 std::chrono::steady_clock::time_point last_read; member
H A Dshrpx_connection.cc1298 last_read = std::chrono::steady_clock::now(); in again_rt()
1304 last_read = std::chrono::steady_clock::now(); in again_rt()
1309 std::chrono::steady_clock::now() - last_read); in expired_rt()
H A Dshrpx_http2_session.cc2021 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
2043 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
2084 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
2123 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
2147 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c42 int last_read[TGSI_EXEC_NUM_TEMPS]; member
282 if (ctx->last_read[src_reg_index] != -1) in liveness_mark_read()
283 ctx->last_read[src_reg_index] = pos; in liveness_mark_read()
300 ctx->last_read[i] = -1; in liveness_analysis()
362 return (from >= ctx->last_read[dst_reg_index]); in unused_from()
/third_party/mesa3d/src/panfrost/midgard/
H A 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/intel/compiler/
H A Dbrw_vec4_visitor.cpp1130 vec4_instruction *last_read = in emit_scratch_read() local
1132 emit_before(block, inst, last_read); in emit_scratch_read()
1133 shuffle_64bit_data(temp, src_reg(shuffled), false, true, block, last_read); in emit_scratch_read()

Completed in 19 milliseconds