| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| vertexdeclaration9.h | 42 unsigned nelems; member in struct:NineVertexDeclaration9
|
| vertexdeclaration9.c | 177 unsigned i, nelems; local 181 for (nelems = 0; 182 pElements[nelems].Stream != 0xFF; 183 ++nelems) { 184 user_assert(pElements[nelems].Type != D3DDECLTYPE_UNUSED, E_FAIL); 185 user_assert(!(pElements[nelems].Offset & 3), E_FAIL); 189 user_assert(nelems <= caps->MaxStreams, D3DERR_INVALIDCALL); 194 This->nelems = nelems; 195 This->decls = CALLOC(This->nelems+1, sizeof(D3DVERTEXELEMENT9)) 282 unsigned texcount, i, betas, nelems = 0; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| vertexdeclaration9.h | 42 unsigned nelems; member in struct:NineVertexDeclaration9
|
| vertexdeclaration9.c | 177 unsigned i, nelems; local 181 for (nelems = 0; 182 pElements[nelems].Stream != 0xFF; 183 ++nelems) { 184 user_assert(pElements[nelems].Type != D3DDECLTYPE_UNUSED, E_FAIL); 185 user_assert(!(pElements[nelems].Offset & 3), E_FAIL); 189 user_assert(nelems <= caps->MaxStreams, D3DERR_INVALIDCALL); 194 This->nelems = nelems; 195 This->decls = CALLOC(This->nelems+1, sizeof(D3DVERTEXELEMENT9)) 281 unsigned texcount, i, betas, nelems = 0; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| pool.h | 87 unsigned nelems; member in struct:agx_desc_alloc_info 94 .nelems = count, \ 114 size += descs[i].size * descs[i].nelems;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_pool.h | 91 unsigned nelems; member in struct:pan_desc_alloc_info 98 .nelems = count, \ 118 size += descs[i].size * descs[i].nelems;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| LocBitmap.c | 216 int nelems = 1; local 221 for (dst = src; *dst; dst++) if (*dst == ':') nelems++; 226 elemlist = calloc ((nelems + 1), sizeof (char *));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| glxserver.h | 107 int nelems; /* number of elements to swap */ member in struct:__anon10451
|