HomeSort by relevance Sort by last modified time
    Searched defs:sp_sampler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_sampler.c 44 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...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 44 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...]

Completed in 864 milliseconds