Home
last modified time | relevance | path

Searched refs:tempsUsed (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c178 uint tempsUsed; /**< bitmask */ member
218 pctx->tempsUsed |= (1 << i); in pstip_transform_decl()
321 if ((pctx->tempsUsed & (1 << texTemp)) == 0) { in pstip_transform_prolog()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c120 uint tempsUsed; /**< bitmask */ member
154 aactx->tempsUsed |= (1 << i); in aa_transform_decl()
178 if ((aactx->tempsUsed & (1 << i)) == 0) { in aa_transform_prolog()
Ddraw_pipe_aaline.c139 uint tempsUsed; /**< bitmask */ member
186 aactx->tempsUsed |= (1 << i); in aa_transform_decl()
222 if ((aactx->tempsUsed & (1 << i)) == 0) { in aa_transform_prolog()