Home
last modified time | relevance | path

Searched refs:set_sampler_views (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c242 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/
Dpp_mlaa.c137 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()
Dpp_colors.c50 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in pp_nocolor()
/third_party/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c132 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()
Dquad-tex.c171 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
Dtex-swizzle.c150 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
Dquad-sample.c273 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c70 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/
Du_compute.c142 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()
Du_threaded_context_calls.h19 CALL(set_sampler_views)
Du_blitter.c809 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/
DDevice.cpp356 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/
Dvl_compositor_cs.c729 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()
Dvl_matrix_filter.c297 filter->pipe->set_sampler_views(filter->pipe, PIPE_SHADER_FRAGMENT, in vl_matrix_filter_render()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c493 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/
Dxa_yuv.c96 … 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/
Dfd2_texture.c251 pctx->set_sampler_views = fd2_set_sampler_views; in fd2_texture_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c222 pctx->set_sampler_views = fd_set_sampler_views; in fd3_texture_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c236 pctx->set_sampler_views = fd_set_sampler_views; in fd5_texture_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragtex.c228 pipe->set_sampler_views = nv30_set_sampler_views; in nv30_fragtex_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c271 pipe->set_sampler_views(pipe, shader_stage, 0, num_textures, num_unbind, in update_textures()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c311 pctx->set_sampler_views = fd4_set_sampler_views; in fd4_texture_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp88 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/
Dquad-tex.c330 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/
Dsp_state_sampler.c356 pipe->set_sampler_views = softpipe_set_sampler_views; in softpipe_init_sampler_funcs()

1234