Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c320 struct ureg_src depth_sampler, stencil_sampler, coord; in util_make_fs_blit_zs() local
986 struct ureg_src depth_sampler, stencil_sampler, color_sampler, coord; in util_make_fs_pack_color_zs() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.h885 r600_can_sample_zs(struct r600_texture *tex, bool stencil_sampler) in r600_can_sample_zs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1934 static inline bool si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) in si_can_sample_zs()