HomeSort by: relevance | last modified time | path
    Searched refs:tsize (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
tex2vgimage.c 258 int tsize = 0; local
267 tsize = TEXTURE_WIDTH * TEXTURE_HEIGHT * 4;
268 textureData = (GLubyte*) malloc (tsize);
269 memset(textureData, 0, tsize);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
valhall.py 249 tsize = typesize(name)
250 sources = [build_source(src, i, tsize) for i, src in enumerate(el.findall('src'))]
254 sources = sources + ([Source(i, int(tsize)) for i in range(int(el.attrib.get('srcs', 0)))])
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_triangle.c 247 GLint tbytesline, tsize; member in struct:affine_info
392 tex10 -= info->tsize; \
393 tex11 -= info->tsize; \
586 info.tsize = texImg->Height * info.tbytesline;
603 GLint tbytesline, tsize; member in struct:persp_info
657 tex10 -= info->tsize; \
658 tex11 -= info->tsize; \
852 info.tsize = texImg->Height * info.tbytesline;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_triangle.c 247 GLint tbytesline, tsize; member in struct:affine_info
392 tex10 -= info->tsize; \
393 tex11 -= info->tsize; \
586 info.tsize = texImg->Height * info.tbytesline;
603 GLint tbytesline, tsize; member in struct:persp_info
657 tex10 -= info->tsize; \
658 tex11 -= info->tsize; \
852 info.tsize = texImg->Height * info.tbytesline;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
mspace.c 1262 size_t tsize = chunksize(t); local
1264 compute_tree_index(tsize, idx);
1266 assert(m->user_data, tsize >= MIN_LARGE_SIZE);
1267 assert(m->user_data, tsize >= minsize_for_tree_index(idx));
1268 assert(m->user_data, (idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
1273 assert(m->user_data, chunksize(u) == tsize);
1827 size_t tsize = m->topsize += qsize;
1829 q->head = tsize | PINUSE_BIT;
2118 static mstate init_user_mstate(char* tbase, size_t tsize, void *user_data) {
2127 m->seg.size = m->footprint = m->max_footprint = tsize;
2311 size_t tsize = fm->topsize += psize; local
    [all...]
  /xsrc/external/mit/xfs/dist/difs/
charinfo.c 317 int *tsize,
459 *tsize = size;
660 *tsize = size;

Completed in 11 milliseconds