Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp72 struct wait_entry { struct
73 wait_imm imm;
74 uint32_t events; /* use wait_event notion */
75 uint8_t counters; /* use counter_type notion */
76 bool wait_on_read : 1;
77 bool logical : 1;
78 uint8_t vmem_types : 4; /* use vmem_type notion. for counter_vm. */
80 wait_entry(wait_event event_, wait_imm imm_, uint8_t counters_, bool logical_, in wait_entry() function
86 bool join(const wait_entry& other) in join()
100 void remove_wait(wait_type type, uint32_t type_events) in remove_wait()
[all …]