Searched refs:color_used (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c53 boolean color_used[2]; member in struct:vs_transform_context
163 if (decl->Semantic.Index == 1 && !vsctx->color_used[0]) {
166 vsctx->color_used[0] = TRUE;
176 if (!vsctx->color_used[0]) {
179 vsctx->color_used[0] = TRUE;
181 if (!vsctx->color_used[1]) {
184 vsctx->color_used[1] = TRUE;
341 transform.color_used[index] = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c53 boolean color_used[2]; member in struct:vs_transform_context
163 if (decl->Semantic.Index == 1 && !vsctx->color_used[0]) {
166 vsctx->color_used[0] = TRUE;
176 if (!vsctx->color_used[0]) {
179 vsctx->color_used[0] = TRUE;
181 if (!vsctx->color_used[1]) {
184 vsctx->color_used[1] = TRUE;
343 transform.color_used[index] = TRUE;

Completed in 3 milliseconds