Searched refs:fixed_plane (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_curbe.c182 static const GLfloat fixed_plane[6][4] = { variable in typeref:typename:const GLfloat[6][4]
244 buf[offset + i * 4 + 0].f = fixed_plane[i][0];
245 buf[offset + i * 4 + 1].f = fixed_plane[i][1];
246 buf[offset + i * 4 + 2].f = fixed_plane[i][2];
247 buf[offset + i * 4 + 3].f = fixed_plane[i][3];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_curbe.c182 static const GLfloat fixed_plane[6][4] = { variable in typeref:typename:const GLfloat[6][4]
244 buf[offset + i * 4 + 0].f = fixed_plane[i][0];
245 buf[offset + i * 4 + 1].f = fixed_plane[i][1];
246 buf[offset + i * 4 + 2].f = fixed_plane[i][2];
247 buf[offset + i * 4 + 3].f = fixed_plane[i][3];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c953 static const float fixed_plane[6][4] = { variable in typeref:typename:const float[6][4]
989 fmap[offset + i * 4 + 0] = fixed_plane[i][0];
990 fmap[offset + i * 4 + 1] = fixed_plane[i][1];
991 fmap[offset + i * 4 + 2] = fixed_plane[i][2];
992 fmap[offset + i * 4 + 3] = fixed_plane[i][3];

Completed in 13 milliseconds