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

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.h59 unsigned width0_override,
79 unsigned width0_override,
H A Dr300_context.h207 unsigned width0_override; member in struct:r300_sampler_view
741 unsigned width0_override,
H A Dr300_texture.c804 unsigned width0_override,
814 width = u_minify(width0_override, level);
1075 unsigned width0_override,
1091 surface->base.width = u_minify(width0_override, level);
800 r300_texture_setup_format_state(struct r300_screen *screen, struct r300_resource *tex, enum pipe_format format, unsigned level, unsigned width0_override, unsigned height0_override, struct r300_texture_format_state *out) argument
1072 r300_create_surface_custom(struct pipe_context * ctx, struct pipe_resource* texture, const struct pipe_surface *surf_tmpl, unsigned width0_override, unsigned height0_override) argument
H A Dr300_state.c1519 unsigned width0_override,
1536 view->width0_override = width0_override;
1556 width0_override, height0_override, local
1516 r300_create_sampler_view_custom(struct pipe_context *pipe, struct pipe_resource *texture, const struct pipe_sampler_view *templ, unsigned width0_override, unsigned height0_override) argument
H A Dr300_state_derived.c804 view->width0_override,

Completed in 79 milliseconds