Searched refs:bind_vertex_sampler_states (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv40_verttex.c | 98 pipe->bind_vertex_sampler_states = nv40_verttex_sampler_states_bind; in nv40_verttex_init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 140 void (*bind_vertex_sampler_states)(struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 298 ctx->bind_vertex_sampler_states = noop_bind_sampler; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 325 llvmpipe->pipe.bind_vertex_sampler_states = llvmpipe_bind_vertex_sampler_states; in llvmpipe_init_sampler_funcs()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 301 if (ctx->pipe->bind_vertex_sampler_states) in cso_release_all() 302 ctx->pipe->bind_vertex_sampler_states(ctx->pipe, 0, NULL); in cso_release_all() 1055 ctx->pipe->bind_vertex_sampler_states(ctx->pipe, in single_sampler_done()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 380 pipe->bind_vertex_sampler_states = softpipe_bind_vertex_sampler_states; in softpipe_init_sampler_funcs()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 176 pipe->bind_vertex_sampler_states(pipe, num_samplers, samplers); in identity_bind_sampler_states() 895 id_pipe->base.bind_vertex_sampler_states = identity_bind_vertex_sampler_states; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 202 pipe->bind_vertex_sampler_states(pipe, num_samplers, samplers); in galahad_context_bind_sampler_states() 1015 GLHD_PIPE_INIT(bind_vertex_sampler_states); in galahad_context_create()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 289 pipe->bind_vertex_sampler_states(pipe, in rbug_bind_vertex_sampler_states() 1178 rb_pipe->base.bind_vertex_sampler_states = rbug_bind_vertex_sampler_states; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 323 pipe->bind_vertex_sampler_states(pipe, num_states, states); in trace_context_bind_sampler_states() 1602 TR_CTX_INIT(bind_vertex_sampler_states); in trace_context_create()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 279 pipe->bind_vertex_sampler_states(pipe, 0, 0); in destroy_context() 531 pipe->bind_vertex_sampler_states(pipe, num_samplers_to_bind, sampler_csos[s]); in update_stage()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1071 i915->base.bind_vertex_sampler_states = i915_bind_vertex_sampler_states; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 961 pipe->bind_vertex_sampler_states = nvc0_vp_sampler_states_bind; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 1052 pipe->bind_vertex_sampler_states = nv50_vp_sampler_states_bind; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 453 VsSetSamplers -> bind_vertex_sampler_states
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 2016 r300->context.bind_vertex_sampler_states = r300_lacks_vertex_textures; in r300_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 2467 rctx->context.bind_vertex_sampler_states = si_bind_vs_sampler; in si_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2068 rctx->context.bind_vertex_sampler_states = r600_bind_vs_samplers; in r600_init_state_functions()
|
D | evergreen_state.c | 2208 rctx->context.bind_vertex_sampler_states = r600_bind_vs_samplers; in evergreen_init_state_functions()
|