Searched refs:stencilOps (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 84 static const deUint32 stencilOps[] = in computeRandomRenderState() local 177 …il[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in computeRandomRenderState() 178 …cil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in computeRandomRenderState() 179 …cil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in computeRandomRenderState()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 741 static const deUint32 stencilOps[] = in randomDepthStencilState() local 766 …il[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState() 767 …cil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState() 768 …cil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState() 803 } stencilOps[] = in init() local 918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++) in init() 920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++) in init() 922 for (int dPass = 0; dPass < DE_LENGTH_OF_ARRAY(stencilOps); dPass++) in init() 927 … name << stencilOps[sFail].name << "_" << stencilOps[dFail].name << "_" << stencilOps[dPass].name; in init() 946 params.stencil[visible].stencilFailOp = stencilOps[sFail].op; in init() [all …]
|
D | es2fIntegerStateQueryTests.cpp | 2099 } stencilOps[] = in init() local 2106 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(stencilOps); testNdx++) in init() 2108 …ng("stencil_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init() 2109 …"stencil_back_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[… in init() 2111 …il_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init() 2112 …ack_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init() 2114 …ncil_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init() 2115 …_back_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 741 static const deUint32 stencilOps[] = in randomDepthStencilState() local 766 …il[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState() 767 …cil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState() 768 …cil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState() 803 } stencilOps[] = in init() local 918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++) in init() 920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++) in init() 922 for (int dPass = 0; dPass < DE_LENGTH_OF_ARRAY(stencilOps); dPass++) in init() 927 … name << stencilOps[sFail].name << "_" << stencilOps[dFail].name << "_" << stencilOps[dPass].name; in init() 946 params.stencil[visible].stencilFailOp = stencilOps[sFail].op; in init() [all …]
|
D | es3fIntegerStateQueryTests.cpp | 2848 } stencilOps[] = in init() local 2855 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(stencilOps); testNdx++) in init() 2857 …ng("stencil_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init() 2858 …"stencil_back_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[… in init() 2860 …il_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init() 2861 …ack_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init() 2863 …ncil_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init() 2864 …_back_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init()
|