Home
last modified time | relevance | path

Searched refs:stencil_value (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/blorp/
Dblorp.h167 uint8_t stencil_mask, uint8_t stencil_value);
180 uint8_t stencil_value);
190 uint8_t stencil_mask, uint8_t stencil_value);
Dblorp_clear.c489 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_depth_stencil() argument
517 params.stencil_ref = stencil_value; in blorp_clear_depth_stencil()
626 uint8_t stencil_value) in blorp_gen8_hiz_clear_attachments() argument
641 params.stencil_ref = stencil_value; in blorp_gen8_hiz_clear_attachments()
665 uint8_t stencil_mask, uint8_t stencil_value) in blorp_clear_attachments() argument
707 params.stencil_ref = stencil_value; in blorp_clear_attachments()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7341 glw::GLint stencil_value = 0; in ClearFramebuffers() local
7347 gl.clearNamedFramebufferfi(m_fbo_1st, GL_DEPTH_STENCIL, 0, depth_value, stencil_value); in ClearFramebuffers()