/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture.c | 242 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end, in set_sampler_views() function 283 set_sampler_views(ctx, start, end, nr, take_ownership, views); in etna_fragtex_set_sampler_views() 297 set_sampler_views(ctx, start, end, nr, take_ownership, views); in etna_vertex_set_sampler_views() 345 pctx->set_sampler_views = etna_set_sampler_views; in etna_texture_init()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 137 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in pp_jimenezmlaa_run() 169 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 3, 0, false, arr); in pp_jimenezmlaa_run() 201 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 2, 0, false, arr); in pp_jimenezmlaa_run()
|
D | pp_colors.c | 50 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in pp_nocolor()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | tex-srgb.c | 132 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &linear_sv); in draw() 136 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &srgb_sv); in draw()
|
D | quad-tex.c | 171 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
|
D | tex-swizzle.c | 150 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
|
D | quad-sample.c | 273 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_texture.c | 70 set_sampler_views(struct fd_texture_stateobj *tex, unsigned start, unsigned nr, in set_sampler_views() function 122 set_sampler_views(&ctx->tex[shader], start, nr, unbind_num_trailing_slots, in fd_set_sampler_views()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_compute.c | 142 ctx->set_sampler_views(ctx, PIPE_SHADER_COMPUTE, 0, 1, 0, false, &src_view); in util_compute_blit() 163 ctx->set_sampler_views(ctx, PIPE_SHADER_COMPUTE, 0, 0, 1, false, NULL); in util_compute_blit()
|
D | u_threaded_context_calls.h | 19 CALL(set_sampler_views)
|
D | u_blitter.c | 809 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, in util_blitter_restore_textures_internal() 813 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, in util_blitter_restore_textures_internal() 2189 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 2, 0, false, views); in util_blitter_blit_generic() 2205 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &view); in util_blitter_blit_generic() 2212 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &src); in util_blitter_blit_generic() 2361 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &src_view); in util_blitter_generate_mipmap() 2939 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &src_view); in util_blitter_stencil_fallback()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Device.cpp | 356 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, in DestroyDevice() 358 pipe->set_sampler_views(pipe, PIPE_SHADER_VERTEX, 0, in DestroyDevice() 360 pipe->set_sampler_views(pipe, PIPE_SHADER_GEOMETRY, 0, in DestroyDevice()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_cs.c | 729 c->pipe->set_sampler_views(c->pipe, PIPE_SHADER_COMPUTE, 0, in draw_layers() 737 c->pipe->set_sampler_views(c->pipe, PIPE_SHADER_FRAGMENT, 0, 0, in draw_layers()
|
D | vl_matrix_filter.c | 297 filter->pipe->set_sampler_views(filter->pipe, PIPE_SHADER_FRAGMENT, in vl_matrix_filter_render()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_pstipple.c | 493 pstip->driver_set_sampler_views = pipe->set_sampler_views; in draw_install_pstipple_stage() 516 pipe->set_sampler_views = pstip_set_sampler_views; in draw_install_pstipple_stage()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_yuv.c | 96 … r->pipe->set_sampler_views(r->pipe, PIPE_SHADER_FRAGMENT, 0, 3, 0, false, r->bound_sampler_views); in xa_yuv_bind_samplers()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_texture.c | 251 pctx->set_sampler_views = fd2_set_sampler_views; in fd2_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 222 pctx->set_sampler_views = fd_set_sampler_views; in fd3_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 236 pctx->set_sampler_views = fd_set_sampler_views; in fd5_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_fragtex.c | 228 pipe->set_sampler_views = nv30_set_sampler_views; in nv30_fragtex_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 271 pipe->set_sampler_views(pipe, shader_stage, 0, num_textures, num_unbind, in update_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.c | 311 pctx->set_sampler_views = fd4_set_sampler_views; in fd4_texture_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.cpp | 88 q.pipe->set_sampler_views(q.pipe, PIPE_SHADER_COMPUTE, 0, in launch() 110 q.pipe->set_sampler_views(q.pipe, PIPE_SHADER_COMPUTE, 0, in launch()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | quad-tex.c | 330 p->pipe->set_sampler_views(p->pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in draw()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 356 pipe->set_sampler_views = softpipe_set_sampler_views; in softpipe_init_sampler_funcs()
|