Lines Matching defs:attribs
449 const uint32_t *attribs,
465 assert((num_attribs == 0) || (attribs != NULL));
492 switch (attribs[i * 2]) {
494 ctx_config.major_version = attribs[i * 2 + 1];
497 ctx_config.minor_version = attribs[i * 2 + 1];
500 ctx_config.flags = attribs[i * 2 + 1];
503 if (attribs[i * 2 + 1] != __DRI_CTX_RESET_NO_NOTIFICATION) {
506 ctx_config.reset_strategy = attribs[i * 2 + 1];
514 ctx_config.priority = attribs[i * 2 + 1];
517 if (attribs[i * 2 + 1] != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) {
520 ctx_config.release_behavior = attribs[i * 2 + 1];
527 if (attribs[i * 2 + 1] != 0) {
530 ctx_config.no_error = attribs[i * 2 + 1];