/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 193 st->pipe->create_sampler_view(st->pipe, stObj->pt->next, &tmpl); in update_textures() 200 st->pipe->create_sampler_view(st->pipe, stObj->pt->next, &tmpl); in update_textures() 203 st->pipe->create_sampler_view(st->pipe, stObj->pt->next->next, &tmpl); in update_textures()
|
D | st_sampler_view.h | 47 return pipe->create_sampler_view(pipe, texture, &templ); in st_create_texture_sampler_view_format()
|
D | st_sampler_view.c | 514 return st->pipe->create_sampler_view(st->pipe, stObj->pt, &templ); in st_create_texture_sampler_view_from_stobj() 626 st->pipe->create_sampler_view(st->pipe, buf, &templ); in st_get_buffer_sampler_view_from_stobj()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tex-srgb.c | 183 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp); in init_tex() 198 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp); in init_tex()
|
D | tex-swizzle.c | 146 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template); in init_tex()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 164 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe, in pp_jimenezmlaa_run() 199 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 101 src_view = pipe->create_sampler_view(pipe, src, &src_templ); in fd_blitter_blit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_texture.c | 198 pctx->create_sampler_view = fd2_sampler_view_create; in fd2_texture_init()
|
/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 | 426 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex, in bind_samplers() 450 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex, in bind_samplers()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.c | 139 buffer->sampler_view_planes[i] = pipe->create_sampler_view(pipe, res, &sv_templ); in nouveau_vp3_video_buffer_create() 147 … buffer->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); in nouveau_vp3_video_buffer_create()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 314 … buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); in vl_video_buffer_sampler_view_planes() 361 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); in vl_video_buffer_sampler_view_components()
|
D | vl_zscan.c | 433 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl); in vl_zscan_layout() 524 buffer->quant = zscan->pipe->create_sampler_view(zscan->pipe, res, &sv_tmpl); in vl_zscan_init_buffer()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | bitmap.c | 96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
|
D | output.c | 105 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpOutputSurfaceCreate() 368 sv_idx = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed() 400 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed()
|
D | mixer.c | 368 sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender() 411 … struct pipe_sampler_view *sampler_view_temp = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender() 432 … struct pipe_sampler_view *sampler_view_temp = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender()
|
D | device.c | 116 dev->dummy_sv = dev->context->create_sampler_view(dev->context, res, &sv_tmpl); in vdp_imp_device_create_x11()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | subpicture.c | 323 subpicture_priv->sampler = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture() 354 subpicture_priv->palette = pipe->create_sampler_view(pipe, tex, &sampler_templ); in XvMCCreateSubpicture()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 346 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx, member
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | subpicture.c | 230 sub->sampler = drv->pipe->create_sampler_view(drv->pipe, tex, &sampler_templ); in vlVaAssociateSubpicture()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 291 pctx->create_sampler_view = fd3_sampler_view_create; in fd3_texture_init()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 259 ctx->create_sampler_view = noop_create_sampler_view; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | resource.cpp | 91 return q.pipe->create_sampler_view(q.pipe, pipe, &info); in bind_sampler_view()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 138 sv = pipe->create_sampler_view(pipe, tex, &templat); in util_pstipple_create_sampler_view()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 325 pipe->create_sampler_view = softpipe_create_sampler_view; in softpipe_init_sampler_funcs()
|