Searched refs:clip_planes (Results 1 – 3 of 3) sorted by relevance
193 gl_clip_plane *clip_planes; in brw_upload_constant_buffer() local237 clip_planes = brw_select_clip_planes(ctx); in brw_upload_constant_buffer()240 buf[offset + i * 4 + 0] = clip_planes[j][0]; in brw_upload_constant_buffer()241 buf[offset + i * 4 + 1] = clip_planes[j][1]; in brw_upload_constant_buffer()242 buf[offset + i * 4 + 2] = clip_planes[j][2]; in brw_upload_constant_buffer()243 buf[offset + i * 4 + 3] = clip_planes[j][3]; in brw_upload_constant_buffer()
80 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); in gen6_upload_vs_push_constants() local84 memcpy(param, clip_planes, num_floats * sizeof(float)); in gen6_upload_vs_push_constants()
526 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); in setup_uniform_clipplane_values() local547 c->prog_data.param[this->uniforms * 4 + j] = &clip_planes[i][j]; in setup_uniform_clipplane_values()