Searched refs:ms_y (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_miptree.c | 40 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()
|
D | nv50_surface.c | 91 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()
|
D | nv50_resource.h | 53 uint8_t ms_y; member
|
D | nv50_transfer.c | 30 rect->height = h << mt->ms_y; in nv50_m2mf_rect_setup() 32 rect->y = y << mt->ms_y; in nv50_m2mf_rect_setup()
|
D | nv50_tex.c | 188 tic[5] = (mt->base.base.height0 << mt->ms_y) & 0xffff; in nv50_create_sampler_view()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_miptree.c | 97 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()
|
D | nv30_resource.h | 38 unsigned ms_y:1; member
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_miptree.c | 161 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()
|
D | nvc0_surface.c | 94 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()
|
D | nvc0_tex.c | 192 tic[5] = (mt->base.base.height0 << mt->ms_y) & 0xffff; in nvc0_create_sampler_view()
|
D | nvc0_transfer.c | 358 tx->nblocksy = box->height << mt->ms_y; in nvc0_miptree_transfer_new()
|