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