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

/xsrc/external/mit/rgb/dist/
H A Drgb.c120 content.dsize = sizeof (rgb);
144 key.dsize = n;
H A Dshowrgb.c104 fwrite (key.dptr, 1, key.dsize, stdout);
108 fwrite (key.dptr, 1, key.dsize, stderr);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Deval.c217 GLint i, j, k, size, dsize, hsize; local in function:_mesa_copy_map_points2f
229 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
232 if(hsize>dsize)
235 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat));
260 GLint i, j, k, size, hsize, dsize; local in function:_mesa_copy_map_points2d
272 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
275 if(hsize>dsize)
278 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen7_urb.c240 brw->urb.dsize == entry_size[MESA_SHADER_TESS_EVAL]) {
248 brw->urb.dsize = entry_size[MESA_SHADER_TESS_EVAL];
H A Dgen7_l3_state.c210 brw->urb.dsize = 0;
H A Dbrw_context.h992 GLuint dsize; /* Tessellation evaluation output size in urb registers */ member in struct:brw_context::__anonaf9edc7b0a08
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx7_urb.c237 brw->urb.dsize == entry_size[MESA_SHADER_TESS_EVAL]) {
245 brw->urb.dsize = entry_size[MESA_SHADER_TESS_EVAL];
H A Dgfx7_l3_state.c211 brw->urb.dsize = 0;
H A DgenX_blorp_exec.c413 brw->urb.dsize = 0;
H A Dbrw_context.h1012 GLuint dsize; /* Tessellation evaluation output size in urb registers */ member in struct:brw_context::__anon3cd19dee0a08
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Deval.c216 GLint i, j, k, size, dsize, hsize; local in function:_mesa_copy_map_points2f
228 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
231 if(hsize>dsize)
234 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat));
259 GLint i, j, k, size, hsize, dsize; local in function:_mesa_copy_map_points2d
271 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder;
274 if(hsize>dsize)
277 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c332 unsigned ssize, dsize, spitch, dpitch; local in function:emit_blit
382 dsize = dslice->size0;
384 dsize = dst->layer_size;
426 A5XX_RB_2D_DST_SIZE_ARRAY_PITCH(dsize));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c315 unsigned ssize, dsize, spitch, dpitch; local in function:emit_blit
363 dsize = dslice->size0;
365 dsize = dst->layout.layer_size;
407 A5XX_RB_2D_DST_SIZE_ARRAY_PITCH(dsize));
/xsrc/external/mit/libX11/dist/src/
H A DImUtil.c846 int dsize; local in function:_XSubImage
875 dsize = subimage->bytes_per_line * height;
876 if (subimage->format == XYPixmap) dsize = dsize * subimage->depth;
877 if (((data = Xcalloc (1, dsize)) == NULL) && (dsize > 0)) {
/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c371 double dsize; local in function:XftFontInfoFill
425 if (FcPatternGetDouble (pattern, FC_PIXEL_SIZE, 0, &dsize) != FcResultMatch)
431 fi->ysize = (FT_F26Dot6) (dsize * 64.0);
432 fi->xsize = (FT_F26Dot6) (dsize * aspect * 64.0);
436 (filename ? filename : (const FcChar8 *) "<none>"), id, dsize);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c265 GLfloat dsize = vert->pointSize / ctx->Point.Threshold; local in function:smooth_point
266 alphaAtten = dsize * dsize;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c258 GLfloat dsize = vert->pointSize / ctx->Point.Threshold; local in function:smooth_point
259 alphaAtten = dsize * dsize;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c385 ice->urb.dsize = 0;
H A Dcrocus_context.h690 uint32_t dsize; /* Tessellation evaluation output size in urb registers */ member in struct:crocus_context::__anone5ee0d6b0a08
H A Dcrocus_state.c6083 ice->urb.dsize == entry_size[MESA_SHADER_TESS_EVAL]) {
6093 ice->urb.dsize = entry_size[MESA_SHADER_TESS_EVAL];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c458 GLfloat dsize = psz[0] / ctx->Point.Threshold; local in function:intel_atten_point
460 col[3] *= dsize * dsize;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c458 GLfloat dsize = psz[0] / ctx->Point.Threshold; local in function:intel_atten_point
460 col[3] *= dsize * dsize;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c1833 size_t dsize = m->dvsize += qsize;
1835 set_size_and_pinuse_of_free_chunk(q, dsize);
2321 size_t dsize = fm->dvsize += psize; local in function:mspace_free
2323 set_size_and_pinuse_of_free_chunk(p, dsize);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c1129 unsigned dsize = 0; local in function:mir_set_intr_mask
1133 dsize = nir_dest_bit_size(intr->dest);
1136 dsize = 32;
1140 unsigned bytemask = pan_to_bytemask(dsize, nir_mask);
1141 ins->dest_type = nir_type_uint | dsize;

Completed in 47 milliseconds