Searched refs:clip_planes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_curbe.c193 gl_clip_plane *clip_planes; local
237 clip_planes = brw_select_clip_planes(ctx);
240 buf[offset + i * 4 + 0] = clip_planes[j][0];
241 buf[offset + i * 4 + 1] = clip_planes[j][1];
242 buf[offset + i * 4 + 2] = clip_planes[j][2];
243 buf[offset + i * 4 + 3] = clip_planes[j][3];
H A Dgen6_vs_state.c80 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
84 memcpy(param, clip_planes, num_floats * sizeof(float));
H A Dbrw_vec4_visitor.cpp526 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
547 c->prog_data.param[this->uniforms * 4 + j] = &clip_planes[i][j];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_curbe.c193 gl_clip_plane *clip_planes; local
237 clip_planes = brw_select_clip_planes(ctx);
240 buf[offset + i * 4 + 0] = clip_planes[j][0];
241 buf[offset + i * 4 + 1] = clip_planes[j][1];
242 buf[offset + i * 4 + 2] = clip_planes[j][2];
243 buf[offset + i * 4 + 3] = clip_planes[j][3];
H A Dgen6_vs_state.c80 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
84 memcpy(param, clip_planes, num_floats * sizeof(float));
H A Dbrw_vec4_visitor.cpp526 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
547 c->prog_data.param[this->uniforms * 4 + j] = &clip_planes[i][j];

Completed in 365 milliseconds