Searched refs:stream_overflowed (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_query.c309 stream_overflowed(struct crocus_query_so_overflow *so, int s) function in typeref:typename:bool
337 q->result = stream_overflowed((void *) q->map, q->index);
342 q->result |= stream_overflowed((void *) q->map, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_query.c281 stream_overflowed(struct iris_query_so_overflow *so, int s) function in typeref:typename:bool
309 q->result = stream_overflowed((void *) q->map, q->index);
314 q->result |= stream_overflowed((void *) q->map, i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_query.c311 stream_overflowed(struct iris_query_so_overflow *so, int s) function in typeref:typename:bool
339 q->result = stream_overflowed((void *) q->map, q->index);
344 q->result |= stream_overflowed((void *) q->map, i);

Completed in 6 milliseconds