Home
last modified time | relevance | path

Searched refs:effective_width (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.c87 guint effective_width; member
302 gl->Viewport (0, 0, fb->priv->effective_width, fb->priv->effective_height); in gst_gl_framebuffer_draw_to_texture()
395 fb->priv->effective_width = min_width; in _update_effective_dimensions()
520 *width = fb->priv->effective_width; in gst_gl_framebuffer_get_effective_dimensions()
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c200 unsigned effective_width = width; in pan_image_layout_init() local
205 effective_width = ALIGN_POT(effective_width, tile_w) >> tile_shift; in pan_image_layout_init()
219 unsigned stride = bytes_per_pixel * effective_width; in pan_image_layout_init()
244 (effective_width / tile_w) * in pan_image_layout_init()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp1028 int effective_width = i < inst->header_size ? 8 : inst->exec_size; in opt_copy_propagation_local() local
1029 assert(effective_width * type_sz(inst->src[i].type) % REG_SIZE == 0); in opt_copy_propagation_local()
1030 const unsigned size_written = effective_width * in opt_copy_propagation_local()