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