Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp208 struct wait_entry { struct
209 wait_imm imm;
210 alu_delay_info delay;
211 uint16_t events; /* use wait_event notion */
212 uint8_t counters; /* use counter_type notion */
213 bool wait_on_read : 1;
214 bool logical : 1;
215 uint8_t vmem_types : 4;
217 wait_entry(wait_event event_, wait_imm imm_, alu_delay_info delay_, bool logical_, in wait_entry() argument
223 bool join(const wait_entry& other) in join()
[all …]