Searched refs:bind_sampler_states (Results 1 - 25 of 131) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h10 CALL(bind_sampler_states)
H A Du_compute.c141 ctx->bind_sampler_states(ctx, PIPE_SHADER_COMPUTE, 0, 1, &sampler_state_p);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c51 static void bind_sampler_states(struct fd_texture_stateobj *tex, function in typeref:typename:void
101 bind_sampler_states(&ctx->tex[shader], start, nr, hwcso);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c52 bind_sampler_states(struct fd_texture_stateobj *tex, unsigned start, function in typeref:typename:void
109 bind_sampler_states(&ctx->tex[shader], start, nr, hwcso);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h10 CALL(bind_sampler_states)
H A Du_compute.c136 ctx->bind_sampler_states(ctx, PIPE_SHADER_COMPUTE, 0, 1, &sampler_state_p);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dquad-tex.c176 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
H A Dtex-srgb.c169 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
H A Dtex-swizzle.c156 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c252 pctx->bind_sampler_states = fd2_sampler_states_bind;
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dquad-tex.c176 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
H A Dtex-srgb.c169 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
H A Dtex-swizzle.c156 info.ctx->bind_sampler_states(info.ctx, PIPE_SHADER_FRAGMENT,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c389 c->pipe->bind_sampler_states(c->pipe, PIPE_SHADER_COMPUTE, 0,
402 c->pipe->bind_sampler_states(c->pipe, PIPE_SHADER_COMPUTE, 0,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c467 pstip->driver_bind_sampler_states = pipe->bind_sampler_states;
490 pipe->bind_sampler_states = pstip_bind_sampler_states;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c727 c->pipe->bind_sampler_states(c->pipe, PIPE_SHADER_COMPUTE, 0,
740 c->pipe->bind_sampler_states(c->pipe, PIPE_SHADER_COMPUTE, 0,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c492 pstip->driver_bind_sampler_states = pipe->bind_sampler_states;
515 pipe->bind_sampler_states = pstip_bind_sampler_states;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c276 ctx->bind_sampler_states = noop_bind_sampler_states;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_wallpaper.c188 pipe->bind_sampler_states(pipe, PIPE_SHADER_FRAGMENT, 0, 1, &sampler_state);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.c312 pctx->bind_sampler_states = etna_bind_sampler_states;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c288 pctx->bind_sampler_states = fd3_sampler_states_bind;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c249 pctx->bind_sampler_states = fd2_sampler_states_bind;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c220 pctx->bind_sampler_states = fd_sampler_states_bind;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c279 pctx->bind_sampler_states = fd_sampler_states_bind;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c272 pctx->bind_sampler_states = fd_sampler_states_bind;

Completed in 49 milliseconds

123456