HomeSort by relevance Sort by last modified time
    Searched refs:clip_planes (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_curbe.c 193 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];
gen6_vs_state.c 80 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
84 memcpy(param, clip_planes, num_floats * sizeof(float));
brw_vec4_visitor.cpp 526 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
547 c->prog_data.param[this->uniforms * 4 + j] = &clip_planes[i][j];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 193 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];
gen6_vs_state.c 80 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
84 memcpy(param, clip_planes, num_floats * sizeof(float));
brw_vec4_visitor.cpp 526 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); local
547 c->prog_data.param[this->uniforms * 4 + j] = &clip_planes[i][j];
    [all...]

Completed in 102 milliseconds