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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 274 struct pipe_resource dst_templ; local
286 memset(&dst_templ, 0, sizeof(dst_templ));
287 dst_templ.target = PIPE_TEXTURE_2D;
288 dst_templ.format = dst_format;
290 dst_templ.bind |= PIPE_BIND_DEPTH_STENCIL;
292 dst_templ.bind |= PIPE_BIND_RENDER_TARGET;
293 dst_templ.usage = PIPE_USAGE_STAGING;
296 &dst_templ.width0, &dst_templ.height0
    [all...]
st_cb_texture.c 1830 struct pipe_resource dst_templ; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 550 struct pipe_surface dst_templ, *dst_view; local
569 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz);
572 layout = util_format_description(dst_templ.format)->layout;
579 !screen->is_format_supported(screen, dst_templ.format, dst->target,
582 switch (util_format_get_blocksize(dst_templ.format)) {
584 dst_templ.format = PIPE_FORMAT_I8_UNORM;
587 dst_templ.format = PIPE_FORMAT_B4G4R4A4_UNORM;
590 dst_templ.format = PIPE_FORMAT_B8G8R8A8_UNORM;
593 dst_templ.format = PIPE_FORMAT_R16G16B16A16_UNORM;
598 util_format_short_name(dst_templ.format))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1398 struct pipe_surface dst_templ; local
1518 struct pipe_surface *dst_view, dst_templ; local
1845 struct pipe_surface *dst_view, dst_templ; local
1878 struct pipe_surface dst_templ, *dst_view; local
    [all...]
u_blitter.h 262 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 616 struct pipe_surface *dst_view, dst_templ; local
649 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz);
660 dst_templ.format = src_templ.format;
685 dst_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
702 dst_templ.format = PIPE_FORMAT_R8_UNORM;
706 dst_templ.format = PIPE_FORMAT_R8G8_UNORM;
710 dst_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
714 dst_templ.format = PIPE_FORMAT_R16G16B16A16_UINT;
718 dst_templ.format = PIPE_FORMAT_R32G32B32A32_UINT;
729 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ, dst_width, dst_height)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 91 struct pipe_surface dst_templ, *dst_view; local
107 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz);
115 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 845 struct pipe_surface *dst_view, dst_templ; local
869 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz);
880 dst_templ.format = src_templ.format;
904 dst_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
920 dst_templ.format = PIPE_FORMAT_R8_UNORM;
924 dst_templ.format = PIPE_FORMAT_R8G8_UNORM;
928 dst_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
932 dst_templ.format = PIPE_FORMAT_R16G16B16A16_UINT;
936 dst_templ.format = PIPE_FORMAT_R32G32B32A32_UINT;
948 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ,
    [all...]

Completed in 571 milliseconds