Searched refs:Attribs (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.h56 GLfloat (*Attribs)[PROG_MAX_WIDTH][4]; member in struct:gl_program_machine
60 GLuint CurElement; /**< Index into Attribs arrays */
H A Dprog_execute.c110 return machine->Attribs[reg][machine->CurElement];
236 const GLfloat w = machine->Attribs[VARYING_SLOT_POS][col][3];
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.h56 GLfloat (*Attribs)[PROG_MAX_WIDTH][4]; member in struct:gl_program_machine
60 GLuint CurElement; /**< Index into Attribs arrays */
H A Dprog_execute.c110 return machine->Attribs[reg][machine->CurElement];
236 const GLfloat w = machine->Attribs[VARYING_SLOT_POS][col][3];
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.c219 free(disp->Options.Attribs);
271 _eglSameAttribs(disp->Options.Attribs, attrib_list))
286 disp->Options.Attribs = calloc(num_attribs, sizeof(EGLAttrib));
287 if (!disp->Options.Attribs) {
292 memcpy(disp->Options.Attribs, attrib_list,
H A Degldisplay.h174 EGLAttrib *Attribs; /**< Platform-specific options */ member in struct:_egl_display::__anon445134bb0108
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c175 machine->Attribs = span->array->attribs;
186 machine->Attribs[VARYING_SLOT_FACE][col][0] = 1.0F - span->facing;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c175 machine->Attribs = span->array->attribs;
186 machine->Attribs[VARYING_SLOT_FACE][col][0] = 1.0F - span->facing;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dshtest.c66 static struct attrib_info Attribs[MAX_ATTRIBS]; variable in typeref:struct:attrib_info[]
154 if (Attribs[i].location >= 0) {
155 glVertexAttrib2f(Attribs[i].location, s, t);
627 NumAttribs = GetAttribs(Program, Attribs);
628 PrintAttribs(Attribs);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c1214 if (!disp->Options.Attribs)
1217 for (attr = disp->Options.Attribs; attr[0] != EGL_NONE; attr += 2) {

Completed in 72 milliseconds