Searched refs:VERT_BIT_COLOR1 (Results 1 – 12 of 12) sorted by relevance
85 (ctx->VertexProgram._Current->info.inputs_read & VERT_BIT_COLOR1)) in _mesa_need_secondary_color()
221 if (varying_inputs & VERT_BIT_COLOR1) in filter_fp_input_mask()
1767 return !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR1); in _mesa_IsEnabled()
786 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR1); in find_custom_value()
4088 *param = !!(vao->Enabled & VERT_BIT_COLOR1); in _mesa_GetVertexArrayIntegervEXT()
297 VERT_BIT_COLOR1, in radeonEnsureEmitSize()381 inputs |= VERT_BIT_COLOR1; in radeon_run_tcl_render()
216 if (inputs & VERT_BIT_COLOR1) { in radeonEmitArrays()
341 if (inputs & (VERT_BIT_COLOR1|VERT_BIT_FOG)) { in radeonEmitArrays()
211 #define VERT_BIT_COLOR1 BITFIELD_BIT(VERT_ATTRIB_COLOR1) macro
421 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 | in r200_translate_vertex_program()516 if (mesa_vp->info.inputs_read & VERT_BIT_COLOR1) { in r200_translate_vertex_program()
216 VERT_SPEC_RGB is now VERT_BIT_COLOR1.
2235 if (inputs & VERT_BIT_COLOR1)