Searched defs:psize (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h38 int psize; member in struct:r300_shader_semantics
53 info->psize = ATTR_UNUSED;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcommon.cc119 size_t psize = 0; local
121 psize += kPageSize;
124 while ((psize % size) > (psize >> 3)) {
125 psize += kPageSize;
130 } while ((psize / size) < (blocks_to_move));
131 const size_t my_pages = psize >> kPageShift;
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c168 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
304 for ( psize = 1 ; psize <= 4 ; psize++ ) {
305 printf(" p%d\t", psize );
312 for ( psize
[all...]
H A Dm_debug_clip.c230 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
374 for ( psize = 2 ; psize <
229 test_cliptest_function( clip_func func, int np, int psize, long *cycles ) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.cc123 size_t psize = 0; local
125 psize += kPageSize;
128 while ((psize % size) > (psize >> 3)) {
129 psize += kPageSize;
134 } while ((psize / size) < (blocks_to_move));
135 const size_t my_pages = psize >> kPageShift;
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c168 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
304 for ( psize = 1 ; psize <= 4 ; psize++ ) {
305 printf(" p%d\t", psize );
312 for ( psize
[all...]
H A Dm_debug_clip.c230 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
374 for ( psize = 2 ; psize <
229 test_cliptest_function( clip_func func, int np, int psize, long *cycles ) argument
[all...]
/external/chromium_org/native_client_sdk/src/examples/demo/life/
H A Dlife.c217 struct PP_Size* psize = &g_Context.size; local
225 g_pImageData->Create(PSGetInstanceId(), format, psize, PP_FALSE);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
H A Dlife.c217 struct PP_Size* psize = &g_Context.size; local
225 g_pImageData->Create(PSGetInstanceId(), format, psize, PP_FALSE);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h103 float psize; member in struct:lp_setup_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c275 uint32_t color, psize; local
287 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
300 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
302 if (psize != nv50->state.semantic_psize) {
303 nv50->state.semantic_psize = psize;
305 PUSH_DATA (push, psize);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h103 float psize; member in struct:lp_setup_context
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c275 uint32_t color, psize; local
287 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
300 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK;
302 if (psize != nv50->state.semantic_psize) {
303 nv50->state.semantic_psize = psize;
305 PUSH_DATA (push, psize);
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8.c207 const uint32_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
208 const uint8_t* part_end = part_start + psize;
H A Didec.c363 const size_t psize = br->buf_end_ - br->buf_; local
367 assert(psize > 0);
368 assert(psize <= mem->part0_size_); // Format limit: no need for runtime check
371 uint8_t* const part0_buf = (uint8_t*)WebPSafeMalloc(1ULL, psize);
375 memcpy(part0_buf, br->buf_, psize);
378 br->buf_end_ = part0_buf + psize;
382 mem->start_ += psize;
/external/iputils/
H A Drarpd.c566 int psize; local
611 psize = 1;
630 psize = 1;
643 psize = 1;
659 psize--;
661 if (psize == 0) {
711 i = poll(pset, psize, -1);
719 for (i=0; i<psize; i++) {
/external/webp/src/dec/
H A Dvp8.c207 const uint32_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
208 const uint8_t* part_end = part_start + psize;
H A Didec.c363 const size_t psize = br->buf_end_ - br->buf_; local
367 assert(psize > 0);
368 assert(psize <= mem->part0_size_); // Format limit: no need for runtime check
371 uint8_t* const part0_buf = (uint8_t*)WebPSafeMalloc(1ULL, psize);
375 memcpy(part0_buf, br->buf_, psize);
378 br->buf_end_ = part0_buf + psize;
382 mem->start_ += psize;
/external/qemu/audio/
H A Dalsaaudio.c659 snd_pcm_uframes_t psize = req->period_size; local
664 &psize,
667 obt = psize;
/external/jemalloc/src/
H A Darena.c2202 size_t psize; local
2204 psize = PAGE_CEILING(size + extra);
2205 if (psize == oldsize) {
2215 if (psize < oldsize) {
2217 arena_ralloc_junk_large(ptr, oldsize, psize);
2219 psize);
2224 psize - PAGE_CEILING(size), zero);
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1293 int pnext, psize, x; local
1297 psize = get2byte(&data[pbegin+2]);
1298 if( pbegin + psize + 3 >= pnext && pnext>0 ){
1299 int frag = pnext - (pbegin+psize);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3171 size_t psize = mmsize - offset - MMAP_FOOT_PAD; local
3174 (p)->head = (psize|CINUSE_BIT);
3175 mark_inuse_foot(m, p, psize);
3176 chunk_plus_offset(p, psize)->head = FENCEPOST_HEAD;
3177 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0;
3209 size_t psize = newmmsize - offset - MMAP_FOOT_PAD; local
3210 newp->head = (psize|CINUSE_BIT);
3211 mark_inuse_foot(m, newp, psize);
3212 chunk_plus_offset(newp, psize)->head = FENCEPOST_HEAD;
3213 chunk_plus_offset(newp, psize
3229 init_top(mstate m, mchunkptr p, size_t psize) argument
3277 size_t psize = (char*)oldfirst - (char*)p; local
3359 size_t psize = csp - old_top; local
3573 size_t psize = chunksize(p); local
4224 size_t psize = chunksize(p); local
4625 size_t psize = chunksize(p); local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48412 int pnext, psize, x; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52884 int pnext, psize, x; local
[all...]

Completed in 6346 milliseconds

12