Searched refs:sp_sampler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c44 struct sp_sampler { struct
50 static struct sp_sampler *sp_sampler( struct pipe_sampler_state *sampler ) function
52 return (struct sp_sampler *)sampler;
60 struct sp_sampler *sp_sampler = CALLOC_STRUCT(sp_sampler); local
62 sp_sampler->base = *sampler;
63 sp_sampler->variants = NULL;
65 return (void *)sp_sampler;
363 struct sp_sampler *sp_sampler = (struct sp_sampler *)sampler; local
[all...]
H A Dsp_tex_sample.h135 struct sp_sampler;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c44 struct sp_sampler { struct
50 static struct sp_sampler *sp_sampler( struct pipe_sampler_state *sampler ) function
52 return (struct sp_sampler *)sampler;
60 struct sp_sampler *sp_sampler = CALLOC_STRUCT(sp_sampler); local
62 sp_sampler->base = *sampler;
63 sp_sampler->variants = NULL;
65 return (void *)sp_sampler;
363 struct sp_sampler *sp_sampler = (struct sp_sampler *)sampler; local
[all...]
H A Dsp_tex_sample.h135 struct sp_sampler;

Completed in 487 milliseconds