Searched refs:src_templ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_blit.c465 struct pipe_sampler_view src_templ, *src_view; local
481 util_blitter_default_src_texture(&src_templ, src, src_level);
487 (!screen->is_format_supported(screen, src_templ.format, src->target,
511 src_templ.format = dst_templ.format;
517 assert(src_templ.format == dst_templ.format);
546 src_templ.format = dst_templ.format;
559 !screen->is_format_supported(screen, src_templ.format,
577 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c465 struct pipe_sampler_view src_templ, *src_view; local
481 util_blitter_default_src_texture(&src_templ, src, src_level);
487 (!screen->is_format_supported(screen, src_templ.format, src->target,
511 src_templ.format = dst_templ.format;
517 assert(src_templ.format == dst_templ.format);
546 src_templ.format = dst_templ.format;
559 !screen->is_format_supported(screen, src_templ.format,
577 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c1009 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ, argument
1013 memset(src_templ, 0, sizeof(*src_templ));
1014 src_templ->format = util_format_linear(src->format);
1015 src_templ->u.tex.first_level = srclevel;
1016 src_templ->u.tex.last_level = srclevel;
1017 src_templ->u.tex.first_layer = 0;
1018 src_templ->u.tex.last_layer =
1021 src_templ->swizzle_r = PIPE_SWIZZLE_RED;
1022 src_templ
1093 struct pipe_sampler_view src_templ, *src_view; local
[all...]
H A Du_blitter.h252 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1009 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ, argument
1013 memset(src_templ, 0, sizeof(*src_templ));
1014 src_templ->format = util_format_linear(src->format);
1015 src_templ->u.tex.first_level = srclevel;
1016 src_templ->u.tex.last_level = srclevel;
1017 src_templ->u.tex.first_layer = 0;
1018 src_templ->u.tex.last_layer =
1021 src_templ->swizzle_r = PIPE_SWIZZLE_RED;
1022 src_templ
1093 struct pipe_sampler_view src_templ, *src_view; local
[all...]
H A Du_blitter.h252 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c340 struct pipe_sampler_view src_templ, *src_view; local
371 util_blitter_default_src_texture(&src_templ, info->src.res, 0);
372 src_view = ctx->create_sampler_view(ctx, info->src.res, &src_templ);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c340 struct pipe_sampler_view src_templ, *src_view; local
371 util_blitter_default_src_texture(&src_templ, info->src.res, 0);
372 src_view = ctx->create_sampler_view(ctx, info->src.res, &src_templ);

Completed in 195 milliseconds