Searched refs:VERT_ATTRIB_COLOR0 (Results 1 - 25 of 76) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_get.c96 *p = (ctx->GLThread.CurrentVAO->UserEnabled & (1 << VERT_ATTRIB_COLOR0)) != 0;
H A Drastpos.c499 ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
735 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][0], 0.0F, 1.0F);
737 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][1], 0.0F, 1.0F);
739 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][2], 0.0F, 1.0F);
741 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][3], 0.0F, 1.0F);
H A Dglthread_varray.c687 _mesa_glthread_ClientState(ctx, NULL, VERT_ATTRIB_COLOR0, true);
688 _mesa_glthread_AttribPointer(ctx, VERT_ATTRIB_COLOR0, layout.ccomps,
692 _mesa_glthread_ClientState(ctx, NULL, VERT_ATTRIB_COLOR0, false);
H A Dgetstring.c264 *params = (GLvoid *) vao->VertexAttrib[VERT_ATTRIB_COLOR0].Ptr;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv20_render.c50 [VERT_ATTRIB_COLOR0] = {
H A Dnv10_render.c45 [VERT_ATTRIB_COLOR0] = {
H A Dnouveau_swtnl_t.c73 [VERT_ATTRIB_COLOR0] = {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_render.c45 [VERT_ATTRIB_COLOR0] = {
H A Dnv20_render.c50 [VERT_ATTRIB_COLOR0] = {
H A Dnouveau_swtnl_t.c73 [VERT_ATTRIB_COLOR0] = {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.h105 VERT_ATTRIB_COLOR0, enumerator in enum:__anon0f1973a70203
181 #define VERT_BIT_COLOR0 BITFIELD_BIT(VERT_ATTRIB_COLOR0)
H A Dshader_enums.c98 ENUM(VERT_ATTRIB_COLOR0),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c67 return VERT_ATTRIB_COLOR0;
246 const GLfloat *c = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_feedback.c108 color = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_rasterpos.c163 VARYING_SLOT_COL0, VERT_ATTRIB_COLOR0);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c67 return VERT_ATTRIB_COLOR0;
246 const GLfloat *c = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_feedback.c109 color = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_rasterpos.c166 VARYING_SLOT_COL0, VERT_ATTRIB_COLOR0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Drastpos.c493 ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
729 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][0], 0.0F, 1.0F);
731 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][1], 0.0F, 1.0F);
733 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][2], 0.0F, 1.0F);
735 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][3], 0.0F, 1.0F);
H A Dgetstring.c260 *params = (GLvoid *) ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_COLOR0].Ptr;
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h143 VERT_ATTRIB_COLOR0, enumerator in enum:__anon671c309a0203
223 #define VERT_BIT_COLOR0 BITFIELD_BIT(VERT_ATTRIB_COLOR0)
H A Dshader_enums.c122 ENUM(VERT_ATTRIB_COLOR0),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_context.c213 ctx->Current.Attrib[VERT_ATTRIB_COLOR0] );
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_context.c215 ctx->Current.Attrib[VERT_ATTRIB_COLOR0] );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_vbtmp.h129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0];

Completed in 21 milliseconds

1234