OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp_sampler
(Results
1 - 2
of
2
) sorted by null
/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
...]
sp_tex_sample.h
135
struct
sp_sampler
;
Completed in 135 milliseconds