Lines Matching refs:dca
244 struct dri_ctx_attribs dca;
248 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca);
252 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) {
257 if (!validate_renderType_against_config(config_base, dca.render_type))
279 ctx_attribs[num_ctx_attribs++] = dca.major_ver;
281 ctx_attribs[num_ctx_attribs++] = dca.minor_ver;
287 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) {
289 ctx_attribs[num_ctx_attribs++] = dca.reset;
292 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) {
294 ctx_attribs[num_ctx_attribs++] = dca.release;
297 if (dca.flags != 0) {
303 ctx_attribs[num_ctx_attribs++] = dca.flags;
305 if (dca.flags & __DRI_CTX_FLAG_NO_ERROR)
309 pcp->base.renderType = dca.render_type;
313 dca.api,