Searched refs:bind_geometry_sampler_states (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 143 void (*bind_geometry_sampler_states)(struct pipe_context *, member
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_context.h | 143 void (*bind_geometry_sampler_states)(struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 326 llvmpipe->pipe.bind_geometry_sampler_states = llvmpipe_bind_geometry_sampler_states; in llvmpipe_init_sampler_funcs()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 326 llvmpipe->pipe.bind_geometry_sampler_states = llvmpipe_bind_geometry_sampler_states; in llvmpipe_init_sampler_funcs()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 381 pipe->bind_geometry_sampler_states = softpipe_bind_geometry_sampler_states; in softpipe_init_sampler_funcs()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 381 pipe->bind_geometry_sampler_states = softpipe_bind_geometry_sampler_states; in softpipe_init_sampler_funcs()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 280 if(pipe->bind_geometry_sampler_states) in destroy_context() 281 pipe->bind_geometry_sampler_states(pipe, 0, 0); in destroy_context() 537 pipe->bind_geometry_sampler_states(pipe, num_samplers_to_bind, sampler_csos[s]); in update_stage()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 280 if(pipe->bind_geometry_sampler_states) in destroy_context() 281 pipe->bind_geometry_sampler_states(pipe, 0, 0); in destroy_context() 537 pipe->bind_geometry_sampler_states(pipe, num_samplers_to_bind, sampler_csos[s]); in update_stage()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 179 pipe->bind_geometry_sampler_states(pipe, num_samplers, samplers); in identity_bind_sampler_states()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
D | id_context.c | 179 pipe->bind_geometry_sampler_states(pipe, num_samplers, samplers); in identity_bind_sampler_states()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 963 pipe->bind_geometry_sampler_states = nvc0_gp_sampler_states_bind; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 1060 ctx->pipe->bind_geometry_sampler_states(ctx->pipe, in single_sampler_done()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_state.c | 1054 pipe->bind_geometry_sampler_states = nv50_gp_sampler_states_bind; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 1054 pipe->bind_geometry_sampler_states = nv50_gp_sampler_states_bind; in nv50_init_state_functions()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 1060 ctx->pipe->bind_geometry_sampler_states(ctx->pipe, in single_sampler_done()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 963 pipe->bind_geometry_sampler_states = nvc0_gp_sampler_states_bind; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 326 pipe->bind_geometry_sampler_states(pipe, num_states, states); in trace_context_bind_sampler_states()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
D | tr_context.c | 326 pipe->bind_geometry_sampler_states(pipe, num_states, states); in trace_context_bind_sampler_states()
|