Home
last modified time | relevance | path

Searched refs:bind_sampler_states (Results 1 – 25 of 52) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_texture.c52 static void bind_sampler_states(struct fd_texture_stateobj *tex, in bind_sampler_states() function
94 bind_sampler_states(&ctx->tex[shader], start, nr, hwcso); in fd_sampler_states_bind()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h9 CALL(bind_sampler_states)
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c467 pstip->driver_bind_sampler_states = pipe->bind_sampler_states; in draw_install_pstipple_stage()
490 pipe->bind_sampler_states = pstip_bind_sampler_states; in draw_install_pstipple_stage()
Ddraw_pipe_aaline.c770 pipe->bind_sampler_states = aaline->driver_bind_sampler_states; in aaline_destroy()
981 aaline->driver_bind_sampler_states = pipe->bind_sampler_states; in draw_install_aaline_stage()
996 pipe->bind_sampler_states = aaline_bind_sampler_states; in draw_install_aaline_stage()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c197 pctx->bind_sampler_states = fd2_sampler_states_bind; in fd2_texture_init()
/external/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c169 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT, in init_tex()
Dquad-tex.c176 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT, in init_tex()
Dtex-swizzle.c156 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT, in init_tex()
Dquad-sample.c288 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler); in init_tex()
Dfs-test.c373 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler); in init_tex()
Dvs-test.c362 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler); in init_tex()
Dgs-test.c464 ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler); in init_tex()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c236 pipe->bind_sampler_states(pipe, shader, start, count, samp); in DD_CSO_WHOLE()
239 pipe->bind_sampler_states(pipe, shader, start, count, NULL); in DD_CSO_WHOLE()
783 CTX_INIT(bind_sampler_states); in dd_context_create()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h142 void (*bind_sampler_states)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c290 pctx->bind_sampler_states = fd3_sampler_states_bind; in fd3_texture_init()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c269 ctx->bind_sampler_states = noop_bind_sampler_states; in noop_init_state_functions()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp67 q.pipe->bind_sampler_states(q.pipe, PIPE_SHADER_COMPUTE, in launch()
91 q.pipe->bind_sampler_states(q.pipe, PIPE_SHADER_COMPUTE, 0, in launch()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c309 pctx->bind_sampler_states = etna_bind_sampler_states; in etna_texture_init()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c322 pipe->bind_sampler_states = softpipe_bind_sampler_states; in softpipe_init_sampler_funcs()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h207 void (*bind_sampler_states)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c371 llvmpipe->pipe.bind_sampler_states = llvmpipe_bind_sampler_states; in llvmpipe_init_sampler_funcs()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c343 pctx->bind_sampler_states = fd5_sampler_states_bind; in fd5_texture_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c322 pipe->bind_sampler_states = nv30_bind_sampler_states; in nv30_texture_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c360 pctx->bind_sampler_states = fd4_sampler_states_bind; in fd4_texture_init()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c289 filter->pipe->bind_sampler_states(filter->pipe, PIPE_SHADER_FRAGMENT, in vl_matrix_filter_render()

123