OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clip_planes
(Results
1 - 3
of
3
) sorted by null
/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 214 milliseconds