OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userclip_active
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs.h
52
GLuint
userclip_active
:1;
member in struct:brw_gs_prog_key
brw_sf.h
57
GLuint
userclip_active
:1;
member in struct:brw_sf_prog_key
brw_vs.h
54
GLuint
userclip_active
:1;
member in struct:brw_vs_prog_key
brw_vs.c
121
if (c->key.
userclip_active
) {
347
old_key->
userclip_active
, key->
userclip_active
);
389
key.
userclip_active
= (ctx->Transform.ClipPlanesEnabled != 0);
391
if (key.
userclip_active
&& !key.uses_clip_distance) {
brw_gs.c
184
key->
userclip_active
= brw->vs.prog_data->userclip;
brw_sf.c
172
key.
userclip_active
= (ctx->Transform.ClipPlanesEnabled != 0);
brw_vs_emit.c
205
if (c->key.
userclip_active
) {
[
all
...]
brw_vec4_emit.cpp
783
if (c->key.
userclip_active
&& !c->key.uses_clip_distance)
brw_vec4_visitor.cpp
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.h
52
GLuint
userclip_active
:1;
member in struct:brw_gs_prog_key
brw_sf.h
57
GLuint
userclip_active
:1;
member in struct:brw_sf_prog_key
brw_vs.h
54
GLuint
userclip_active
:1;
member in struct:brw_vs_prog_key
brw_vs.c
121
if (c->key.
userclip_active
) {
347
old_key->
userclip_active
, key->
userclip_active
);
389
key.
userclip_active
= (ctx->Transform.ClipPlanesEnabled != 0);
391
if (key.
userclip_active
&& !key.uses_clip_distance) {
brw_gs.c
184
key->
userclip_active
= brw->vs.prog_data->userclip;
brw_sf.c
172
key.
userclip_active
= (ctx->Transform.ClipPlanesEnabled != 0);
brw_vs_emit.c
205
if (c->key.
userclip_active
) {
[
all
...]
brw_vec4_emit.cpp
783
if (c->key.
userclip_active
&& !c->key.uses_clip_distance)
brw_vec4_visitor.cpp
[
all
...]
Completed in 234 milliseconds