Home
last modified time | relevance | path

Searched refs:bheight (Results 1 – 5 of 5) sorted by relevance

/third_party/weston/clients/
Dsimple-damage.c387 int ret = 0, bwidth, bheight; in window_next_buffer() local
403 bheight = window->height * window->scale; in window_next_buffer()
410 bheight = window->width * window->scale; in window_next_buffer()
416 bwidth, bheight, in window_next_buffer()
511 int bwidth, bheight, bborder, bpitch, bradius; in redraw() local
534 bheight = window->height * window->scale; in redraw()
541 bheight = window->width * window->scale; in redraw()
553 paint_box(buffer->shm_data, bpitch, 0, 0, bwidth, bheight, in redraw()
561 bheight /= 2; in redraw()
573 off_y = bheight - tx; in redraw()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dwarp_affine.cc347 int bheight = std::min(dst_height, dst.height_ - y); in Remap() local
350 dst.GetROI(x, y, bwidth, bheight, lite_part); in Remap()
353 _xyblock.GetROI(0, 0, bwidth, bheight, xy_ptr); in Remap()
355 _ablock.GetROI(0, 0, bwidth, bheight, a_ptr); in Remap()
357 for (y1 = 0; y1 < bheight; y1++) { in Remap()
360 map1.GetROI(x, y, bwidth, bheight, xy_ptr); in Remap()
529 int bheight = std::min(B_SZ / 2, height); in WarpPerspectiveBilinear() local
530 int bwidth = std::min(B_SZ * B_SZ / bheight, width); in WarpPerspectiveBilinear()
531 bheight = std::min(B_SZ * B_SZ / bwidth, height); in WarpPerspectiveBilinear()
532 for (y = 0; y < dst.height_; y += bheight) { in WarpPerspectiveBilinear()
[all …]
/third_party/mesa3d/src/mesa/main/
Dformatquery.c1518 GLuint bwidth, bheight; in _mesa_GetInternalformativ() local
1521 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); in _mesa_GetInternalformativ()
1522 assert(bwidth > 0 && bheight > 0); in _mesa_GetInternalformativ()
1525 buffer[0] = block_size / bheight; in _mesa_GetInternalformativ()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp403 auto bheight = bboxes[i * 4 + 2] * height - y0; in doRun() local
406 bheight)); in doRun()