Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp70 …void stencilOperation(Byte8 &newValue, Byte8 &bufferValue, VkStencilOp stencilPassOperation, VkSte…
71 void stencilOperation(Byte8 &output, Byte8 &bufferValue, VkStencilOp operation, bool CCW);
DPixelRoutine.cpp684 Byte8 bufferValue = *Pointer<Byte8>(buffer); in writeStencil() local
687 …stencilOperation(newValue, bufferValue, state.stencilPassOperation, state.stencilZFailOperation, s… in writeStencil()
691 Byte8 maskedValue = bufferValue; in writeStencil()
701 …stencilOperation(newValueCCW, bufferValue, state.stencilPassOperationCCW, state.stencilZFailOperat… in writeStencil()
705 Byte8 maskedValue = bufferValue; in writeStencil()
717 bufferValue &= *Pointer<Byte8>(constants + OFFSET(Constants,invMaskB4Q) + 8 * cMask); in writeStencil()
718 newValue |= bufferValue; in writeStencil()
723 …void PixelRoutine::stencilOperation(Byte8 &newValue, Byte8 &bufferValue, VkStencilOp stencilPassOp… in stencilOperation() argument
729 stencilOperation(pass, bufferValue, stencilPassOperation, CCW); in stencilOperation()
733 stencilOperation(zFail, bufferValue, stencilZFailOperation, CCW); in stencilOperation()
[all …]
/external/swiftshader/src/Shader/
DPixelRoutine.hpp72 …void stencilOperation(Byte8 &newValue, Byte8 &bufferValue, StencilOperation stencilPassOperation, …
73 void stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation, bool CCW);
DPixelRoutine.cpp757 Byte8 bufferValue = *Pointer<Byte8>(buffer); in writeStencil() local
760 …stencilOperation(newValue, bufferValue, state.stencilPassOperation, state.stencilZFailOperation, s… in writeStencil()
764 Byte8 maskedValue = bufferValue; in writeStencil()
774 …stencilOperation(newValueCCW, bufferValue, state.stencilPassOperationCCW, state.stencilZFailOperat… in writeStencil()
778 Byte8 maskedValue = bufferValue; in writeStencil()
790 bufferValue &= *Pointer<Byte8>(constants + OFFSET(Constants,invMaskB4Q) + 8 * cMask); in writeStencil()
791 newValue |= bufferValue; in writeStencil()
796 …void PixelRoutine::stencilOperation(Byte8 &newValue, Byte8 &bufferValue, StencilOperation stencilP… in stencilOperation() argument
802 stencilOperation(pass, bufferValue, stencilPassOperation, CCW); in stencilOperation()
806 stencilOperation(zFail, bufferValue, stencilZFailOperation, CCW); in stencilOperation()
[all …]
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...