Home
last modified time | relevance | path

Searched defs:sp_sampler (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_state_sampler.c44 struct sp_sampler { struct
46 struct sp_sampler_variant *variants; argument
47 struct sp_sampler_variant *current; argument
50 static struct sp_sampler *sp_sampler( struct pipe_sampler_state *sampler ) in sp_sampler() argument
60 struct sp_sampler *sp_sampler = CALLOC_STRUCT(sp_sampler); in softpipe_create_sampler_state() local
363 struct sp_sampler *sp_sampler = (struct sp_sampler *)sampler; in softpipe_delete_sampler_state() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c44 struct sp_sampler { struct
46 struct sp_sampler_variant *variants; argument
47 struct sp_sampler_variant *current; argument
50 static struct sp_sampler *sp_sampler( struct pipe_sampler_state *sampler ) in sp_sampler() function
60 struct sp_sampler *sp_sampler = CALLOC_STRUCT(sp_sampler); in softpipe_create_sampler_state() local
363 struct sp_sampler *sp_sampler = (struct sp_sampler *)sampler; in softpipe_delete_sampler_state() local