Home
last modified time | relevance | path

Searched refs:real_level (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c93 src.real_level = src_level; in svga_texture_copy_handle()
98 dst.real_level = dst_level; in svga_texture_copy_handle()
407 s->real_level = 0; in svga_create_surface_view()
419 s->real_level = surf_tmpl->u.tex.level; in svga_create_surface_view()
597 desc.tex.mipSlice = s->real_level; in svga_validate_surface_view()
809 unsigned srcLevel = s->real_level; in svga_propagate_surface()
H A Dsvga_surface.h57 unsigned real_level; member
H A Dsvga_cmd.c70 id->mipmap = s->real_level; in surface_to_surfaceid()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1833 unsigned real_level = texture->nr_samples > 1 ? 0 : level; in si_texture_transfer_map() local
1853 if (!sctx->screen->info.has_dedicated_vram && real_level == 0 && box->width >= 4 && in si_texture_transfer_map()
1904 si_init_temp_resource_from_box(&resource, texture, box, real_level, bo_usage, in si_texture_transfer_map()
1934 offset = si_texture_get_offset(sctx->screen, tex, real_level, box, &trans->b.b.stride, in si_texture_transfer_map()

Completed in 8 milliseconds