HomeSort by: relevance | last modified time | path
    Searched defs:sizebytes (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/freedreno/kgsl/
msm_kgsl.h 209 sizebytes is sizeof() that structure
219 unsigned int sizebytes; member in struct:kgsl_device_getproperty
  /xsrc/external/mit/xorg-server.old/dist/dix/
colormap.c 259 unsigned long sizebytes; local
270 sizebytes = (size * sizeof(Entry)) +
274 sizebytes *= 3;
275 sizebytes += sizeof(ColormapRec);
277 pmap = malloc(sizebytes);
285 pmap = _dixAllocateObjectWithPrivates(sizebytes, sizebytes,
298 sizebytes = size * sizeof(Entry);
299 pmap->clientPixelsRed = (Pixel **)((char *)pmap->red + sizebytes);
312 memset((char *) pmap->red, 0, (int)sizebytes);
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
colormap.c 242 unsigned long sizebytes; local
254 sizebytes = (size * sizeof(Entry)) +
257 sizebytes *= 3;
258 sizebytes += sizeof(ColormapRec);
260 pmap = malloc(sizebytes);
269 pmap = _dixAllocateObjectWithPrivates(sizebytes, sizebytes,
277 sizebytes = size * sizeof(Entry);
278 pmap->clientPixelsRed = (Pixel **) ((char *) pmap->red + sizebytes);
291 memset((char *) pmap->red, 0, (int) sizebytes);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
msm_kgsl.h 478 * sizebytes is sizeof() that structure
488 size_t sizebytes; member in struct:kgsl_device_getproperty

Completed in 28 milliseconds