| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | bios_mmap.c | 49 int psize; local in function:xf86ReadBIOS 58 psize = getpagesize(); 59 Offset += Base & (psize - 1); 60 Base &= ~(psize - 1); 61 mlen = (Offset + Len + psize - 1) & ~(psize - 1); 110 int psize; local in function:xf86ReadBIOS 120 psize = getpagesize(); 121 Offset += Base & (psize - 1); 122 Base &= ~(psize [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | pointp.c | 68 static GLfloat psize = 7.0; variable in typeref:typename:GLfloat 98 glPointSize(psize); 148 if (psize < (pmax[0] + 1.0)) 149 psize = psize + 1.0; 150 glPointSize (psize); 154 if (psize >= 2.0) 155 psize = psize - 1.0; 156 glPointSize (psize); [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/services/ |
| H A D | svttglyf.h | 34 FT_ULong *psize );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_shader_semantics.h | 38 int psize; member in struct:r300_shader_semantics 55 info->psize = ATTR_UNUSED;
|
| H A D | r300_vs.c | 59 vs_outputs->psize = i; 127 if (outputs->psize != ATTR_UNUSED) { 128 c->code->outputs[outputs->psize] = reg++;
|
| H A D | r300_state_derived.c | 81 if (vs_outputs->psize != ATTR_UNUSED) { 82 r300_draw_emit_attrib(r300, EMIT_1F_PSIZE, vs_outputs->psize); 344 if (vs_outputs->psize != ATTR_UNUSED) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_shader_semantics.h | 38 int psize; member in struct:r300_shader_semantics 55 info->psize = ATTR_UNUSED;
|
| H A D | r300_vs.c | 59 vs_outputs->psize = i; 127 if (outputs->psize != ATTR_UNUSED) { 128 c->code->outputs[outputs->psize] = reg++;
|
| H A D | r300_state_derived.c | 81 if (vs_outputs->psize != ATTR_UNUSED) { 82 r300_draw_emit_attrib(r300, EMIT_1F_PSIZE, vs_outputs->psize); 344 if (vs_outputs->psize != ATTR_UNUSED) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_debug_xform.c | 168 static int test_transform_function( transform_func func, int psize, argument 181 if ( psize > 4 ) { 182 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" ); 218 for ( j = 0 ; j < psize ; j++ ) 282 int psize, mtype; local in function:_math_test_all_transform_functions 304 for ( psize = 1 ; psize <= 4 ; psize++ ) { 305 printf(" p%d\t", psize ); 312 for ( psize [all...] |
| H A D | m_debug_clip.c | 230 int psize, long *cycles ) 243 if ( psize > 4 ) { 244 _mesa_problem( NULL, "test_cliptest_function called with psize > 4\n" ); 251 for ( j = 0 ; j < psize ; j++ ) 279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip ); 304 if (psize == 4 && xyz_close_to_w(c)) { 321 if ( np || psize < 4 ) 352 int np, psize; local in function:_math_test_all_cliptest_functions 374 for ( psize = 2 ; psize < 229 test_cliptest_function(clip_func func,int np,int psize,long * cycles) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_debug_xform.c | 167 static int test_transform_function( transform_func func, int psize, argument 180 if ( psize > 4 ) { 181 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" ); 217 for ( j = 0 ; j < psize ; j++ ) 281 int psize, mtype; local in function:_math_test_all_transform_functions 303 for ( psize = 1 ; psize <= 4 ; psize++ ) { 304 printf(" p%d\t", psize ); 311 for ( psize [all...] |
| H A D | m_debug_clip.c | 230 int psize, long *cycles ) 243 if ( psize > 4 ) { 244 _mesa_problem( NULL, "test_cliptest_function called with psize > 4\n" ); 251 for ( j = 0 ; j < psize ; j++ ) 279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip ); 304 if (psize == 4 && xyz_close_to_w(c)) { 321 if ( np || psize < 4 ) 352 int np, psize; local in function:_math_test_all_cliptest_functions 374 for ( psize = 2 ; psize < 229 test_cliptest_function(clip_func func,int np,int psize,long * cycles) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_vid.c | 188 int psize; local in function:xf86ReadBIOS 191 psize = getpagesize(); 192 Offset += Base & (psize - 1); 193 Base &= ~(psize - 1); 194 mlen = (Offset + Len + psize - 1) & ~(psize - 1);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | arm_video.c | 241 int psize; local in function:xf86ReadBIOS 249 psize = getpagesize(); 250 Offset += Base & (psize - 1); 251 Base &= ~(psize - 1); 252 mlen = (Offset + Len + psize - 1) & ~(psize - 1);
|
| H A D | alpha_video.c | 368 int psize; local in function:xf86ReadBIOS 376 psize = getpagesize(); 377 Offset += Base & (psize - 1); 378 Base &= ~(psize - 1); 379 mlen = (Offset + Len + psize - 1) & ~(psize - 1);
|
| H A D | i386_video.c | 287 int psize; local in function:xf86ReadBIOS 295 psize = getpagesize(); 296 Offset += Base & (psize - 1); 297 Base &= ~(psize - 1); 298 mlen = (Offset + Len + psize - 1) & ~(psize - 1);
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | xmessage.c | 165 int i, n, col, psize; local in function:detab 175 psize = *lengthp + n*7 + 1; 176 p = XtMalloc (psize); 203 assert (n < psize);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | mspace.c | 1768 static void init_top(mstate m, mchunkptr p, size_t psize) { argument 1772 psize -= offset; 1775 m->topsize = psize; 1776 p->head = psize | PINUSE_BIT; 1778 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; 1816 size_t psize = (char*)oldfirst - (char*)p; 1818 size_t qsize = psize - nb; 2286 size_t psize = chunksize(p); local in function:mspace_free 2287 mchunkptr next = chunk_plus_offset(p, psize); 2292 psize [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_shader_state.c | 358 uint32_t color, psize; local in function:nv50_validate_derived_rs 370 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; 383 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; 385 if (psize != nv50->state.semantic_psize) { 386 nv50->state.semantic_psize = psize; 388 PUSH_DATA (push, psize);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_shader_state.c | 363 uint32_t color, psize; local in function:nv50_validate_derived_rs 375 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; 388 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; 390 if (psize != nv50->state.semantic_psize) { 391 nv50->state.semantic_psize = psize; 393 PUSH_DATA (push, psize);
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mp.c | 778 long xsize, psize, isize; local in function:mp_mul 798 psize = mp_mul(ptr, op1, op2, len2, len2); 799 mp_add(rop + isize, rop + isize, ptr, xsize - isize, psize); 810 psize = mp_mul(ptr, op2, op1, len2, len1); 811 mp_add(rop + isize, rop + isize, ptr, xsize, psize);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.c | 1212 uint32_t *psize) 1265 *psize = 0; 1279 if (psize) 1280 *psize = size; 1209 fd_resource_allocate_and_resolve(struct pipe_screen * pscreen,const struct pipe_resource * tmpl,const uint64_t * modifiers,int count,uint32_t * psize) argument
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | z4l.c | 478 int *puv_pitch, int *poffset1, int *poffset2, int *psize) 509 *psize = size; 477 z4l_ovly_pitch(unsigned int pixfmt,int w,int h,int * py_pitch,int * puv_pitch,int * poffset1,int * poffset2,int * psize) argument
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 1848 encode_scs(DECNRCM_codes value, int *psize) argument 1860 *psize = scs_table[n].sized_96; 5632 int psize = 0; local in function:doparsing 5633 char *encoded = encode_scs(screen->gsets_upss, &psize); 5636 reply_char(count, psize ? '1' : '0');
|