Searched refs:is_active (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c37 is_active(struct fd_acc_query *aq, enum fd_render_stage stage) function in typeref:typename:bool
90 if (batch && is_active(aq, batch->stage))
109 if (batch && is_active(aq, batch->stage))
219 bool was_active = is_active(aq, batch->stage);
220 bool now_active = is_active(aq, stage);
H A Dfreedreno_query_hw.c74 is_active(struct fd_hw_query *hq, enum fd_render_stage stage) function in typeref:typename:bool
146 if (batch && is_active(hq, batch->stage))
164 if (batch && is_active(hq, batch->stage))
386 bool was_active = is_active(hq, batch->stage);
387 bool now_active = is_active(hq, stage);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.h103 - (BOOL) is_active; method in interface:x_selection
H A Dx-input.m60 if(![xpbproxy_selection_object() is_active])
101 if([xpbproxy_selection_object() is_active])
H A Dx-selection.m1458 - (BOOL) is_active
1459 { method in implementation:x_selection
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.h104 - (BOOL)is_active; method in interface:x_selection
H A Dx-input.m63 if (![xpbproxy_selection_object ()is_active])
99 if ([xpbproxy_selection_object ()is_active])
H A Dx-selection.m1420 - (BOOL) is_active
1421 { method in implementation:x_selection

Completed in 7 milliseconds