Searched defs:tempsUsed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c180 uint tempsUsed; /**< bitmask */ member in struct:pstip_transform_context
219 pctx->tempsUsed |= (1 << i);
287 if ((pctx->tempsUsed & (1 << i)) == 0) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c180 uint tempsUsed; /**< bitmask */ member in struct:pstip_transform_context
219 pctx->tempsUsed |= (1 << i);
287 if ((pctx->tempsUsed & (1 << i)) == 0) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c120 uint tempsUsed; /**< bitmask */ member in struct:aa_transform_context
155 aactx->tempsUsed |= (1 << i);
185 if ((aactx->tempsUsed & (1 << i)) == 0) {
H A Ddraw_pipe_pstipple.c123 uint tempsUsed; /**< bitmask */ member in struct:pstip_transform_context
160 pctx->tempsUsed |= (1 << i);
223 if ((pctx->tempsUsed & (1 << i)) == 0) {
H A Ddraw_pipe_aaline.c137 uint tempsUsed; /**< bitmask */ member in struct:aa_transform_context
181 aactx->tempsUsed |= (1 << i);
223 if ((aactx->tempsUsed & (1 << i)) == 0) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c120 uint tempsUsed; /**< bitmask */ member in struct:aa_transform_context
155 aactx->tempsUsed |= (1 << i);
185 if ((aactx->tempsUsed & (1 << i)) == 0) {
H A Ddraw_pipe_pstipple.c123 uint tempsUsed; /**< bitmask */ member in struct:pstip_transform_context
160 pctx->tempsUsed |= (1 << i);
223 if ((pctx->tempsUsed & (1 << i)) == 0) {
H A Ddraw_pipe_aaline.c137 uint tempsUsed; /**< bitmask */ member in struct:aa_transform_context
181 aactx->tempsUsed |= (1 << i);
223 if ((aactx->tempsUsed & (1 << i)) == 0) {

Completed in 147 milliseconds