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

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c935 int nattributes; local in function:xorg_setup_textured_adapter
944 nattributes = NUM_TEXTURED_ATTRIBUTES;
948 attrs = calloc(nattributes, sizeof(XF86AttributeRec));
965 adapt->nAttributes = nattributes;
967 memcpy(attrs, TexturedAttributes, nattributes * sizeof(XF86AttributeRec));

Completed in 4 milliseconds