/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 126 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/ |
D | ir3_compiler_nir.c | 272 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/ |
D | es31cTextureGatherTests.cpp | 129 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()
|
D | es31cShaderAtomicCountersTests.cpp | 839 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()
|
D | es31cProgramInterfaceQueryTests.cpp | 488 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()
|
D | es31cComputeShaderTests.cpp | 101 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/ |
D | gl4cProgramInterfaceQueryTests.cpp | 2554 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()
|
D | gl4cTextureGatherTests.cpp | 165 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()
|
D | gl4cShaderAtomicCountersTests.cpp | 3819 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()
|
D | gl4cComputeShaderTests.cpp | 105 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/ |
D | wasm-js.cc | 1609 Handle<JSFunction> compile_error( in Install() local 1613 compile_error, attributes); in Install()
|