Lines Matching refs:dca
566 struct dri_ctx_attribs dca;
576 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca);
581 if (!validate_renderType_against_config(config_base, dca.render_type)) {
596 if (!!shareList->noError != !!dca.no_error) {
615 ctx_attribs[num_ctx_attribs++] = dca.major_ver;
617 ctx_attribs[num_ctx_attribs++] = dca.minor_ver;
618 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) {
620 ctx_attribs[num_ctx_attribs++] = dca.reset;
623 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) {
625 ctx_attribs[num_ctx_attribs++] = dca.release;
627 if (dca.no_error) {
633 if (dca.flags != 0) {
635 ctx_attribs[num_ctx_attribs++] = dca.flags;
638 pcp->base.renderType = dca.render_type;
642 dca.api,