Searched refs:color_sampler (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 919 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local 1004 color_sampler = ureg_DECL_sampler(ureg, 0); in util_make_fs_pack_color_zs() 1012 ureg_load_tex(ureg, color, coord, color_sampler, tex_target, true, true); in util_make_fs_pack_color_zs()
|