Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshader_types.h133 COMPILE_FAILURE = 0, enumerator
Dglspirv.c94 sh->CompileStatus = COMPILE_FAILURE; in _mesa_spirv_shader_binary()
Dshaderapi.c1217 sh->CompileStatus = COMPILE_FAILURE; in _mesa_compile_shader()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2105 assert(shader->CompileStatus != COMPILE_FAILURE && in opt_shader_and_create_symbol_table()
2293 shader->CompileStatus = state->error ? COMPILE_FAILURE : COMPILE_SUCCESS; in _mesa_glsl_compile_shader()
Dglsl_to_nir.cpp2738 sh->CompileStatus = COMPILE_FAILURE; in glsl_float64_funcs_to_nir()