Searched defs:height0_override (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture.c | 805 unsigned height0_override, 815 height = u_minify(height0_override, level); 1076 unsigned height0_override) 1092 surface->base.height = u_minify(height0_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 D | r300_state.c | 1520 unsigned height0_override) 1537 view->height0_override = height0_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 D | r300_context.h | 208 unsigned height0_override; member in struct:r300_sampler_view 742 unsigned height0_override);
|
Completed in 105 milliseconds