Searched refs:nelems (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexdeclaration9.c177 unsigned i, nelems; local in function:NineVertexDeclaration9_ctor
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
281 unsigned texcount, i, betas, nelems = 0; local in function:NineVertexDeclaration9_new_from_fvf
[all...]
H A Dvertexdeclaration9.h42 unsigned nelems; member in struct:NineVertexDeclaration9
H A Dnine_ff.h73 for (i = 0; i < context->vdecl->nelems; i++) {
H A Dnine_state.c828 for (i = 0; i < vdecl->nelems; i++) {
2990 for (i = 0; i < vdecl->nelems; i++) {
H A Dnine_ff.c1586 for (i = 0; i < context->vdecl->nelems; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c177 unsigned i, nelems; local in function:NineVertexDeclaration9_ctor
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
282 unsigned texcount, i, betas, nelems = 0; local in function:NineVertexDeclaration9_new_from_fvf
[all...]
H A Dvertexdeclaration9.h42 unsigned nelems; member in struct:NineVertexDeclaration9
H A Dnine_ff.h73 for (i = 0; i < context->vdecl->nelems; i++) {
H A Dnine_state.c858 for (i = 0; i < vdecl->nelems; i++) {
3059 for (i = 0; i < vdecl->nelems; i++) {
H A Dnine_ff.c1591 for (i = 0; i < context->vdecl->nelems; i++) {
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dpool.h87 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/
H A Dpan_pool.h91 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/
H A DLocBitmap.c216 int nelems = 1; local in function:split_path_string
221 for (dst = src; *dst; dst++) if (*dst == ':') nelems++;
226 elemlist = calloc ((nelems + 1), sizeof (char *));
H A DWidgetNode.c55 binsearch(char *key, char *base, int nelems, int elemsize, argument
60 * nelems - number of elements in array
65 int lower = 0, upper = nelems - 1;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmdsswap.c618 if (info->elem_size == 4 && info->nelems > 0) {
620 info->nelems );
622 else if (info->elem_size == 2 && info->nelems > 0) {
624 info->nelems );
626 else if (info->elem_size == 8 && info->nelems > 0) {
628 info->nelems );
775 cl->largeCmdRequestsSwap_info->nelems > 0) {
778 cl->largeCmdRequestsSwap_info->nelems );
782 cl->largeCmdRequestsSwap_info->nelems );
786 cl->largeCmdRequestsSwap_info->nelems );
[all...]
H A Dglxserver.h107 int nelems; /* number of elements to swap */ member in struct:__anonf90a93130108
/xsrc/external/mit/libXaw/dist/src/
H A DText.c3125 _XawTextSelectionList(TextWidget ctx, String *list, Cardinal nelems) argument
3131 if (nelems > (Cardinal)ctx->text.s.array_size) {
3132 sel = (Atom *)XtRealloc((char *)sel, (Cardinal)(sizeof(Atom) * (size_t)nelems));
3133 ctx->text.s.array_size = (int)nelems;
3136 for (n = (int)nelems; --n >= 0; sel++, list++)
3138 ctx->text.s.atom_count = (int)nelems;
3153 * nelems - ""
3163 String *list, Cardinal nelems)
3165 if (nelems == 1 && !strcmp (list[0], "none"))
3167 if (nelems
3162 _XawTextSetSelection(TextWidget ctx,XawTextPosition l,XawTextPosition r,String * list,Cardinal nelems) argument
[all...]

Completed in 55 milliseconds