HomeSort by relevance Sort by last modified time
    Searched full:fixed_plane (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 181 static const GLfloat fixed_plane[6][4] = { variable
236 buf[offset + i * 4 + 0].f = fixed_plane[i][0];
237 buf[offset + i * 4 + 1].f = fixed_plane[i][1];
238 buf[offset + i * 4 + 2].f = fixed_plane[i][2];
239 buf[offset + i * 4 + 3].f = fixed_plane[i][3];

Completed in 91 milliseconds