Home
last modified time | relevance | path

Searched refs:stencilRef (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c98 LLVMValueRef stencilRef, in lp_build_stencil_test_single() argument
122 stencilRef = LLVMBuildAnd(builder, stencilRef, valuemask, ""); in lp_build_stencil_test_single()
127 res = lp_build_cmp(bld, stencil->func, stencilRef, stencilVals); in lp_build_stencil_test_single()
177 LLVMValueRef stencilRef, in lp_build_stencil_op_single() argument
213 res = stencilRef; in lp_build_stencil_op_single()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp394 static bool compareStencilToRed (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& stencilRef, … in compareStencilToRed() argument
399 DE_ASSERT(stencilRef.getFormat().order == TextureFormat::S); in compareStencilToRed()
400 …DE_ASSERT(stencilRef.getWidth() == result.getWidth() && stencilRef.getHeight() == result.getHeight… in compareStencilToRed()
402 for (int y = 0; y < stencilRef.getHeight(); y++) in compareStencilToRed()
404 for (int x = 0; x < stencilRef.getWidth(); x++) in compareStencilToRed()
406 const int ref = stencilRef.getPixStencil(x, y); in compareStencilToRed()
427 log << TestLog::Image("Reference", "Reference stencil buffer", stencilToRedAccess(stencilRef)); in compareStencilToRed()
/external/deqp/modules/egl/
DteglRenderTests.cpp125 int stencilRef; member
165 drawOp.stencilRef = rnd.getInt(minStencilRef, maxStencilRef); in randomizeDrawOp()
327 state.fragOps.stencilStates[0].ref = drawOp.stencilRef; in toReferenceRenderState()
574 gl.stencilFunc(GL_LEQUAL, drawOp.stencilRef, ~0u); in drawGLES2()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp821 int stencilRef; in init() member
874 params.stencil[visible].reference = functionCases[ndx].stencilRef; in init()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp821 int stencilRef; in init() member
874 params.stencil[visible].reference = functionCases[ndx].stencilRef; in init()