/external/mesa3d/src/gallium/tests/graw/ |
D | tex-srgb.c | 180 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()
|
D | tex-swizzle.c | 144 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template); in init_tex()
|
D | quad-sample.c | 269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template); in init_tex()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 150 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()
|
D | pp_run.c | 118 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.h | 134 return pipe->create_sampler_view(pipe, texture, &templ); in st_create_texture_sampler_view_format()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 93 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()
|
D | bitmap.c | 90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
|
D | device.c | 294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ); in vlVdpResolveDelayedRendering()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 283 … 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()
|
D | vl_zscan.c | 415 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/ |
D | xa_yuv.c | 92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ); in xa_yuv_bind_samplers()
|
D | xa_composite.c | 422 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/ |
D | xorg_xv.c | 215 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()
|
D | xorg_composite.c | 392 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/ |
D | subpicture.c | 254 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/ |
D | vg_context.c | 279 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/ |
D | p_context.h | 356 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx, member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 610 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/ |
D | resource.cpp | 89 return q.pipe->create_sampler_view(q.pipe, pipe, &info); in bind_sampler_view()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 288 ctx->create_sampler_view = noop_create_sampler_view; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 330 llvmpipe->pipe.create_sampler_view = llvmpipe_create_sampler_view; in llvmpipe_init_sampler_funcs()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_sampler.c | 315 svga->pipe.create_sampler_view = svga_create_sampler_view; in svga_init_sampler_functions()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_texture.c | 304 pipe->create_sampler_view = nv30_sampler_view_create; in nv30_texture_init()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 388 pipe->create_sampler_view = softpipe_create_sampler_view; in softpipe_init_sampler_funcs()
|