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.c912 unsigned width0_override, in r300_texture_setup_format_state() argument
922 width = u_minify(width0_override, level); in r300_texture_setup_format_state()
1220 unsigned width0_override, in r300_create_surface_custom() argument
1236 surface->base.width = u_minify(width0_override, level); in r300_create_surface_custom()
Dr300_context.h199 unsigned width0_override; member
768 unsigned width0_override,
Dr300_state.c1598 unsigned width0_override, in r300_create_sampler_view_custom() argument
1615 view->width0_override = width0_override; in r300_create_sampler_view_custom()
1635 width0_override, height0_override, in r300_create_sampler_view_custom()
Dr300_state_derived.c849 view->width0_override, in r300_merge_textures_and_samplers()