Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c936 struct ureg_dst out, depth, depth_x, stencil, out_depth, out_stencil, color; in util_make_fs_pack_color_zs() local
1067 out_stencil = ureg_DECL_output(ureg, TGSI_SEMANTIC_STENCIL, 0); in util_make_fs_pack_color_zs()
1068 ureg_MOV(ureg, ureg_writemask(out_stencil, TGSI_WRITEMASK_Y), in util_make_fs_pack_color_zs()
/third_party/vk-gl-cts/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) in getStencilComponent()
650 out_stencil = (glw::GLubyte)((mipmap_level + 1 + cube_face + 1 + element_index + 1) * 255 / in getStencilComponent()
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) getStencilComponent() argument

Completed in 10 milliseconds