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_aaline.c107 uint64_t tempsUsed; /**< bitmask */ member
143 aactx->tempsUsed |= UINT64_C(1) << i; in aa_transform_decl()
168 uint64_t usedTemps = aactx->tempsUsed; in aa_transform_prolog()
Ddraw_pipe_aapoint.c122 uint tempsUsed; /**< bitmask */ member
156 aactx->tempsUsed |= (1 << i); in aa_transform_decl()
180 if ((aactx->tempsUsed & (1u << i)) == 0) { in aa_transform_prolog()