Home
last modified time | relevance | path

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

123456

/external/chromium_org/third_party/mesa/src/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()
/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()
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/vdpau/
Dbitmap.c90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
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()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Dbitmap.c90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpBitmapSurfaceCreate()
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()
/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()
/external/chromium_org/third_party/mesa/src/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()
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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()
/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()
/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()

123456