Searched refs:blend_sampler (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.c121 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;
H A Dvg_context.h129 struct pipe_sampler_state blend_sampler; member in struct:vg_context
H A Dshader.c171 samplers[2] = &ctx->blend_sampler;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.c121 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;
H A Dvg_context.h129 struct pipe_sampler_state blend_sampler; member in struct:vg_context
H A Dshader.c171 samplers[2] = &ctx->blend_sampler;

Completed in 168 milliseconds