Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_array_index.cpp146 YYLTYPE &loc, YYLTYPE &idx_loc) in _mesa_ast_array_index_to_hir() argument
152 _mesa_glsl_error(& idx_loc, state, in _mesa_ast_array_index_to_hir()
159 _mesa_glsl_error(& idx_loc, state, "array index must be integer type"); in _mesa_ast_array_index_to_hir()
161 _mesa_glsl_error(& idx_loc, state, "array index must be scalar"); in _mesa_ast_array_index_to_hir()
Dast.h1309 YYLTYPE &loc, YYLTYPE &idx_loc);