Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c180 uint tempsUsed; /**< bitmask */ member
219 pctx->tempsUsed |= (1 << i); in pstip_transform_decl()
287 if ((pctx->tempsUsed & (1 << i)) == 0) { in pstip_transform_inst()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c123 uint tempsUsed; /**< bitmask */ member
160 pctx->tempsUsed |= (1 << i); in pstip_transform_decl()
223 if ((pctx->tempsUsed & (1 << i)) == 0) { in pstip_transform_inst()
Ddraw_pipe_aaline.c137 uint tempsUsed; /**< bitmask */ member
181 aactx->tempsUsed |= (1 << i); in aa_transform_decl()
223 if ((aactx->tempsUsed & (1 << i)) == 0) { in aa_transform_inst()
Ddraw_pipe_aapoint.c120 uint tempsUsed; /**< bitmask */ member
155 aactx->tempsUsed |= (1 << i); in aa_transform_decl()
185 if ((aactx->tempsUsed & (1 << i)) == 0) { in aa_transform_inst()