Change triangle full block to use vectored load and store
This commit is contained in:
parent
08c4f2ac18
commit
845bf93c95
5 changed files with 152 additions and 104 deletions
|
|
@ -46,7 +46,8 @@ private:
|
|||
void LoopFullBlock();
|
||||
void LoopPartialBlock();
|
||||
|
||||
void ProcessPixel(SSAUBytePtr buffer, SSAIntPtr subsectorbuffer, SSAInt *varying);
|
||||
SSAVec4i ProcessPixel32(SSAVec4i bg, SSAInt *varying);
|
||||
SSAInt ProcessPixel8(SSAInt bg, SSAInt *varying);
|
||||
|
||||
SSAVec4i TranslateSample(SSAInt uvoffset);
|
||||
SSAVec4i Sample(SSAInt uvoffset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue