Searched refs:is_active (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 37 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 D | freedreno_query_hw.c | 74 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 D | x-selection.h | 103 - (BOOL) is_active; method in interface:x_selection
|
| H A D | x-input.m | 60 if(![xpbproxy_selection_object() is_active]) 101 if([xpbproxy_selection_object() is_active])
|
| H A D | x-selection.m | 1458 - (BOOL) is_active 1459 { method in implementation:x_selection
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.h | 104 - (BOOL)is_active; method in interface:x_selection
|
| H A D | x-input.m | 63 if (![xpbproxy_selection_object ()is_active]) 99 if ([xpbproxy_selection_object ()is_active])
|
| H A D | x-selection.m | 1420 - (BOOL) is_active 1421 { method in implementation:x_selection
|
Completed in 7 milliseconds