Home
last modified time | relevance | path

Searched defs:stencil_sampler (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c391 struct ureg_src depth_sampler, stencil_sampler, coord; in util_make_fs_blit_zs() local
935 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h911 r600_can_sample_zs(struct r600_texture *tex, bool stencil_sampler) in r600_can_sample_zs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1839 static inline bool si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) in si_can_sample_zs()