OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nr_decls
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c
158
int
nr_decls
= 0;
local
173
nr_decls
++;
181
vdecl[
nr_decls
].array.offset = offset;
182
vdecl[
nr_decls
].identity.usageIndex = sem_index;
187
vdecl[
nr_decls
].identity.usage = SVGA3D_DECLUSAGE_COLOR;
188
vdecl[
nr_decls
].identity.type = SVGA3D_DECLTYPE_FLOAT4;
190
nr_decls
++;
194
vdecl[
nr_decls
].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD;
195
vdecl[
nr_decls
].identity.type = SVGA3D_DECLTYPE_FLOAT4;
196
vdecl[
nr_decls
].identity.usageIndex
[
all
...]
Completed in 62 milliseconds