Searched refs:width0_override (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture.h | 60 unsigned width0_override, 83 unsigned width0_override,
|
D | r300_texture.c | 908 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()
|
D | r300_context.h | 199 unsigned width0_override; member 778 unsigned width0_override,
|
D | r300_state.c | 1632 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()
|
D | r300_state_derived.c | 849 view->width0_override, in r300_merge_textures_and_samplers()
|