Searched refs:clearDepthHW (Results 1 – 1 of 1) sorted by relevance
262 u32 clearDepthHW = 0; in ClearBuffer() local320 clearDepthHW = 0; in ClearBuffer()329 …clearDepthHW = static_cast<u16>( nw::ut::Clamp(clearDepth, 0.0f, 1.0f) * static_cast<f32>(0xFFFF) … in ClearBuffer()330 clearDepthHW = (clearDepthHW << 16) | clearDepthHW; in ClearBuffer()336 …clearDepthHW = static_cast<u32>( nw::ut::Clamp(clearDepth, 0.0f, 1.0f) * static_cast<f32>(0xFFFFFF… in ClearBuffer()342 …clearDepthHW = static_cast<u32>( nw::ut::Clamp(clearDepth, 0.0f, 1.0f) * static_cast<f32>(0xFFFFFF… in ClearBuffer()343 clearDepthHW |= clearStencil << 24; in ClearBuffer()355 depthAddress, depthSize, clearDepthHW, depthWidth ); in ClearBuffer()