Searched refs:COMPILE_SUCCESS (Results 1 – 5 of 5) sorted by relevance
420 sh->CompileStatus = COMPILE_SUCCESS; in _mesa_SpecializeShaderARB()
1111 p.shader->CompileStatus = COMPILE_SUCCESS; in create_new_program()
2653 COMPILE_SUCCESS, enumerator
2177 if (shader->CompileStatus == COMPILE_SUCCESS) in can_skip_compile()2261 shader->CompileStatus = state->error ? COMPILE_FAILURE : COMPILE_SUCCESS; in _mesa_glsl_compile_shader()2292 if (ctx->Cache && shader->CompileStatus == COMPILE_SUCCESS) { in _mesa_glsl_compile_shader()
387 if (shader->CompileStatus == COMPILE_SUCCESS && options->dump_lir) { in compile_shader()