Searched refs:clearDepthHW (Results 1 – 1 of 1) sorted by relevance
260 u32 clearDepthHW = 0; in ClearBuffer() local318 clearDepthHW = 0; in ClearBuffer()327 …clearDepthHW = static_cast<u16>( nw::ut::Clamp(clearDepth, 0.0f, 1.0f) * static_cast<f32>(0xFFFF) … in ClearBuffer()328 clearDepthHW = (clearDepthHW << 16) | clearDepthHW; in ClearBuffer()334 …clearDepthHW = static_cast<u32>( nw::ut::Clamp(clearDepth, 0.0f, 1.0f) * static_cast<f32>(0xFFFFFF… in ClearBuffer()340 …clearDepthHW = static_cast<u32>( nw::ut::Clamp(clearDepth, 0.0f, 1.0f) * static_cast<f32>(0xFFFFFF… in ClearBuffer()341 clearDepthHW |= clearStencil << 24; in ClearBuffer()353 depthAddress, depthSize, clearDepthHW, depthWidth ); in ClearBuffer()