Home
last modified time | relevance | path

Searched refs:negative_unaligned_scratch_offset_bug (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp1260 bool negative_unaligned_scratch_offset_bug = ctx.program->gfx_level == GFX10; in is_scratch_offset_valid() local
1267 if (negative_unaligned_scratch_offset_bug && has_vgpr_offset && offset < 0 && offset % 4) in is_scratch_offset_valid()