Searched refs:base_y (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 111 uint32_t *base_y) in t_assert_gen4_3d_layer() argument 116 *base_y + aligned_height * (z / horiz_layers)); in t_assert_gen4_3d_layer() 119 *base_y += aligned_height * vert_layers; in t_assert_gen4_3d_layer() 263 uint32_t base_y = 0; in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() local 265 t_assert_gen4_3d_layer(&surf, 0, 256, 256, 256, 1, 256, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() 266 t_assert_gen4_3d_layer(&surf, 1, 128, 128, 128, 2, 64, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() 267 t_assert_gen4_3d_layer(&surf, 2, 64, 64, 64, 4, 16, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() 268 t_assert_gen4_3d_layer(&surf, 3, 32, 32, 32, 8, 4, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() 269 t_assert_gen4_3d_layer(&surf, 4, 16, 16, 16, 16, 1, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() 270 t_assert_gen4_3d_layer(&surf, 5, 8, 8, 8, 32, 1, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() [all …]
|
/external/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 381 CBS prime, a, b, base_x, base_y, order; in EC_KEY_parse_parameters() local 382 if (!parse_explicit_prime_curve(cbs, &prime, &a, &b, &base_x, &base_y, in EC_KEY_parse_parameters() 401 integers_equal(&base_y, curve->params + param_len * 4, param_len) && in EC_KEY_parse_parameters()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_engine.cpp | 327 double base_y = m_DestHeight > 0 ? 0.0f : (FX_FLOAT)(m_DestHeight); in CStretchEngine() local 330 double src_top = scale_y * ((FX_FLOAT)(clip_rect.top) + base_y); in CStretchEngine() 331 double src_bottom = scale_y * ((FX_FLOAT)(clip_rect.bottom) + base_y); in CStretchEngine()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 433 hb_position_t mark_x, mark_y, base_x, base_y; in apply() local 436 glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y); in apply() 440 o.y_offset = base_y - mark_y; in apply()
|