Searched refs:bufferValue (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 70 …void stencilOperation(Byte8 &newValue, Byte8 &bufferValue, VkStencilOp stencilPassOperation, VkSte… 71 void stencilOperation(Byte8 &output, Byte8 &bufferValue, VkStencilOp operation, bool CCW);
|
D | PixelRoutine.cpp | 684 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/ |
D | PixelRoutine.hpp | 72 …void stencilOperation(Byte8 &newValue, Byte8 &bufferValue, StencilOperation stencilPassOperation, … 73 void stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation, bool CCW);
|
D | PixelRoutine.cpp | 757 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/ |
D | jsp-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |