Searched defs:out_stencil (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c124 struct ureg_dst out_color, out_depth, out_stencil; local
162 out_stencil = ureg_DECL_output(ureg, TGSI_SEMANTIC_STENCIL, 0);
178 ureg_TEX(ureg, ureg_writemask(out_stencil, TGSI_WRITEMASK_Y),
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp643 * @param out_stencil Stencil value
646 glw::GLint n_mipmap_levels, glw::GLubyte& out_stencil)
650 out_stencil = (glw::GLubyte)((mipmap_level + 1 + cube_face + 1 + element_index + 1) * 255 /
645 getStencilComponent(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, glw::GLubyte& out_stencil) argument

Completed in 235 milliseconds