| /xsrc/external/mit/rgb/dist/ |
| H A D | rgb.c | 120 content.dsize = sizeof (rgb); 144 key.dsize = n;
|
| H A D | showrgb.c | 104 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 D | eval.c | 217 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 D | gen7_urb.c | 240 brw->urb.dsize == entry_size[MESA_SHADER_TESS_EVAL]) { 248 brw->urb.dsize = entry_size[MESA_SHADER_TESS_EVAL];
|
| H A D | gen7_l3_state.c | 210 brw->urb.dsize = 0;
|
| H A D | brw_context.h | 992 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 D | gfx7_urb.c | 237 brw->urb.dsize == entry_size[MESA_SHADER_TESS_EVAL]) { 245 brw->urb.dsize = entry_size[MESA_SHADER_TESS_EVAL];
|
| H A D | gfx7_l3_state.c | 211 brw->urb.dsize = 0;
|
| H A D | genX_blorp_exec.c | 413 brw->urb.dsize = 0;
|
| H A D | brw_context.h | 1012 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 D | eval.c | 216 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 D | fd5_blitter.c | 332 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 D | fd5_blitter.c | 315 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 D | ImUtil.c | 846 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 D | xftfreetype.c | 371 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 D | s_points.c | 265 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 D | s_points.c | 258 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 D | crocus_blorp.c | 385 ice->urb.dsize = 0;
|
| H A D | crocus_context.h | 690 uint32_t dsize; /* Tessellation evaluation output size in urb registers */ member in struct:crocus_context::__anone5ee0d6b0a08
|
| H A D | crocus_state.c | 6083 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 D | intel_tris.c | 458 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 D | intel_tris.c | 458 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 D | mspace.c | 1833 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 D | midgard_compile.c | 1129 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;
|