Home
last modified time | relevance | path

Searched refs:set_sampler_views (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A 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/
H A 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()
H A 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/
H A 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()
H A Dquad-tex.c171 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
H A Dtex-swizzle.c150 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &sv); in init_tex()
H A 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/
H A 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,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A 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()
H A Du_tests.c395 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 0, 1, false, NULL); in null_sampler_view()
709 ctx->set_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &view); in test_texture_barrier()
H A 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()
817 /* Just clear them to NULL because set_sampler_views(take_ownership = true). */ 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/
H A 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/frontends/xa/
H A 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()
H A Dxa_composite.c507 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, num_samplers, 0, in bind_samplers()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c251 pctx->set_sampler_views = fd2_set_sampler_views; in fd2_texture_init()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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/auxiliary/vl/
H A 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()
H A Dvl_matrix_filter.c297 filter->pipe->set_sampler_views(filter->pipe, PIPE_SHADER_FRAGMENT, in vl_matrix_filter_render()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c228 pipe->set_sampler_views = nv30_set_sampler_views; in nv30_fragtex_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c236 pctx->set_sampler_views = fd_set_sampler_views; in fd5_texture_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c222 pctx->set_sampler_views = fd_set_sampler_views; in fd3_texture_init()
/third_party/mesa3d/src/mesa/state_tracker/
H A 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/
H A Dfd4_texture.c311 pctx->set_sampler_views = fd4_set_sampler_views; in fd4_texture_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c356 pipe->set_sampler_views = softpipe_set_sampler_views; in softpipe_init_sampler_funcs()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A 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()

Completed in 18 milliseconds

1234