Searched refs:create_sampler_state (Results 1 - 25 of 119) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dsampler.cpp67 return q.pipe->create_sampler_state(q.pipe, &info);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dsampler.cpp67 return q.pipe->create_sampler_state(q.pipe, &info);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_compute.c140 sampler_state_p = ctx->create_sampler_state(ctx, &sampler_state);
H A Du_pstipple.c164 s = pipe->create_sampler_state(pipe, &templat);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c251 pctx->create_sampler_state = fd2_sampler_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c135 sampler_state_p = ctx->create_sampler_state(ctx, &sampler_state);
H A Du_pstipple.c164 s = pipe->create_sampler_state(pipe, &templat);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c265 ctx->create_sampler_state = noop_create_sampler_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_wallpaper.c184 struct pipe_sampler_state *sampler_state = pipe->create_sampler_state(pipe, &state);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c287 pctx->create_sampler_state = fd3_sampler_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c248 pctx->create_sampler_state = fd2_sampler_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c219 pctx->create_sampler_state = fd3_sampler_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c278 pctx->create_sampler_state = fd4_sampler_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c271 pctx->create_sampler_state = fd5_sampler_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h205 void * (*create_sampler_state)(struct pipe_context *, member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dgraw_util.h301 sampler = info->ctx->create_sampler_state(info->ctx, &sampler_desc);
H A Dquad-sample.c283 sampler = ctx->create_sampler_state(ctx, &sampler_desc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c322 pipe->create_sampler_state = softpipe_create_sampler_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c184 filter->sampler = pipe->create_sampler_state(pipe, &sampler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c357 pctx->create_sampler_state = fd4_sampler_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c343 pctx->create_sampler_state = fd5_sampler_state_create;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c363 llvmpipe->pipe.create_sampler_state = llvmpipe_create_sampler_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c320 pipe->create_sampler_state = nv30_sampler_state_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c184 filter->sampler = pipe->create_sampler_state(pipe, &sampler);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c321 pipe->create_sampler_state = nv30_sampler_state_create;

Completed in 51 milliseconds

12345