Searched refs:create_sampler_view (Results 1 - 25 of 169) sorted by relevance

1234567

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_texture.c190 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl);
200 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl);
207 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl);
210 pipe->create_sampler_view(pipe, stObj->pt->next->next, &tmpl);
223 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl);
236 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl);
247 pipe->create_sampler_view(pipe, stObj->pt->next, &tmpl);
H A Dst_sampler_view.h47 return pipe->create_sampler_view(pipe, texture, &templ);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_sampler_view.h47 return pipe->create_sampler_view(pipe, texture, &templ);
H A Dst_atom_texture.c192 st->pipe->create_sampler_view(st->pipe, stObj->pt->next, &tmpl);
199 st->pipe->create_sampler_view(st->pipe, stObj->pt->next, &tmpl);
202 st->pipe->create_sampler_view(st->pipe, stObj->pt->next->next, &tmpl);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dtex-srgb.c183 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
198 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
H A Dtex-swizzle.c146 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dtex-srgb.c183 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
198 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
H A Dtex-swizzle.c146 sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_template);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dbitmap.c96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_yuv.c92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ);
H A Dxa_composite.c477 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex,
499 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_compute.c126 src_view = ctx->create_sampler_view(ctx, src, &src_templ);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c253 pctx->create_sampler_view = fd2_sampler_view_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c141 src_view = ctx->create_sampler_view(ctx, src, &src_templ);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dbitmap.c96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_yuv.c92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ);
H A Dxa_composite.c477 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex,
499 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c152 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe,
187 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c157 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe,
192 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c314 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
361 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c139 buffer->sampler_view_planes[i] = pipe->create_sampler_view(pipe, res, &sv_templ);
147 buffer->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c239 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
286 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c138 buffer->sampler_view_planes[i] = pipe->create_sampler_view(pipe, res, &sv_templ);
146 buffer->sampler_view_components[component] = pipe->create_sampler_view(pipe, res, &sv_templ);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp91 return q.pipe->create_sampler_view(q.pipe, pipe, &info);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dsubpicture.c230 sub->sampler = drv->pipe->create_sampler_view(drv->pipe, tex, &sampler_templ);

Completed in 15 milliseconds

1234567