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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 466 struct pipe_surface dst_templ, *dst_view; local
480 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box);
483 layout = util_format_description(dst_templ.format)->layout;
490 !screen->is_format_supported(screen, dst_templ.format, dst->target,
493 switch (util_format_get_blocksize(dst_templ.format)) {
495 dst_templ.format = PIPE_FORMAT_I8_UNORM;
498 dst_templ.format = PIPE_FORMAT_B4G4R4A4_UNORM;
501 dst_templ.format = PIPE_FORMAT_B8G8R8A8_UNORM;
504 dst_templ.format = PIPE_FORMAT_R16G16B16A16_UNORM;
509 util_format_short_name(dst_templ.format))
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 466 struct pipe_surface dst_templ, *dst_view; local
480 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box);
483 layout = util_format_description(dst_templ.format)->layout;
490 !screen->is_format_supported(screen, dst_templ.format, dst->target,
493 switch (util_format_get_blocksize(dst_templ.format)) {
495 dst_templ.format = PIPE_FORMAT_I8_UNORM;
498 dst_templ.format = PIPE_FORMAT_B4G4R4A4_UNORM;
501 dst_templ.format = PIPE_FORMAT_B8G8R8A8_UNORM;
504 dst_templ.format = PIPE_FORMAT_R16G16B16A16_UNORM;
509 util_format_short_name(dst_templ.format))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c 1092 struct pipe_surface *dst_view, dst_templ; local
    [all...]
u_blitter.h 242 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1092 struct pipe_surface *dst_view, dst_templ; local
    [all...]
u_blitter.h 242 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 339 struct pipe_surface *dst_view, dst_templ; local
366 util_blitter_default_dst_texture(&dst_templ, info->dst.res,
368 dst_view = ctx->create_surface(ctx, info->dst.res, &dst_templ);
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 339 struct pipe_surface *dst_view, dst_templ; local
366 util_blitter_default_dst_texture(&dst_templ, info->dst.res,
368 dst_view = ctx->create_surface(ctx, info->dst.res, &dst_templ);

Completed in 478 milliseconds