Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshader_query.cpp477 unsigned baselen_without_array_index = baselen; in _mesa_program_resource_find_name() local
507 baselen_without_array_index -= strlen(rname_last_square_bracket); in _mesa_program_resource_find_name()
510 (baselen_without_array_index == strlen(name)); in _mesa_program_resource_find_name()
516 strncmp(rname, name, baselen_without_array_index) == 0) in _mesa_program_resource_find_name()