mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx: Optimize hash_struct; vk cleanup
This commit is contained in:
parent
d0165290b6
commit
1200ca8172
3 changed files with 32 additions and 16 deletions
|
@ -1884,7 +1884,7 @@ namespace rsx
|
|||
block.base_offset = base_address;
|
||||
block.attribute_stride = info.stride();
|
||||
block.memory_location = info.offset() >> 31;
|
||||
block.locations.reserve(4);
|
||||
block.locations.reserve(8);
|
||||
block.locations.push_back(index);
|
||||
block.min_divisor = info.frequency();
|
||||
block.all_modulus = !!(frequency_divider_mask & (1 << index));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue