Lines Matching refs:dca
193 struct dri_ctx_attribs dca;
197 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca);
201 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) {
206 if (!validate_renderType_against_config(config_base, dca.render_type))
228 ctx_attribs[num_ctx_attribs++] = dca.major_ver;
230 ctx_attribs[num_ctx_attribs++] = dca.minor_ver;
236 if (dca.reset != __DRI_CTX_RESET_NO_NOTIFICATION) {
238 ctx_attribs[num_ctx_attribs++] = dca.reset;
241 if (dca.release != __DRI_CTX_RELEASE_BEHAVIOR_FLUSH) {
243 ctx_attribs[num_ctx_attribs++] = dca.release;
246 if (dca.flags != 0) {
252 ctx_attribs[num_ctx_attribs++] = dca.flags;
258 pcp->base.renderType = dca.render_type;
260 if (dca.flags & __DRI_CTX_FLAG_NO_ERROR)
265 dca.api,