Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
Dglsl_scraper.py33 location_re = base_layout_qualifier_id_re.format('location') variable
38 layout_qualifier_re = r'layout\W*\((%s)+\)' % '|'.join([location_re, binding_re, set_re, unk_re, '[…