Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlinker.cpp3558 const char *block_square_bracket = strchr(block_name, '['); in should_add_buffer_variable() local
3559 if (block_square_bracket) { in should_add_buffer_variable()
3563 block_name_len -= strlen(block_square_bracket); in should_add_buffer_variable()