OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_userclip_plane_consts
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.h
60
GLuint
nr_userclip_plane_consts
:4;
member in struct:brw_vs_prog_key
brw_vs.c
350
old_key->
nr_userclip_plane_consts
,
351
key->
nr_userclip_plane_consts
);
393
key.
nr_userclip_plane_consts
398
key.
nr_userclip_plane_consts
brw_vs_emit.c
207
for (i = 0; i <= c->key.
nr_userclip_plane_consts
; i++) {
211
reg += ALIGN(c->key.
nr_userclip_plane_consts
, 2) / 2;
213
for (i = 0; i < c->key.
nr_userclip_plane_consts
; i++) {
217
reg += (ALIGN(6 + c->key.
nr_userclip_plane_consts
, 4) / 4) * 2;
242
max_constant = 32 * 2 - c->key.
nr_userclip_plane_consts
;
[
all
...]
brw_vec4_visitor.cpp
538
for (int i = 0; i < c->key.
nr_userclip_plane_consts
; ++i) {
[
all
...]
Completed in 127 milliseconds