HomeSort by relevance Sort by last modified time
    Searched refs:src_templ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 465 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/
r300_blit.c 465 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/
u_blitter.c 1093 struct pipe_sampler_view src_templ, *src_view; local
    [all...]
u_blitter.h 252 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1093 struct pipe_sampler_view src_templ, *src_view; local
    [all...]
u_blitter.h 252 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 340 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/
r600_blit.c 340 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 491 milliseconds