Searched refs:VERT_BIT_COLOR0 (Results 1 – 12 of 12) sorted by relevance
296 VERT_BIT_COLOR0, in radeonEnsureEmitSize()361 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0; in radeon_run_tcl_render()
190 if (inputs & VERT_BIT_COLOR0) { in radeonEmitArrays()
337 if (inputs & VERT_BIT_COLOR0) { in radeonEmitArrays()
210 #define VERT_BIT_COLOR0 BITFIELD_BIT(VERT_ATTRIB_COLOR0) macro
421 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 | in r200_translate_vertex_program()510 if (mesa_vp->info.inputs_read & VERT_BIT_COLOR0) { in r200_translate_vertex_program()
215 For example: VERT_RGBA is now VERT_BIT_COLOR0 and
138 if ((key->varying_vp_inputs & VERT_BIT_COLOR0) && in check_active_shininess()851 if (p->state->varying_vp_inputs & VERT_BIT_COLOR0) { in set_material_flags()
219 if (varying_inputs & VERT_BIT_COLOR0) in filter_fp_input_mask()
1746 return !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR0); in _mesa_IsEnabled()
774 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR0); in find_custom_value()
4070 *param = !!(vao->Enabled & VERT_BIT_COLOR0); in _mesa_GetVertexArrayIntegervEXT()
2233 if (inputs & VERT_BIT_COLOR0)