Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.h60 unsigned width0_override,
83 unsigned width0_override,
Dr300_texture.c907 unsigned width0_override, in r300_texture_setup_format_state() argument
917 width = u_minify(width0_override, level); in r300_texture_setup_format_state()
1215 unsigned width0_override, in r300_create_surface_custom() argument
1231 surface->base.width = u_minify(width0_override, level); in r300_create_surface_custom()
Dr300_context.h199 unsigned width0_override; member
769 unsigned width0_override,
Dr300_state.c1597 unsigned width0_override, in r300_create_sampler_view_custom() argument
1614 view->width0_override = width0_override; in r300_create_sampler_view_custom()
1634 width0_override, height0_override, in r300_create_sampler_view_custom()
Dr300_state_derived.c849 view->width0_override, in r300_merge_textures_and_samplers()