Lines Matching defs:out
530 struct gl_resource_name *out)
535 *out = RESOURCE_UBO(res)->name;
536 return out->string != NULL;
538 *out = RESOURCE_XFV(res)->name;
539 return out->string != NULL;
542 *out = RESOURCE_VAR(res)->name;
543 return out->string != NULL;
546 *out = RESOURCE_UNI(res)->name;
547 return out->string != NULL;
554 *out = RESOURCE_UNI(res)->name;
555 out->string += MESA_SUBROUTINE_PREFIX_LEN;
556 out->length -= MESA_SUBROUTINE_PREFIX_LEN;
557 assert(out->string); /* always non-NULL */
565 *out = RESOURCE_SUB(res)->name;
566 return out->string != NULL;
1119 /* If the input is an array, fail if the index is out of bounds. */
1131 /* If the output is an array, fail if the index is out of bounds. */
1168 /* If the uniform is an array, fail if the index is out of bounds. */
1389 * out gl_program_resource via data pointer and then calculate
1984 goto out;
2037 goto out;
2042 goto out;
2047 * Qualifier Class| Qualifier |in/out
2050 * | out | N/A
2083 goto out;
2088 goto out;
2093 goto out;
2097 out: