Home
last modified time | relevance | path

Searched defs:last_write (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_stream/
H A Dmpsc_stream.cc64 size_t last_write = other.last_write_; in operator =() local
102 size_t MpscWriter::last_write() const { in last_write() function in pw::stream::MpscWriter
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
H A Dside_effect_analysis.h164 Operation* last_write = nullptr; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.h102 int last_write; variable
H A Dsfn_instr_alu.h157 static const std::set<AluModifiers> last_write; variable
H A Dsfn_instr_alu.cpp3003 const std::set<AluModifiers> AluInstr::last_write({alu_write, alu_last_instr}); member in r600::AluInstr
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbi_pressure_schedule.c59 struct sched_node **last_write = in create_dag() local
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_pressure_schedule.c49 struct sched_node **last_write = in create_dag() local
/aosp_15_r20/external/coreboot/src/drivers/elog/
H A Delog.c448 static size_t elog_do_shrink(size_t requested_size, size_t last_write) in elog_do_shrink()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3.c854 struct ir3_register *last_write) in ir3_reg_set_last_array()
H A Dir3.h636 struct ir3_register *last_write; member
/aosp_15_r20/external/libevent/
H A Dbufferevent_openssl.c309 ev_ssize_t last_write; member
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Doperations.cpp589 FILETIME last_write = timespec_to_filetime(ts); in __last_write_time() local
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c107 struct util_dynarray *last_write = calloc(sizeof(struct util_dynarray), sz); in mir_create_dependency_graph() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs1351 last_write: Option<WriteState>, field
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Dbi_schedule.c222 struct util_dynarray last_read[64], last_write[64]; in bi_create_dependency_graph() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1219 VkAccessFlags last_write; member