HomeSort by relevance Sort by last modified time
    Searched refs:stencil_sampler (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c 374 struct ureg_src depth_sampler, stencil_sampler; local
389 stencil_sampler = ureg_DECL_sampler( ureg, 1 );
421 tex_target, tex, stencil_sampler );
438 struct ureg_src stencil_sampler; local
447 stencil_sampler = ureg_DECL_sampler( ureg, 0 );
473 tex_target, tex, stencil_sampler );
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 955 r600_can_sample_zs(struct r600_texture *tex, bool stencil_sampler)
957 return (stencil_sampler && tex->can_sample_s) ||
958 (!stencil_sampler && tex->can_sample_z);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 122 struct ureg_src depth_sampler, stencil_sampler; local
156 stencil_sampler = ureg_DECL_sampler(ureg, 1);
179 TGSI_TEXTURE_2D, texcoord, stencil_sampler);
    [all...]

Completed in 648 milliseconds