Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglspirv.c93 sh->CompileStatus = COMPILE_FAILURE; in _mesa_spirv_shader_binary()
Dmtypes.h2608 COMPILE_FAILURE = 0, enumerator
Dshaderapi.c1198 sh->CompileStatus = COMPILE_FAILURE; in _mesa_compile_shader()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2066 assert(shader->CompileStatus != COMPILE_FAILURE && in opt_shader_and_create_symbol_table()
2243 shader->CompileStatus = state->error ? COMPILE_FAILURE : COMPILE_SUCCESS; in _mesa_glsl_compile_shader()
Dglsl_to_nir.cpp2677 sh->CompileStatus = COMPILE_FAILURE; in glsl_float64_funcs_to_nir()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c148 sh->CompileStatus = COMPILE_FAILURE; in meta_compile_shader_with_debug()