Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogram.c86 ctx->Program.ErrorPos = -1; in _mesa_init_program()
172 ctx->Program.ErrorPos = pos; in _mesa_set_program_error()
Dprogram_parse.y2572 if (ctx->Program.ErrorPos != -1) {
/external/mesa3d/src/mesa/main/
Darbprogram.c391 failed = ctx->Program.ErrorPos != -1; in set_program_string()
Dmtypes.h2280 GLint ErrorPos; /* GL_PROGRAM_ERROR_POSITION_ARB/NV */ member
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15833 SourceLocation ErrorPos; in getAndVerifyMatrixDimension() local
15835 Expr->getIntegerConstantExpr(S.Context, &ErrorPos); in getAndVerifyMatrixDimension()