Searched refs:depth_sampler (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 320 struct ureg_src depth_sampler, stencil_sampler, coord; in util_make_fs_blit_zs() local 332 depth_sampler = ureg_DECL_sampler(ureg, 0); in util_make_fs_blit_zs() 340 depth_sampler, tex_target, load_level_zero, use_txf); in util_make_fs_blit_zs() 986 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local 1010 depth_sampler = ureg_DECL_sampler(ureg, 0); in util_make_fs_pack_color_zs() 1019 ureg_load_tex(ureg, depth_x, coord, depth_sampler, tex_target, true, true); in util_make_fs_pack_color_zs()
|