Searched defs:writeDepth (Results 1 – 3 of 3) sorted by relevance
659 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &zMask) in writeDepth() function in sw::PixelRoutine
642 void PixelRoutine::writeDepth(Pointer<Byte> &zBuffer, int q, const Int &x, const Float4 &z, const I… in writeDepth() function in sw::PixelRoutine
1935 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline() local