Lines Matching defs:out
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
35 * all checks pass returns TRUE and out is set to the last element of
37 * out to the index of the start of the first failing check.
40 util_check_caps_out(struct pipe_screen *screen, const unsigned *list, int *out)
49 *out = i - 2;
56 *out = i - 3;
63 *out = i - 3;
73 *out = i - 2;
81 *out = i - 3;
86 *out = i - 1;
94 *out = i;
105 int out;
106 return util_check_caps_out(screen, list, &out);
231 int i, out = 0;
234 if (util_check_caps_out(screen, list[i].list, &out)) {
238 switch (list[i].list[out]) {
242 list[i].list[out + 1]);
247 list[i].list[out + 1],
248 list[i].list[out + 2]);
253 list[i].list[out + 1],
254 (double)(int)list[i].list[out + 2]);
259 util_format_name(list[i].list[out + 1]) + 12);