Searched refs:sizebytes (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_pipe.c | 192 void *value, int sizebytes) 197 .sizebytes = sizebytes, 191 getprop(int fd,enum kgsl_property_type type,void * value,int sizebytes) argument
|
| H A D | 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/ |
| H A D | colormap.c | 259 unsigned long sizebytes; local in function:CreateColormap 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/ |
| H A D | colormap.c | 242 unsigned long sizebytes; local in function:CreateColormap 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/ |
| H A D | msm_kgsl.h | 478 * sizebytes is sizeof() that structure 488 size_t sizebytes; member in struct:kgsl_device_getproperty
|
| H A D | tu_kgsl.c | 200 .sizebytes = size,
|
Completed in 11 milliseconds