Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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.cpp392 static bool compareStencilToRed (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& stencilRef, … in compareStencilToRed() argument
397 DE_ASSERT(stencilRef.getFormat().order == TextureFormat::S); in compareStencilToRed()
398 …DE_ASSERT(stencilRef.getWidth() == result.getWidth() && stencilRef.getHeight() == result.getHeight… in compareStencilToRed()
400 for (int y = 0; y < stencilRef.getHeight(); y++) in compareStencilToRed()
402 for (int x = 0; x < stencilRef.getWidth(); x++) in compareStencilToRed()
404 const int ref = stencilRef.getPixStencil(x, y); in compareStencilToRed()
425 log << TestLog::Image("Reference", "Reference stencil buffer", stencilToRedAccess(stencilRef)); in compareStencilToRed()
/external/deqp/modules/egl/
DteglRenderTests.cpp133 int stencilRef; member
157 drawOp.stencilRef = rnd.getInt(minStencilRef, maxStencilRef); in randomizeDrawOp()
291 state.fragOps.stencilStates[0].ref = drawOp.stencilRef; in toReferenceRenderState()
591 glStencilFunc(GL_LEQUAL, drawOp.stencilRef, ~0u); in drawGLES2()
/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h83 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DState.cpp397 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() argument
400 mStencilRef = (stencilRef > 0) ? stencilRef : 0; in setStencilParams()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DRenderer9.cpp859 void Renderer9::setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef, in setDepthStencilState() argument
864 bool stencilRefChanged = mForceSetDepthStencilState || stencilRef != mCurStencilRef || in setDepthStencilState()
896 ASSERT(stencilRef == stencilBackRef); in setDepthStencilState()
908 (stencilRef < (int)maxStencil) ? stencilRef : maxStencil); in setDepthStencilState()
943 mCurStencilRef = stencilRef; in setDepthStencilState()
DRenderer9.h72 … virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h121 … virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.h71 … virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef,
DRenderer11.cpp647 …id Renderer11::setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef, in setDepthStencilState() argument
652 stencilRef != mCurStencilRef || stencilBackRef != mCurStencilBackRef) in setDepthStencilState()
655 ASSERT(stencilRef == stencilBackRef); in setDepthStencilState()
671 UINT dxStencilRef = std::min<UINT>(stencilRef, 0xFFu); in setDepthStencilState()
676 mCurStencilRef = stencilRef; in setDepthStencilState()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp821 int stencilRef; in init() member
874 params.stencil[visible].reference = functionCases[ndx].stencilRef; in init()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp821 int stencilRef; in init() member
874 params.stencil[visible].reference = functionCases[ndx].stencilRef; in init()