/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 98 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/ |
D | lp_bld_depth.c | 98 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/ |
D | es31fStencilTexturingTests.cpp | 392 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/ |
D | teglRenderTests.cpp | 133 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/ |
D | State.h | 83 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | State.cpp | 397 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/ |
D | Renderer9.cpp | 859 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()
|
D | Renderer9.h | 72 … virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef,
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 121 … virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef,
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
D | Renderer11.h | 71 … virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int stencilRef,
|
D | Renderer11.cpp | 647 …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/ |
D | es3fDepthStencilTests.cpp | 821 int stencilRef; in init() member 874 params.stencil[visible].reference = functionCases[ndx].stencilRef; in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 821 int stencilRef; in init() member 874 params.stencil[visible].reference = functionCases[ndx].stencilRef; in init()
|