Searched refs:psize (Results 1 - 25 of 40) sorted by relevance

12

/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;
H A Dr300_vs.c59 vs_outputs->psize = i;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs->psize] = reg++;
/external/freetype/include/freetype/internal/services/
H A Dsvttglyf.h34 FT_ULong *psize );
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/
H A Dsvttglyf.h34 FT_ULong *psize );
/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/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvttglyf.h34 FT_ULong *psize );
/external/autotest/client/site_tests/platform_PartitionCheck/
H A Dplatform_PartitionCheck.py82 psize = pblocks * block_size
83 if psize != ROOTFS_SIZE:
85 (p, psize, ROOTFS_SIZE))
/external/vboot_reference/utility/
H A Dvbutil_what_keys111 psize=$(cgpt show -s -i "$pnum" "$file")
112 if [ "$psize" -ge 128 ]; then
138 psize=$(cgpt show -s -i "$pnum" "$file")
139 if [ "$psize" -ge 128 ]; then
/external/dlmalloc/
H A Dmalloc.c3113 size_t psize; local
3120 psize = malloc_getpagesize;
3121 gsize = ((DEFAULT_GRANULARITY != 0)? DEFAULT_GRANULARITY : psize);
3126 psize = system_info.dwPageSize;
3145 ((psize & (psize-SIZE_T_ONE)) != 0))
3148 mparams.page_size = psize;
3853 size_t psize = mmsize - offset - MMAP_FOOT_PAD; local
3856 p->head = psize;
3857 mark_inuse_foot(m, p, psize);
3891 size_t psize = newmmsize - offset - MMAP_FOOT_PAD; local
3912 init_top(mstate m, mchunkptr p, size_t psize) argument
3960 size_t psize = (char*)oldfirst - (char*)p; local
4041 size_t psize = csp - old_top; local
4284 size_t psize = chunksize(p); local
4387 dispose_chunk(mstate m, mchunkptr p, size_t psize) argument
4727 size_t psize = chunksize(p); local
5135 size_t psize = chunksize(p); local
5668 size_t psize = chunksize(p); local
[all...]
/external/opencv3/3rdparty/libtiff/
H A Dtif_unix.c114 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) argument
122 *psize = (tmsize_t)sizem;
137 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) argument
139 (void) fd; (void) pbase; (void) psize;
H A Dtif_win32.c137 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) argument
141 (void) psize;
157 _tiffMapProc(thandle_t fd, void** pbase, toff_t* psize) argument
177 *psize = size;
H A Dtif_open.c36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) argument
38 (void) fd; (void) pbase; (void) psize;
H A Dtiffiop.h222 #define TIFFMapFileContents(tif, paddr, psize) \
223 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,(paddr),(psize)))
/external/vboot_reference/utility/include/
H A Dgbb_utility.h87 // return true if the offset and size are assign to *poffset and *psize;
90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h103 float psize; member in struct:lp_setup_context
/external/webp/src/dec/
H A Dvp8.c206 size_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); local
207 if (psize > size_left) psize = size_left;
208 VP8InitBitReader(dec->parts_ + p, part_start, psize);
209 part_start += psize;
210 size_left -= psize;
/external/opencv3/3rdparty/libwebp/dec/
H A Didec.c360 const size_t psize = br->buf_end_ - br->buf_; local
364 assert(psize > 0);
365 assert(psize <= mem->part0_size_); // Format limit: no need for runtime check
368 uint8_t* const part0_buf = (uint8_t*)malloc(psize);
372 memcpy(part0_buf, br->buf_, psize);
375 br->buf_end_ = part0_buf + psize;
379 mem->start_ += psize;
/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-trace/catapult/telemetry/third_party/png/
H A Dpng.py605 self.psize = (self.bitdepth/8) * self.planes
1475 fu = max(1, self.psize)
1584 row_size = int(math.ceil(self.psize * ppr))
1798 self.psize = float(self.bitdepth)/float(8) * planes
1799 if int(self.psize) == self.psize:
1800 self.psize = int(self.psize)
1801 self.row_bytes = int(math.ceil(self.width * self.psize))
2981 reader.psize
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_open.c36 _tiffDummyMapProc(thandle_t fd, void** pbase, toff_t* psize) argument
38 (void) fd; (void) pbase; (void) psize;
H A Dtiffiop.h227 #define TIFFMapFileContents(tif, paddr, psize) \
228 ((*(tif)->tif_mapproc)((tif)->tif_clientdata,(paddr),(psize)))
/external/vulkan-validation-layers/loader/
H A Dvk-loader-generate.py180 psize = proto.params[-2].name
185 setup.append("size_t count = *%s / sizeof(*info), i;" % psize)
/external/opencv3/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.cpp142 float psize = apart->GetProperty()->GetPointSize() + delta; local
143 psize = std::max(1.f, std::min(63.f, psize));
144 apart->GetProperty()->SetPointSize(psize);

Completed in 1241 milliseconds

12