Home
last modified time | relevance | path

Searched refs:isBack (Results 1 - 3 of 3) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Dswap_input.cpp38 static bool isBack = true; in OrderInput() local
48 isBack = !isBack; in OrderInput()
49 swapPtr->isBack_ = isBack; in OrderInput()
51 if (isBack) { in OrderInput()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp67 Byte8 stencilReplaceRef(bool isBack);
69 void stencilTest(Byte8 &value, VkCompareOp stencilCompareMode, bool isBack);
70 void stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, const PixelProcessor::States::StencilOpState &ops, bool isBack, const Int &zMask, const Int &sMask);
71 void stencilOperation(Byte8 &output, const Byte8 &bufferValue, VkStencilOp operation, bool isBack);
H A DPixelRoutine.cpp377 void PixelRoutine::stencilTest(Byte8 &value, VkCompareOp stencilCompareMode, bool isBack) in stencilTest() argument
391 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ))); in stencilTest()
394 value = CmpEQ(value, *Pointer<Byte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedQ))); in stencilTest()
397 value = CmpEQ(value, *Pointer<Byte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedQ))); in stencilTest()
402 equal = CmpEQ(equal, *Pointer<Byte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedQ))); in stencilTest()
404 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ))); in stencilTest()
408 equal = *Pointer<Byte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ)); in stencilTest()
415 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ))); in stencilTest()
847 void PixelRoutine::stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, const PixelProcessor::States::StencilOpState &ops, bool isBack, const Int &zMask, const Int &sMask) in stencilOperation() argument
853 stencilOperation(pass, bufferValue, ops.passOp, isBack); in stencilOperation()
880 stencilReplaceRef(bool isBack) stencilReplaceRef() argument
903 stencilOperation(Byte8 &output, const Byte8 &bufferValue, VkStencilOp operation, bool isBack) stencilOperation() argument
[all...]

Completed in 6 milliseconds