Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverangeevaluator_helpers.h120 int last_write; variable
Dsfn_instr_alu.h146 static const std::set<AluModifiers> last_write; variable
Dsfn_instr_alu.cpp2554 const std::set<AluModifiers> AluInstr::last_write({alu_write, alu_last_instr}); member in r600::AluInstr
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pressure_schedule.c77 struct sched_node **last_write = in create_dag() local
Dbi_schedule.c216 struct util_dynarray last_read[64], last_write[64]; in bi_create_dependency_graph() local
/third_party/alsa-utils/alsactl/
Ddaemon.c363 time_t last_write, now; in state_daemon() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3.c619 struct ir3_register *last_write) in ir3_reg_set_last_array()
Dir3.h567 struct ir3_register *last_write; member
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c104 struct util_dynarray *last_write = calloc(sizeof(struct util_dynarray), sz); in mir_create_dependency_graph() local