Home
last modified time | relevance | path

Searched refs:ms_y (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c40 const unsigned ms = mt->ms_x + mt->ms_y; in nv50_mt_choose_storage_type()
163 mt->ms_y = 1; in nv50_miptree_init_ms_mode()
168 mt->ms_y = 1; in nv50_miptree_init_ms_mode()
196 if (mt->ms_x | mt->ms_y) in nv50_miptree_init_layout_linear()
216 h = pt->height0 << mt->ms_y; in nv50_miptree_init_layout_tiled()
398 ns->height <<= mt->ms_y; in nv50_surface_from_miptree()
Dnv50_surface.c91 height = u_minify(mt->base.base.height0, level) << mt->ms_y; in nv50_2d_texture_set()
175 PUSH_DATA (push, dy << dst->ms_y); in nv50_2d_texture_do_copy()
177 PUSH_DATA (push, h << dst->ms_y); in nv50_2d_texture_do_copy()
181 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0xf0000000); in nv50_2d_texture_do_copy()
182 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0x0000000f); in nv50_2d_texture_do_copy()
187 PUSH_DATA (push, sy << src->ms_y); in nv50_2d_texture_do_copy()
903 y0 *= (float)(1 << nv50_miptree(src)->ms_y); in nv50_resource_resolve()
904 y1 *= (float)(1 << nv50_miptree(src)->ms_y); in nv50_resource_resolve()
947 PUSH_DATAf(push, 16384 << nv50_miptree(dst)->ms_y); in nv50_resource_resolve()
Dnv50_resource.h53 uint8_t ms_y; member
Dnv50_transfer.c30 rect->height = h << mt->ms_y; in nv50_m2mf_rect_setup()
32 rect->y = y << mt->ms_y; in nv50_m2mf_rect_setup()
Dnv50_tex.c188 tic[5] = (mt->base.base.height0 << mt->ms_y) & 0xffff; in nv50_create_sampler_view()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_miptree.c97 rect->h = u_minify(pt->height0, level) << mt->ms_y; in define_rect()
117 rect->y0 = util_format_get_nblocksy(pt->format, y) << mt->ms_y; in define_rect()
119 rect->y1 = rect->y0 + (h << mt->ms_y); in define_rect()
284 mt->ms_y = 1; in nv30_miptree_create()
289 mt->ms_y = 0; in nv30_miptree_create()
294 mt->ms_y = 0; in nv30_miptree_create()
304 h = pt->height0 << mt->ms_y; in nv30_miptree_create()
Dnv30_resource.h38 unsigned ms_y:1; member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c161 mt->ms_y = 1; in nvc0_miptree_init_ms_mode()
166 mt->ms_y = 1; in nvc0_miptree_init_ms_mode()
197 mt->ms_y == 0); in nvc0_miptree_init_layout_video()
221 h = pt->height0 << mt->ms_y; in nvc0_miptree_init_layout_tiled()
Dnvc0_surface.c94 height = u_minify(mt->base.base.height0, level) << mt->ms_y; in nvc0_2d_texture_set()
182 PUSH_DATA (push, dy << dst->ms_y); in nvc0_2d_texture_do_copy()
184 PUSH_DATA (push, h << dst->ms_y); in nvc0_2d_texture_do_copy()
188 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0xf0000000); in nvc0_2d_texture_do_copy()
189 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0x0000000f); in nvc0_2d_texture_do_copy()
995 y0 *= (float)(1 << nv50_miptree(src)->ms_y); in nvc0_resource_resolve()
996 y1 *= (float)(1 << nv50_miptree(src)->ms_y); in nvc0_resource_resolve()
1040 PUSH_DATAf(push, 16384 << nv50_miptree(dst)->ms_y); in nvc0_resource_resolve()
Dnvc0_tex.c192 tic[5] = (mt->base.base.height0 << mt->ms_y) & 0xffff; in nvc0_create_sampler_view()
Dnvc0_transfer.c358 tx->nblocksy = box->height << mt->ms_y; in nvc0_miptree_transfer_new()