OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sp_sampler_variant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.h
35
struct
sp_sampler_variant
;
47
typedef float (*compute_lambda_func)(const struct
sp_sampler_variant
*sampler,
88
struct
sp_sampler_variant
struct
132
struct
sp_sampler_variant
*next;
139
struct
sp_sampler_variant
*
143
void sp_sampler_variant_bind_view( struct
sp_sampler_variant
*variant,
147
void sp_sampler_variant_destroy( struct
sp_sampler_variant
* );
151
static INLINE struct
sp_sampler_variant
*
152
sp_sampler_variant
(const struct tgsi_sampler *sampler)
function
154
return (struct
sp_sampler_variant
*) sampler
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h
35
struct
sp_sampler_variant
;
47
typedef float (*compute_lambda_func)(const struct
sp_sampler_variant
*sampler,
88
struct
sp_sampler_variant
struct
132
struct
sp_sampler_variant
*next;
139
struct
sp_sampler_variant
*
143
void sp_sampler_variant_bind_view( struct
sp_sampler_variant
*variant,
147
void sp_sampler_variant_destroy( struct
sp_sampler_variant
* );
151
static INLINE struct
sp_sampler_variant
*
152
sp_sampler_variant
(const struct tgsi_sampler *sampler)
function
154
return (struct
sp_sampler_variant
*) sampler
[
all
...]
Completed in 2325 milliseconds