Searched refs:psize (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_debug_xform.c | 168 static int test_transform_function( transform_func func, int psize, in test_transform_function() argument 181 if ( psize > 4 ) { in test_transform_function() 218 for ( j = 0 ; j < psize ; j++ ) in test_transform_function() 282 int psize, mtype; in _math_test_all_transform_functions() local 304 for ( psize = 1 ; psize <= 4 ; psize++ ) { in _math_test_all_transform_functions() 305 printf(" p%d\t", psize ); in _math_test_all_transform_functions() 312 for ( psize = 1 ; psize <= 4 ; psize++ ) { in _math_test_all_transform_functions() 313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]]; in _math_test_all_transform_functions() 314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); in _math_test_all_transform_functions() 316 if ( test_transform_function( func, psize, mtype, cycles ) == 0 ) { in _math_test_all_transform_functions() [all …]
|
D | m_debug_clip.c | 230 int psize, long *cycles ) in test_cliptest_function() argument 243 if ( psize > 4 ) { in test_cliptest_function() 251 for ( j = 0 ; j < psize ; j++ ) in test_cliptest_function() 279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip ); in test_cliptest_function() 304 if (psize == 4 && xyz_close_to_w(c)) { in test_cliptest_function() 321 if ( np || psize < 4 ) in test_cliptest_function() 352 int np, psize; in _math_test_all_cliptest_functions() local 374 for ( psize = 2 ; psize <= 4 ; psize++ ) { in _math_test_all_cliptest_functions() 375 printf( " p%d\t", psize ); in _math_test_all_cliptest_functions() 382 for ( psize = 2 ; psize <= 4 ; psize++ ) { in _math_test_all_cliptest_functions() [all …]
|
/external/vboot_reference/utility/ |
D | vbutil_what_keys | 111 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/mesa3d/src/gallium/drivers/r300/ |
D | r300_shader_semantics.h | 38 int psize; member 53 info->psize = ATTR_UNUSED; in r300_shader_semantics_reset()
|
D | r300_vs.c | 59 vs_outputs->psize = i; in r300_shader_read_vs_outputs() 126 if (outputs->psize != ATTR_UNUSED) { in set_vertex_inputs_outputs() 127 c->code->outputs[outputs->psize] = reg++; in set_vertex_inputs_outputs()
|
D | r300_state_derived.c | 83 if (vs_outputs->psize != ATTR_UNUSED) { in r300_draw_emit_all_attribs() 85 vs_outputs->psize); in r300_draw_emit_all_attribs() 351 if (vs_outputs->psize != ATTR_UNUSED) { in r300_update_rs_block()
|
/external/iputils/ |
D | rarpd.c | 566 int psize; in main() local 611 psize = 1; in main() 630 psize = 1; in main() 643 psize = 1; in main() 659 psize--; in main() 661 if (psize == 0) { in main() 711 i = poll(pset, psize, -1); in main() 719 for (i=0; i<psize; i++) { in main()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_shader_state.c | 275 uint32_t color, psize; in nv50_validate_derived_rs() local 287 psize = nv50->state.semantic_psize & ~NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; in nv50_validate_derived_rs() 300 psize |= NV50_3D_SEMANTIC_PTSZ_PTSZ_EN__MASK; in nv50_validate_derived_rs() 302 if (psize != nv50->state.semantic_psize) { in nv50_validate_derived_rs() 303 nv50->state.semantic_psize = psize; in nv50_validate_derived_rs() 305 PUSH_DATA (push, psize); in nv50_validate_derived_rs()
|
/external/freetype/include/internal/services/ |
D | svttglyf.h | 34 FT_ULong *psize );
|
/external/pdfium/third_party/freetype/include/internal/services/ |
D | svttglyf.h | 33 FT_ULong *psize );
|
/external/vboot_reference/utility/include/ |
D | gbb_utility.h | 90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_context.h | 103 float psize; member
|
D | lp_setup_point.c | 307 const int sizeAttr = setup->psize; in try_setup_point()
|
D | lp_setup.c | 923 setup->psize = lp->psize_slot; in lp_setup_update_state()
|
/external/webp/src/dec/ |
D | vp8.c | 207 const uint32_t psize = sz[0] | (sz[1] << 8) | (sz[2] << 16); in ParsePartitions() local 208 const uint8_t* part_end = part_start + psize; in ParsePartitions()
|
/external/valgrind/ |
D | configure.ac | 868 [psize=$withval], 869 [psize=0] 872 if test "$psize" = "0"; then 874 psize=$((${psizer}/1024)) 877 if test "$psize" = "4"; then 879 elif test "$psize" = "16"; then 881 elif test "$psize" = "64"; then 886 AC_MSG_RESULT([checking for Pagesize... ${psize}k])
|