Searched refs:stencil_sampler (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 374 struct ureg_src depth_sampler, stencil_sampler; in util_make_fragment_tex_shader_writedepthstencil() local 389 stencil_sampler = ureg_DECL_sampler( ureg, 1 ); in util_make_fragment_tex_shader_writedepthstencil() 421 tex_target, tex, stencil_sampler ); in util_make_fragment_tex_shader_writedepthstencil() 438 struct ureg_src stencil_sampler; in util_make_fragment_tex_shader_writestencil() local 447 stencil_sampler = ureg_DECL_sampler( ureg, 0 ); in util_make_fragment_tex_shader_writestencil() 473 tex_target, tex, stencil_sampler ); in util_make_fragment_tex_shader_writestencil()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.h | 955 r600_can_sample_zs(struct r600_texture *tex, bool stencil_sampler) in r600_can_sample_zs() argument 957 return (stencil_sampler && tex->can_sample_s) || in r600_can_sample_zs() 958 (!stencil_sampler && tex->can_sample_z); in r600_can_sample_zs()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 122 struct ureg_src depth_sampler, stencil_sampler; in get_drawpix_z_stencil_program() local 156 stencil_sampler = ureg_DECL_sampler(ureg, 1); in get_drawpix_z_stencil_program() 179 TGSI_TEXTURE_2D, texcoord, stencil_sampler); in get_drawpix_z_stencil_program()
|