Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture.h60 unsigned width0_override,
83 unsigned width0_override,
Dr300_texture.c908 unsigned width0_override, in r300_texture_setup_format_state() argument
918 width = u_minify(width0_override, level); in r300_texture_setup_format_state()
1196 unsigned width0_override, in r300_create_surface_custom() argument
1212 surface->base.width = u_minify(width0_override, level); in r300_create_surface_custom()
Dr300_context.h199 unsigned width0_override; member
778 unsigned width0_override,
Dr300_state.c1632 unsigned width0_override, in r300_create_sampler_view_custom() argument
1649 view->width0_override = width0_override; in r300_create_sampler_view_custom()
1669 width0_override, height0_override, in r300_create_sampler_view_custom()
Dr300_state_derived.c849 view->width0_override, in r300_merge_textures_and_samplers()