Searched defs:bufferValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 684 Byte8 bufferValue = *Pointer<Byte8>(buffer); in writeStencil() local 723 …void PixelRoutine::stencilOperation(Byte8 &newValue, Byte8 &bufferValue, VkStencilOp stencilPassOp… in stencilOperation() 756 …void PixelRoutine::stencilOperation(Byte8 &output, Byte8 &bufferValue, VkStencilOp operation, bool… in stencilOperation()
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 757 Byte8 bufferValue = *Pointer<Byte8>(buffer); in writeStencil() local 796 …void PixelRoutine::stencilOperation(Byte8 &newValue, Byte8 &bufferValue, StencilOperation stencilP… in stencilOperation() 829 …void PixelRoutine::stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation,… in stencilOperation()
|