Home
last modified time | relevance | path

Searched refs:create_sampler_view (Results 1 – 25 of 63) sorted by relevance

123

/external/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c180 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp); in init_tex()
195 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp); in init_tex()
Dtex-swizzle.c144 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template); in init_tex()
Dquad-sample.c269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template); in init_tex()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c150 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe, in pp_jimenezmlaa_run()
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
Dpp_run.c118 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h134 return pipe->create_sampler_view(pipe, texture, &templ); in st_create_texture_sampler_view_format()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c93 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpOutputSurfaceCreate()
352 sv_idx = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed()
384 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed()
Dbitmap.c90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
Ddevice.c294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ); in vlVdpResolveDelayedRendering()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c283 … buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); in vl_video_buffer_sampler_view_planes()
330 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); in vl_video_buffer_sampler_view_components()
Dvl_zscan.c415 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl); in vl_zscan_layout()
511 buffer->quant = zscan->pipe->create_sampler_view(zscan->pipe, res, &sv_tmpl); in vl_zscan_init_buffer()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ); in xa_yuv_bind_samplers()
Dxa_composite.c422 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex, in bind_samplers()
446 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex, in bind_samplers()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ); in check_yuv_textures()
225 dst_view[1] = pipe->create_sampler_view(pipe, dst[1], &view_templ); in check_yuv_textures()
235 dst_view[2] = pipe->create_sampler_view(pipe, dst[2], &view_templ); in check_yuv_textures()
Dxorg_composite.c392 src_view = pipe->create_sampler_view(pipe, pSrc->tex, &view_templ); in bind_samplers()
416 src_view = pipe->create_sampler_view(pipe, pMask->tex, &view_templ); in bind_samplers()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c254 subpicture_priv->sampler = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture()
283 subpicture_priv->palette = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture()
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c279 view = pipe->create_sampler_view(pipe, texture, &view_templ); in create_tex_and_view()
480 view = pipe->create_sampler_view(pipe, strb->texture, &view_templ); in vg_prepare_blend_surface()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h356 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx, member
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c610 sampler_view = pipe->create_sampler_view(pipe, tex, &sv_templ); in util_blit_pixels()
626 sampler_view = pipe->create_sampler_view(pipe, src_tex, &sv_templ); in util_blit_pixels()
733 views[1] = pipe->create_sampler_view(pipe, views[0]->texture, &templ); in util_blit_pixels()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); in bind_sampler_view()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c288 ctx->create_sampler_view = noop_create_sampler_view; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c330 llvmpipe->pipe.create_sampler_view = llvmpipe_create_sampler_view; in llvmpipe_init_sampler_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c315 svga->pipe.create_sampler_view = svga_create_sampler_view; in svga_init_sampler_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_texture.c304 pipe->create_sampler_view = nv30_sampler_view_create; in nv30_texture_init()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c388 pipe->create_sampler_view = softpipe_create_sampler_view; in softpipe_init_sampler_funcs()

123