Searched refs:usable_read2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.5.rst240 - aco: add missing usable_read2 check
H A D21.0.0.rst2819 - aco: add missing usable_read2 check
H A D21.1.0.rst4772 - aco: add missing usable_read2 check
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp3926 bool usable_read2 = bld.program->chip_class >= GFX7; local in function:aco::__anon562fcc110110::lds_load_callback
3934 } else if (bytes_needed >= 16 && align % 8 == 0 && const_offset % 8 == 0 && usable_read2) {
3944 } else if (bytes_needed >= 8 && align % 4 == 0 && const_offset % 4 == 0 && usable_read2) {

Completed in 31 milliseconds