Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcrecpp.cc126 int compile_error; in Compile() local
131 pattern_.length(), pcre_options, &compile_error, in Compile()
140 wrapped.length(), pcre_options, &compile_error, &eoffset, in Compile()
144 format_pcre_error(compile_error, error_); in Compile()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c272 compile_error(struct ir3_context *ctx, const char *format, ...) in compile_error() function
284 if (!(cond)) compile_error((ctx), "failed assert: "#cond"\n"); \
318 compile_error(ctx, "bogus reg: %s\n", reg->name); in get_array()
1153 compile_error(ctx, "Unhandled ALU op: %s\n", in emit_alu()
2172 compile_error(ctx, "Unhandled intrinsic type: %s\n", in emit_intrinsic()
2295 compile_error(ctx, "Unhandled NIR tex src type: %d\n", in emit_tex()
2326 compile_error(ctx, "Unhandled NIR tex type: %d\n", tex->op); in emit_tex()
2620 compile_error(ctx, "Unhandled NIR jump type: %d\n", jump->type); in emit_jump()
2666 compile_error(ctx, "Unhandled NIR instruction type: %d\n", instr->type); in emit_instr()
2750 compile_error(ctx, "TODO\n"); in emit_cf_list()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp129 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
204 if (compile_error) in CheckProgram()
205 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
Des31cShaderAtomicCountersTests.cpp839 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
932 if (compile_error) in CheckProgram()
933 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
Des31cProgramInterfaceQueryTests.cpp488 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
580 if (compile_error) in CheckProgram()
581 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
Des31cComputeShaderTests.cpp101 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
177 if (compile_error) in CheckProgram()
178 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp2554 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
2646 if (compile_error) in CheckProgram()
2647 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
4597 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
4689 if (compile_error) in CheckProgram()
4690 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
Dgl4cTextureGatherTests.cpp165 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
254 if (compile_error) in CheckProgram()
255 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
Dgl4cShaderAtomicCountersTests.cpp3819 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
3911 if (compile_error) in CheckProgram()
3912 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
Dgl4cComputeShaderTests.cpp105 bool CheckProgram(GLuint program, bool* compile_error = NULL) in CheckProgram() argument
195 if (compile_error) in CheckProgram()
196 *compile_error = (compile_status == GL_TRUE ? false : true); in CheckProgram()
/external/v8/src/wasm/
Dwasm-js.cc1609 Handle<JSFunction> compile_error( in Install() local
1613 compile_error, attributes); in Install()