OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blend_sampler
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c
121
ctx->
blend_sampler
.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
122
ctx->
blend_sampler
.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
123
ctx->
blend_sampler
.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
124
ctx->
blend_sampler
.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
125
ctx->
blend_sampler
.min_img_filter = PIPE_TEX_FILTER_NEAREST;
126
ctx->
blend_sampler
.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
127
ctx->
blend_sampler
.normalized_coords = 0;
vg_context.h
129
struct pipe_sampler_state
blend_sampler
;
member in struct:vg_context
shader.c
171
samplers[2] = &ctx->
blend_sampler
;
/external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c
121
ctx->
blend_sampler
.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
122
ctx->
blend_sampler
.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
123
ctx->
blend_sampler
.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
124
ctx->
blend_sampler
.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
125
ctx->
blend_sampler
.min_img_filter = PIPE_TEX_FILTER_NEAREST;
126
ctx->
blend_sampler
.mag_img_filter = PIPE_TEX_FILTER_NEAREST;
127
ctx->
blend_sampler
.normalized_coords = 0;
vg_context.h
129
struct pipe_sampler_state
blend_sampler
;
member in struct:vg_context
shader.c
171
samplers[2] = &ctx->
blend_sampler
;
Completed in 446 milliseconds