OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_userclip
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_clip_line.c
47
if (c->key.
nr_userclip
) {
49
i += (6 + c->key.
nr_userclip
+ 1) / 2;
51
c->prog_data.curb_read_length = (6 + c->key.
nr_userclip
+ 1) / 2;
75
if (!c->key.
nr_userclip
) {
131
GLint clipdist0_offset = c->key.
nr_userclip
189
if (c->key.
nr_userclip
)
brw_clip_tri.c
54
if (c->key.
nr_userclip
) {
56
i += (6 + c->key.
nr_userclip
+ 1) / 2;
58
c->prog_data.curb_read_length = (6 + c->key.
nr_userclip
+ 1) / 2;
102
if (!c->key.
nr_userclip
) {
266
GLint clipdist0_offset = c->key.
nr_userclip
300
if (c->key.
nr_userclip
)
627
brw_clip_tri_alloc_regs(c, 3 + c->key.
nr_userclip
+ 6);
brw_clip_util.c
67
if (!c->key.
nr_userclip
) {
384
if (c->key.
nr_userclip
) {
421
if (c->key.
nr_userclip
) {
brw_clip_unfilled.c
483
brw_clip_tri_alloc_regs(c, 3 + c->key.
nr_userclip
+ 6);
brw_compiler.h
436
unsigned
nr_userclip
:4;
member in struct:brw_clip_prog_key
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_clip_line.c
47
if (c->key.
nr_userclip
) {
49
i += (6 + c->key.
nr_userclip
+ 1) / 2;
51
c->prog_data.curb_read_length = (6 + c->key.
nr_userclip
+ 1) / 2;
75
if (!c->key.
nr_userclip
) {
131
GLint clipdist0_offset = c->key.
nr_userclip
189
if (c->key.
nr_userclip
)
brw_clip_tri.c
54
if (c->key.
nr_userclip
) {
56
i += (6 + c->key.
nr_userclip
+ 1) / 2;
58
c->prog_data.curb_read_length = (6 + c->key.
nr_userclip
+ 1) / 2;
102
if (!c->key.
nr_userclip
) {
266
GLint clipdist0_offset = c->key.
nr_userclip
300
if (c->key.
nr_userclip
)
627
brw_clip_tri_alloc_regs(c, 3 + c->key.
nr_userclip
+ 6);
brw_clip_util.c
67
if (!c->key.
nr_userclip
) {
384
if (c->key.
nr_userclip
) {
421
if (c->key.
nr_userclip
) {
brw_clip_unfilled.c
483
brw_clip_tri_alloc_regs(c, 3 + c->key.
nr_userclip
+ 6);
brw_compiler.h
357
unsigned
nr_userclip
:4;
member in struct:brw_clip_prog_key
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_clip.c
115
key.
nr_userclip
= util_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_clip.c
115
key.
nr_userclip
= _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c
2092
key.
nr_userclip
= util_logbase2(rs_state->clip_plane_enable) + 1;
Completed in 142 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026