MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / WriteCol

Method WriteCol

pcsx2/MTVU.cpp:525–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void VU_Thread::WriteCol(vifStruct& _vif)
526{
527 MTVU_LOG("MTVU - WriteCol!");
528 ReserveSpace(1 + size_u32(sizeof(_vif.MaskCol)));
529 Write(MTVU_VIF_WRITE_COL);
530 Write(&_vif.MaskCol, sizeof(_vif.MaskCol));
531 CommitWritePos();
532 KickStart();
533}
534
535void VU_Thread::WriteRow(vifStruct& _vif)
536{

Callers 3

Vif_Codes.cppFile · 0.80
vifWrite32Function · 0.80
mtvuFreezeMethod · 0.80

Calls 2

size_u32Function · 0.85
WriteFunction · 0.50

Tested by

no test coverage detected