Lines Matching defs:dca
245 struct dri_ctx_attribs dca;
249 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca);
254 if (!validate_renderType_against_config(config_base, dca.render_type))
268 if (!!shareList->noError != !!dca.no_error) {
287 ctx_attribs[num_ctx_attribs++] = dca.major_ver;
289 ctx_attribs[num_ctx_attribs++] = dca.minor_ver;
295 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) {
297 ctx_attribs[num_ctx_attribs++] = dca.reset;
300 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) {
302 ctx_attribs[num_ctx_attribs++] = dca.release;
305 if (dca.no_error) {
307 ctx_attribs[num_ctx_attribs++] = dca.no_error;
311 if (dca.flags != 0) {
313 ctx_attribs[num_ctx_attribs++] = dca.flags;
316 pcp->base.renderType = dca.render_type;
320 dca.api,