Lines Matching defs:dca
167 struct dri_ctx_attribs dca;
171 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca);
176 if (!validate_renderType_against_config(config_base, dca.render_type))
190 if (!!shareList->noError != !!dca.no_error) {
209 ctx_attribs[num_ctx_attribs++] = dca.major_ver;
211 ctx_attribs[num_ctx_attribs++] = dca.minor_ver;
217 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) {
219 ctx_attribs[num_ctx_attribs++] = dca.reset;
222 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) {
224 ctx_attribs[num_ctx_attribs++] = dca.release;
227 if (dca.no_error) {
229 ctx_attribs[num_ctx_attribs++] = dca.no_error;
233 if (dca.flags != 0) {
235 ctx_attribs[num_ctx_attribs++] = dca.flags;
241 pcp->base.renderType = dca.render_type;
245 dca.api,