OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vslot
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_program.c
813
GLuint
vslot
= 0;
local
844
vslot
= 0;
861
stgp->input_map[slot + gs_array_offset] =
vslot
- gs_builtin_inputs;
862
stgp->input_to_index[attr] =
vslot
;
863
stgp->index_to_input[
vslot
] = attr;
864
++
vslot
;
[
all
...]
Completed in 62 milliseconds