Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py42 image_decl_re = r'uniform\W+image\S+\W+%s;(?P<type_img>)' % (id_re%3) variable
49 match_decl_re = re.compile(layout_qualifier_re + r'\W*((' + r')|('.join([ubo_decl_re, ssbo_decl_re, image_buffer_decl_re, image_decl_re, texture_buffer_decl_re, combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')

Completed in 1 milliseconds