/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 188 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 198 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 205 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 208 pipe->create_sampler_view(pipe, stObj->pt->next->next, &tmpl); in st_get_sampler_views() 221 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 234 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views() 245 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl); in st_get_sampler_views()
|
D | st_sampler_view.h | 44 return pipe->create_sampler_view(pipe, texture, &templ); in st_create_texture_sampler_view_format()
|
D | st_sampler_view.c | 621 return st->pipe->create_sampler_view(st->pipe, texObj->pt, &templ); in st_create_texture_sampler_view_from_stobj() 748 st->pipe->create_sampler_view(st->pipe, buf, &templ); in st_get_buffer_sampler_view_from_stobj()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_buffer.cpp | 248 pipe->create_sampler_view(pipe, pCurPlaneResource, &samplerViewTemplate); in d3d12_video_buffer_get_sampler_view_planes() 306 pipe->create_sampler_view(pipe, pCurPlaneResource, &samplerViewTemplate); in d3d12_video_buffer_get_sampler_view_components()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 157 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe, in pp_jimenezmlaa_run() 192 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
|
D | pp_run.c | 217 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.c | 138 buffer->sampler_view_planes[i] = pipe->create_sampler_view(pipe, res, &sv_templ); in nouveau_vp3_video_buffer_create() 146 … buffer->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); in nouveau_vp3_video_buffer_create()
|
/third_party/mesa3d/src/gallium/frontends/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 | 477 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex, in bind_samplers() 499 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex, in bind_samplers()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 106 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpOutputSurfaceCreate() 372 sv_idx = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed() 404 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed()
|
D | bitmap.c | 96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
|
D | mixer.c | 369 sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender() 412 … struct pipe_sampler_view *sampler_view_temp = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender() 433 … struct pipe_sampler_view *sampler_view_temp = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender()
|
D | device.c | 118 dev->dummy_sv = dev->context->create_sampler_view(dev->context, res, &sv_tmpl); in vdp_imp_device_create_x11()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 241 … buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); in vl_video_buffer_sampler_view_planes() 288 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ); in vl_video_buffer_sampler_view_components()
|
D | vl_zscan.c | 435 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl); in vl_zscan_layout() 530 buffer->quant = zscan->pipe->create_sampler_view(zscan->pipe, res, &sv_tmpl); in vl_zscan_init_buffer()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_texture.c | 250 pctx->create_sampler_view = fd2_sampler_view_create; in fd2_texture_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_compute.c | 141 src_view = ctx->create_sampler_view(ctx, src, &src_templ); in util_compute_blit()
|
D | u_pstipple.c | 138 sv = pipe->create_sampler_view(pipe, tex, &templat); in util_pstipple_create_sampler_view()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 221 pctx->create_sampler_view = fd3_sampler_view_create; in fd3_texture_init()
|
/third_party/mesa3d/src/gallium/frontends/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()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 235 pctx->create_sampler_view = fd5_sampler_view_create; in fd5_texture_init()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 230 sub->sampler = drv->pipe->create_sampler_view(drv->pipe, tex, &sampler_templ); in vlVaAssociateSubpicture()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.c | 310 pctx->create_sampler_view = fd4_sampler_view_create; in fd4_texture_init()
|