Home
last modified time | relevance | path

Searched refs:base_y (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c111 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()
262 uint32_t base_y = 0; in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() local
264 t_assert_gen4_3d_layer(&surf, 0, 256, 256, 256, 1, 256, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
265 t_assert_gen4_3d_layer(&surf, 1, 128, 128, 128, 2, 64, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
266 t_assert_gen4_3d_layer(&surf, 2, 64, 64, 64, 4, 16, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
267 t_assert_gen4_3d_layer(&surf, 3, 32, 32, 32, 8, 4, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
268 t_assert_gen4_3d_layer(&surf, 4, 16, 16, 16, 16, 1, &base_y); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
269 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/blktrace/btt/
Dp_live.c37 int base_y; member
133 float y0 = gip->base_y; in p_live_visit()
134 float y1 = gip->base_y + 0.9; in p_live_visit()
156 struct p_live_info *p_live_get(struct d_info *dip, int base_y) in p_live_get() argument
166 .base_y = base_y, in p_live_get()
Doutput.c24 static int base_y; variable
682 struct p_live_info *plip = p_live_get(dip, base_y); in __dip_output_p_live()
687 base_y += 1; in __dip_output_p_live()
696 base_y = 1; in output_p_live()
700 base_y = 0; in output_p_live()
Dglobals.h294 struct p_live_info *p_live_get(struct d_info *dip, int base_y);
/external/igt-gpu-tools/tests/i915/
Dgem_tiled_pread_basic.c92 int base_x, base_y; member
108 dbg->base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
115 return (dbg->base_y + dbg->tile_y) * WIDTH + dbg->base_x + dbg->tile_x; in calculate_expected()
216 dbg.base_x, dbg.base_y,
Dgem_tiled_wc.c95 int base_y = tile_index / tiles_per_row * tile_height; in calculate_expected() local
103 __func__, offset, base_x, base_y, tile_x, tile_y, in calculate_expected()
104 (base_y + tile_y) * WIDTH + base_x + tile_x); in calculate_expected()
105 return (base_y + tile_y) * WIDTH + base_x + tile_x; in calculate_expected()
Dgem_tiled_wb.c102 int base_y = tile_index / tiles_per_row * tile_height; in calculate_expected() local
109 igt_debug("%3d, %3d, %3d,%3d\n", base_x, base_y, tile_x, tile_y); in calculate_expected()
110 return (base_y + tile_y) * WIDTH + base_x + tile_x; in calculate_expected()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dpooling.cc125 const int64_t base_y = -attr.padding.prepended.h; in GenerateAveragePoolingCode() local
129 y_in_bounds(base_y) && in GenerateAveragePoolingCode()
130 y_in_bounds(base_y + output_shape_max_y * attr.strides.h)); in GenerateAveragePoolingCode()
/external/angle/src/libANGLE/
Dgen_overlay_fonts.py196 base_y = (charIndex // output_cols) * glyph_height
218 base_y += offset_y
229 font_array_row = base_y + y
/external/rust/crates/plotters/src/style/font/
Dttf.rs162 (base_x, base_y): (i32, i32), in draw()
176 result = draw(x + base_x, y + base_y, v); in draw()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c377 CBS prime, a, b, base_x, base_y, order; in EC_KEY_parse_parameters() local
378 if (!parse_explicit_prime_curve(cbs, &prime, &a, &b, &base_x, &base_y, in EC_KEY_parse_parameters()
397 integers_equal(&base_y, curve->params + param_len * 4, param_len) && in EC_KEY_parse_parameters()
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dec_asn1.c392 CBS prime, a, b, base_x, base_y, order; in EC_KEY_parse_parameters() local
393 if (!parse_explicit_prime_curve(cbs, &prime, &a, &b, &base_x, &base_y, in EC_KEY_parse_parameters()
412 integers_equal(&base_y, curve->params + param_len * 4, param_len) && in EC_KEY_parse_parameters()
/external/libaom/libaom/av1/common/
Dreconintra.c583 const int base_y = y >> frac_bits_y; in av1_dr_prediction_z2_c() local
584 assert(base_y >= min_base_y); in av1_dr_prediction_z2_c()
586 val = left[base_y] * (32 - shift) + left[base_y + 1] * shift; in av1_dr_prediction_z2_c()
721 const int base_y = y >> frac_bits_y; in av1_highbd_dr_prediction_z2_c() local
722 assert(base_y >= min_base_y); in av1_highbd_dr_prediction_z2_c()
724 val = left[base_y] * (32 - shift) + left[base_y + 1] * shift; in av1_highbd_dr_prediction_z2_c()
/external/mesa3d/src/imgui/
Dimstb_textedit.h400 float base_y = 0, prev_x; in stb_text_locate_coord() local
413 if (i==0 && y < base_y + r.ymin) in stb_text_locate_coord()
416 if (y < base_y + r.ymax) in stb_text_locate_coord()
420 base_y += r.baseline_y_delta; in stb_text_locate_coord()
/external/libgav1/libgav1/src/tile/
Dtile.cc1570 int base_y, TransformSize tx_size, int x, int y, in TransformBlock() argument
1576 const int start_y = base_y + MultiplyBy4(y); in TransformBlock()
1785 const int base_y = MultiplyBy4(row_chunk4x4 >> subsampling_y); in Residual() local
1786 if (!TransformTree(block, base_x, base_y, plane_size, mode)) { in Residual()
1791 const int base_y = MultiplyBy4(block.row4x4 >> subsampling_y); in Residual() local
1799 block, static_cast<Plane>(plane), base_x, base_y, tx_size, in Residual()
2024 const int base_y = MultiplyBy4(block.row4x4 >> subsampling_y); in ComputePrediction() local
2038 IntraPrediction, block, static_cast<Plane>(plane), base_x, base_y, in ComputePrediction()
2090 base_y + y, prediction_width, prediction_height, in ComputePrediction()
Dprediction.cc993 const int64_t base_y = static_cast<int64_t>(orig_y) * scale_y - in ScaleMotionVector() local
997 base_y, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp272 double base_y = m_DestHeight > 0 ? 0.0f : m_DestHeight; in CStretchEngine() local
275 double src_top = scale_y * (clip_rect.top + base_y); in CStretchEngine()
276 double src_bottom = scale_y * (clip_rect.bottom + base_y); in CStretchEngine()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh488 float mark_x, mark_y, base_x, base_y; in apply() local
492 glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y); in apply()
496 o.y_offset = roundf (base_y - mark_y); in apply()
/external/libgav1/libgav1/src/
Dtile.h519 bool TransformBlock(const Block& block, Plane plane, int base_x, int base_y,
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3863 uint32_t base_y, in tu_CmdDispatchBase() argument
3877 info.offsets[1] = base_y; in tu_CmdDispatchBase()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c5802 uint32_t base_y, in radv_CmdDispatchBase() argument
5816 info.offsets[1] = base_y; in radv_CmdDispatchBase()