Searched refs:VERT_BIT_COLOR0 (Results 1 – 11 of 11) sorted by relevance
295 VERT_BIT_COLOR0, in radeonEnsureEmitSize()360 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0; in radeon_run_tcl_render()
191 if (inputs & VERT_BIT_COLOR0) { in radeonEmitArrays()
337 if (inputs & VERT_BIT_COLOR0) { in radeonEmitArrays()
141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 ); in main()
423 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 | in r200_translate_vertex_program()521 if (mesa_vp->Base.InputsRead & VERT_BIT_COLOR0) { in r200_translate_vertex_program()
665 if (prog->Base.InputsRead & VERT_BIT_COLOR0) in _mesa_nop_vertex_program()
215 For example: VERT_RGBA is now VERT_BIT_COLOR0 and
135 if ((key->varying_vp_inputs & VERT_BIT_COLOR0) && in check_active_shininess()869 if (p->state->varying_vp_inputs & VERT_BIT_COLOR0) { in set_material_flags()
369 if (varying_inputs & VERT_BIT_COLOR0) in get_fp_input_mask()
72 flag = VERT_BIT_COLOR0; in client_state()
174 #define VERT_BIT_COLOR0 BITFIELD64_BIT(VERT_ATTRIB_COLOR0) macro