mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
Run clang-format
This commit is contained in:
parent
d999edfd2c
commit
1f05a8a6a6
125 changed files with 10664 additions and 7154 deletions
|
|
@ -3013,8 +3013,8 @@ void amdgpu::shader::Mtbuf::dump() const {
|
|||
printScalarOperand(soffset, inst + instSize);
|
||||
printf(" #offset=%x,offen=%x,idxen=%x,glc=%x,op=%x,dfmt=%x,nfmt=%x,vaddr=%x,"
|
||||
"vdata=%x,srsrc=%x,slc=%x,tfe=%x,soffset=%x",
|
||||
offset, offen, idxen, glc, (unsigned)op, dfmt, nfmt, vaddr, vdata, srsrc, slc,
|
||||
tfe, soffset);
|
||||
offset, offen, idxen, glc, (unsigned)op, dfmt, nfmt, vaddr, vdata,
|
||||
srsrc, slc, tfe, soffset);
|
||||
}
|
||||
void amdgpu::shader::Mimg::dump() const {
|
||||
int instSize = kMinInstSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue