Searched refs:depth_sampler (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 391 struct ureg_src depth_sampler, stencil_sampler, coord; in util_make_fs_blit_zs() local 403 depth_sampler = ureg_DECL_sampler(ureg, 0); in util_make_fs_blit_zs() 411 depth_sampler, tex_target, load_level_zero, use_txf); in util_make_fs_blit_zs() 919 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local 943 depth_sampler = ureg_DECL_sampler(ureg, 0); in util_make_fs_pack_color_zs() 952 ureg_load_tex(ureg, depth_x, coord, depth_sampler, tex_target, true, true); in util_make_fs_pack_color_zs()
|