HomeSort by relevance Sort by last modified time
    Searched full:color_used (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 53 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;
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 53 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;

Completed in 243 milliseconds