Lines Matching defs:other
644 * assembly, clipping, culling, and other fixed functionality
770 * primitives other than points, calling EmitStreamVertex(0) or
1001 * behavior matches the implemented behavior of at least one other
2010 * accumulate the results. The other values should replace. If there
2357 ir_function *const other =
2360 /* If the other shader has no function (and therefore no function
2363 if (other == NULL)
2371 other->exact_matching_signature(NULL, &sig->parameters);
2448 /* Move any instructions other than variable declarations or function
2829 * that it doesn't collide with other assigned locations. Otherwise,
2874 * to find space for other variables without explicit
3172 * for a variable, checks for overlaps between other uniforms using explicit
3642 /* Some shaders have to be linked with some other shaders present.
3709 linker_error(prog, "Compute shaders may not be linked with any other "
3936 * - Finally a Compute shader linked with any other stage is a link error.