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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c54 default_src_texture(struct pipe_sampler_view *src_templ, argument
60 memset(src_templ, 0, sizeof(*src_templ));
64 src_templ->target = PIPE_TEXTURE_2D_ARRAY;
66 src_templ->target = src->target;
69 src_templ->target = PIPE_TEXTURE_1D;
70 src_templ->format = PIPE_FORMAT_R8_UINT;
72 src_templ->format = util_format_linear(src->format);
74 src_templ->u.tex.first_level = srclevel;
75 src_templ
139 struct pipe_sampler_view src_templ, *src_view; local in function:fd_blitter_blit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c50 default_src_texture(struct pipe_sampler_view *src_templ, argument
56 memset(src_templ, 0, sizeof(*src_templ));
60 src_templ->target = PIPE_TEXTURE_2D_ARRAY;
62 src_templ->target = src->target;
65 src_templ->target = PIPE_TEXTURE_1D;
67 src_templ->u.tex.first_level = srclevel;
68 src_templ->u.tex.last_level = srclevel;
69 src_templ->u.tex.first_layer = 0;
70 src_templ
126 struct pipe_sampler_view src_templ, *src_view; local in function:fd_blitter_blit
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_compute.c87 struct pipe_sampler_view src_templ = {0}, *src_view; local in function:util_compute_blit
124 u_sampler_view_default_template(&src_templ, src, src->format);
125 src_templ.format = util_format_linear(blit_info->src.format);
126 src_view = ctx->create_sampler_view(ctx, src, &src_templ);
H A Du_blitter.c1497 struct pipe_sampler_view *src_templ,
1503 memset(src_templ, 0, sizeof(*src_templ));
1508 src_templ->target = PIPE_TEXTURE_2D_ARRAY;
1510 src_templ->target = src->target;
1512 src_templ->format = util_format_linear(src->format);
1513 src_templ->u.tex.first_level = srclevel;
1514 src_templ->u.tex.last_level = srclevel;
1515 src_templ->u.tex.first_layer = 0;
1516 src_templ
1496 util_blitter_default_src_texture(struct blitter_context * blitter,struct pipe_sampler_view * src_templ,struct pipe_resource * src,unsigned srclevel) argument
1619 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_copy_texture
2016 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_blit
2049 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_generate_mipmap
[all...]
H A Du_blitter.h293 struct pipe_sampler_view *src_templ,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c87 struct pipe_sampler_view src_templ = {0}, *src_view; local in function:util_compute_blit
139 u_sampler_view_default_template(&src_templ, src, src->format);
140 src_templ.format = util_format_linear(blit_info->src.format);
141 src_view = ctx->create_sampler_view(ctx, src, &src_templ);
H A Du_blitter.c1594 struct pipe_sampler_view *src_templ,
1600 memset(src_templ, 0, sizeof(*src_templ));
1605 src_templ->target = PIPE_TEXTURE_2D_ARRAY;
1607 src_templ->target = src->target;
1609 src_templ->format = util_format_linear(src->format);
1610 src_templ->u.tex.first_level = srclevel;
1611 src_templ->u.tex.last_level = srclevel;
1612 src_templ->u.tex.first_layer = 0;
1613 src_templ
1593 util_blitter_default_src_texture(struct blitter_context * blitter,struct pipe_sampler_view * src_templ,struct pipe_resource * src,unsigned srclevel) argument
1716 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_copy_texture
2148 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_blit
2181 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_generate_mipmap
2856 struct pipe_sampler_view src_templ, *src_view; local in function:util_blitter_stencil_fallback
[all...]
H A Du_blitter.h298 struct pipe_sampler_view *src_templ,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c680 struct pipe_sampler_view src_templ, *src_view; local in function:r600_resource_copy_region
713 util_blitter_default_src_texture(rctx->blitter, &src_templ, src, src_level);
720 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
722 src_templ.format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
723 dst_templ.format = src_templ.format;
747 src_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
766 src_templ.format = PIPE_FORMAT_R8_UNORM;
770 src_templ.format = PIPE_FORMAT_R8G8_UNORM;
774 src_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
778 src_templ
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c682 struct pipe_sampler_view src_templ, *src_view; local in function:r600_resource_copy_region
715 util_blitter_default_src_texture(rctx->blitter, &src_templ, src, src_level);
722 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
724 src_templ.format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
725 dst_templ.format = src_templ.format;
749 src_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
768 src_templ.format = PIPE_FORMAT_R8_UNORM;
772 src_templ.format = PIPE_FORMAT_R8G8_UNORM;
776 src_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
780 src_templ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_blit.c549 struct pipe_sampler_view src_templ, *src_view; local in function:r300_resource_copy_region
570 util_blitter_default_src_texture(r300->blitter, &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;
649 !screen->is_format_supported(screen, src_templ.format,
668 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_blit.c551 struct pipe_sampler_view src_templ, *src_view; local in function:r300_resource_copy_region
572 util_blitter_default_src_texture(r300->blitter, &src_templ, src, src_level);
578 (!screen->is_format_supported(screen, src_templ.format, src->target,
602 src_templ.format = dst_templ.format;
608 assert(src_templ.format == dst_templ.format);
637 src_templ.format = dst_templ.format;
651 !screen->is_format_supported(screen, src_templ.format,
670 src_view = r300_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c908 struct pipe_sampler_view src_templ, *src_view; local in function:si_resource_copy_region
945 util_blitter_default_src_texture(sctx->blitter, &src_templ, src, src_level);
952 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
954 src_templ.format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
955 dst_templ.format = src_templ.format;
978 src_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
997 src_templ.format = PIPE_FORMAT_R8_UNORM;
1001 src_templ.format = PIPE_FORMAT_R8G8_UNORM;
1005 src_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
1009 src_templ
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c911 struct pipe_sampler_view src_templ, *src_view; local in function:si_resource_copy_region
950 util_blitter_default_src_texture(sctx->blitter, &src_templ, src, src_level);
956 src_templ.format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
958 src_templ.format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
959 dst_templ.format = src_templ.format;
982 src_templ.format = PIPE_FORMAT_R8G8B8A8_UINT;
1001 src_templ.format = PIPE_FORMAT_R8_UNORM;
1005 src_templ.format = PIPE_FORMAT_R8G8_UNORM;
1009 src_templ.format = PIPE_FORMAT_R8G8B8A8_UNORM;
1013 src_templ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c90 struct pipe_sampler_view src_templ, *src_view; local in function:i915_surface_copy_render
108 util_blitter_default_src_texture(i915->blitter, &src_templ, src, src_level);
116 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0, src_height0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c86 struct pipe_sampler_view src_templ, *src_view; local in function:i915_surface_copy_render
104 util_blitter_default_src_texture(i915->blitter, &src_templ, src, src_level);
113 src_view = i915_create_sampler_view_custom(pipe, src, &src_templ, src_width0,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1425 struct pipe_resource src_templ; local in function:st_TexSubImage
1566 memset(&src_templ, 0, sizeof(src_templ));
1567 src_templ.target = gl_target_to_pipe(gl_target);
1568 src_templ.format = src_format;
1569 src_templ.bind = PIPE_BIND_SAMPLER_VIEW;
1570 src_templ.usage = PIPE_USAGE_STAGING;
1573 &src_templ.width0, &src_templ.height0,
1574 &src_templ
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1978 struct pipe_resource src_templ; local in function:st_TexSubImage
2119 memset(&src_templ, 0, sizeof(src_templ));
2120 src_templ.target = gl_target_to_pipe(gl_target);
2121 src_templ.format = src_format;
2122 src_templ.bind = PIPE_BIND_SAMPLER_VIEW;
2123 src_templ.usage = PIPE_USAGE_STAGING;
2126 &src_templ.width0, &src_templ.height0,
2127 &src_templ
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp774 struct pipe_sampler_view src_templ, *src_view; local in function:resolve_stencil_to_temp
775 util_blitter_default_src_texture(ctx->blitter, &src_templ,
777 src_templ.format = util_format_stencil_only(info->src.format);
778 src_view = pctx->create_sampler_view(pctx, info->src.resource, &src_templ);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.c2253 struct pipe_sampler_view src_templ, *src_view; local in function:zink_begin_render_pass
2260 util_blitter_default_src_texture(ctx->blitter, &src_templ, src, ctx->fb_state.cbufs[i]->u.tex.level);
2261 src_view = ctx->base.create_sampler_view(&ctx->base, src, &src_templ);

Completed in 37 milliseconds