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

  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 617 struct pipe_sampler_view src_templ, *src_view; local
650 util_blitter_default_src_texture(&src_templ, src, src_level);
657 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
659 src_templ.format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
660 dst_templ.format = src_templ.format;
684 src_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
703 src_templ.format = PIPE_FORMAT_R8_UNORM;
707 src_templ.format = PIPE_FORMAT_R8G8_UNORM;
711 src_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
715 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1519 struct pipe_sampler_view src_templ, *src_view; local
1846 struct pipe_sampler_view src_templ, *src_view; local
1879 struct pipe_sampler_view src_templ, *src_view; local
    [all...]
u_blitter.h 271 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 549 struct pipe_sampler_view src_templ, *src_view; local
570 util_blitter_default_src_texture(&src_templ, src, src_level);
576 (!screen->is_format_supported(screen, src_templ.format, src->target,
600 src_templ.format = dst_templ.format;
606 assert(src_templ.format == dst_templ.format);
635 src_templ.format = dst_templ.format;
648 !screen->is_format_supported(screen, src_templ.format,
666 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 90 struct pipe_sampler_view src_templ, *src_view; local
108 util_blitter_default_src_texture(&src_templ, src, src_level);
116 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 846 struct pipe_sampler_view src_templ, *src_view; local
870 util_blitter_default_src_texture(&src_templ, src, src_level);
877 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
879 src_templ.format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
880 dst_templ.format = src_templ.format;
903 src_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
921 src_templ.format = PIPE_FORMAT_R8_UNORM;
925 src_templ.format = PIPE_FORMAT_R8G8_UNORM;
929 src_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
933 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 1363 struct pipe_resource src_templ; local
    [all...]

Completed in 168 milliseconds