Home
last modified time | relevance | path

Searched refs:depth_sampler (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c391 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()
935 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local
959 depth_sampler = ureg_DECL_sampler(ureg, 0); in util_make_fs_pack_color_zs()
968 ureg_load_tex(ureg, depth_x, coord, depth_sampler, tex_target, true, true); in util_make_fs_pack_color_zs()

Completed in 4 milliseconds