Searched refs:FRAG_ATTRIB_COL0 (Results 26 - 50 of 61) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sf_state.c76 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
H A Dbrw_wm.c148 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
H A Dbrw_wm_fp.c404 case FRAG_ATTRIB_COL0:
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c277 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
H A Dgen7_sf_state.c76 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
H A Dbrw_wm.c148 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_atifragshader.c572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]);
602 COPY_4V(span->array->attribs[FRAG_ATTRIB_COL0][i], colOut);
H A Ds_context.c541 if (i == FRAG_ATTRIB_COL0 || i == FRAG_ATTRIB_COL1)
790 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].attribs[FRAG_ATTRIB_COL0];
H A Ds_copypix.c164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0];
H A Ds_drawpix.c454 GLfloat *rgba = (GLfloat *) span.array->attribs[FRAG_ATTRIB_COL0];
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]);
602 COPY_4V(span->array->attribs[FRAG_ATTRIB_COL0][i], colOut);
H A Ds_context.c541 if (i == FRAG_ATTRIB_COL0 || i == FRAG_ATTRIB_COL1)
790 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].attribs[FRAG_ATTRIB_COL0];
H A Ds_copypix.c164 GLvoid *rgba = span.array->attribs[FRAG_ATTRIB_COL0];
H A Ds_drawpix.c454 GLfloat *rgba = (GLfloat *) span.array->attribs[FRAG_ATTRIB_COL0];
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c777 progB_colorIndex = FRAG_ATTRIB_COL0;
827 inputsB &= ~(1 << FRAG_ATTRIB_COL0);
H A Dprogramopt.c622 inputAttr = FRAG_ATTRIB_COL0;
/external/mesa3d/src/mesa/program/
H A Dprogram.c777 progB_colorIndex = FRAG_ATTRIB_COL0;
827 inputsB &= ~(1 << FRAG_ATTRIB_COL0);
H A Dprogramopt.c622 inputAttr = FRAG_ATTRIB_COL0;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h322 FRAG_ATTRIB_COL0 = 1, enumerator in enum:__anon14538
388 #define FRAG_BIT_COL0 (1 << FRAG_ATTRIB_COL0)
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c92 inst[0].SrcReg[0].Index == FRAG_ATTRIB_COL0 &&
247 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_COL0;
H A Dst_program.c550 case FRAG_ATTRIB_COL0:
/external/mesa3d/src/mesa/main/
H A Dmtypes.h322 FRAG_ATTRIB_COL0 = 1, enumerator in enum:__anon27949
388 #define FRAG_BIT_COL0 (1 << FRAG_ATTRIB_COL0)
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c92 inst[0].SrcReg[0].Index == FRAG_ATTRIB_COL0 &&
247 p->Instructions[ic].SrcReg[0].Index = FRAG_ATTRIB_COL0;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_variables.cpp69 { ir_var_in, FRAG_ATTRIB_COL0, "vec4", "gl_Color" },
/external/mesa3d/src/glsl/
H A Dbuiltin_variables.cpp69 { ir_var_in, FRAG_ATTRIB_COL0, "vec4", "gl_Color" },

Completed in 440 milliseconds

123