Searched refs:height0_override (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture.h | 61 unsigned height0_override, 84 unsigned height0_override);
|
H A D | r300_texture.c | 909 unsigned height0_override, in r300_texture_setup_format_state() 919 height = u_minify(height0_override, level); in r300_texture_setup_format_state() 1197 unsigned height0_override) in r300_create_surface_custom() 1213 surface->base.height = u_minify(height0_override, level); in r300_create_surface_custom() 904 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) r300_texture_setup_format_state() argument 1193 r300_create_surface_custom(struct pipe_context * ctx, struct pipe_resource* texture, const struct pipe_surface *surf_tmpl, unsigned width0_override, unsigned height0_override) r300_create_surface_custom() argument
|
H A D | r300_context.h | 200 unsigned height0_override; member 779 unsigned height0_override);
|
H A D | r300_state.c | 1633 unsigned height0_override) in r300_create_sampler_view_custom() 1650 view->height0_override = height0_override; in r300_create_sampler_view_custom() 1669 width0_override, height0_override, in r300_create_sampler_view_custom() local 1629 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) r300_create_sampler_view_custom() argument
|
H A D | r300_state_derived.c | 850 view->height0_override, in r300_merge_textures_and_samplers()
|
Completed in 8 milliseconds