Home | History | Annotate | Download | only in program

Lines Matching defs:source

168    /** Pointer to the ir source this tree came from for debugging */
426 * of this operation, we want to emit a scalar per source channel used
497 * \param src Source register
532 /* The source swizzle specified which component of the source generates
535 * Replace the current swizzle with a swizzle that puts the source in
978 * 0, or 1, or is a component from one source register (possibly with
1688 * used as the source for the \c CMP instruction. Otherwise the comparison
2538 * initializers in the source code to be copied over.
3054 const char *source = shader->Source;
3058 if (source == NULL) {
3063 state->error = glcpp_preprocess(state, &source, &state->info_log,
3067 printf("GLSL source for %s shader %d:\n",
3069 printf("%s\n", shader->Source);
3073 _mesa_glsl_lexer_ctor(state, source);