Searched refs:pTileBuffer (Results 1 – 1 of 1) sorted by relevance
41 void ClearRasterTile(uint8_t* pTileBuffer, simd16vector& value) in ClearRasterTile() argument45 FormatTraits<format>::storeSOA(comp, pTileBuffer, value.v[comp]); in ClearRasterTile()47 pTileBuffer += (KNOB_SIMD16_WIDTH * FormatTraits<format>::GetBPC(comp) / 8); in ClearRasterTile()