Searched defs:stencil_sampler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_shaders.c228 struct ureg_src depth_sampler, stencil_sampler; local
238 stencil_sampler = ureg_DECL_sampler( ureg, 1 );
265 tex_target, tex, stencil_sampler );
282 struct ureg_src stencil_sampler; local
291 stencil_sampler = ureg_DECL_sampler( ureg, 0 );
311 tex_target, tex, stencil_sampler );
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c228 struct ureg_src depth_sampler, stencil_sampler; local
238 stencil_sampler = ureg_DECL_sampler( ureg, 1 );
265 tex_target, tex, stencil_sampler );
282 struct ureg_src stencil_sampler; local
291 stencil_sampler = ureg_DECL_sampler( ureg, 0 );
311 tex_target, tex, stencil_sampler );

Completed in 127 milliseconds