Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_curbe.c181 static const GLfloat fixed_plane[6][4] = { variable
243 buf[offset + i * 4 + 0].f = fixed_plane[i][0]; in brw_upload_constant_buffer()
244 buf[offset + i * 4 + 1].f = fixed_plane[i][1]; in brw_upload_constant_buffer()
245 buf[offset + i * 4 + 2].f = fixed_plane[i][2]; in brw_upload_constant_buffer()
246 buf[offset + i * 4 + 3].f = fixed_plane[i][3]; in brw_upload_constant_buffer()