Searched refs:ctx_config (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.c46 const struct __DriverContextConfig *ctx_config,
72 if (ctx_config->flags & ~allowed_flags) {
77 if (ctx_config->attribute_mask & ~allowed_attribs) {
99 attribs.major = ctx_config->major_version;
100 attribs.minor = ctx_config->minor_version;
102 if ((ctx_config->flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0)
110 if ((ctx_config->flags & __DRI_CTX_FLAG_DEBUG) != 0)
113 if (ctx_config->flags & __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS)
116 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY)
117 if (ctx_config
44 dri_create_context(gl_api api,const struct gl_config * visual,__DRIcontext * cPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
[all...]
H A Ddri_context.h89 const struct __DriverContextConfig *ctx_config,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.c48 const struct __DriverContextConfig *ctx_config,
74 if (ctx_config->flags & ~allowed_flags) {
79 if (ctx_config->attribute_mask & ~allowed_attribs) {
101 attribs.major = ctx_config->major_version;
102 attribs.minor = ctx_config->minor_version;
104 if ((ctx_config->flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0)
112 if ((ctx_config->flags & __DRI_CTX_FLAG_DEBUG) != 0)
115 if (ctx_config->flags & __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS)
118 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY)
119 if (ctx_config
46 dri_create_context(gl_api api,const struct gl_config * visual,__DRIcontext * cPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
[all...]
H A Ddri_context.h95 const struct __DriverContextConfig *ctx_config,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c305 struct __DriverContextConfig ctx_config; local in function:driCreateContextAttribs
307 ctx_config.major_version = 1;
308 ctx_config.minor_version = 0;
309 ctx_config.flags = 0;
310 ctx_config.attribute_mask = 0;
311 ctx_config.priority = __DRI_CTX_PRIORITY_MEDIUM;
342 ctx_config.major_version = attribs[i * 2 + 1];
345 ctx_config.minor_version = attribs[i * 2 + 1];
348 ctx_config.flags = attribs[i * 2 + 1];
352 ctx_config
[all...]
H A Ddri_util.h128 const struct __DriverContextConfig *ctx_config,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c312 struct __DriverContextConfig ctx_config; local in function:driCreateContextAttribs
314 ctx_config.major_version = 1;
315 ctx_config.minor_version = 0;
316 ctx_config.flags = 0;
317 ctx_config.attribute_mask = 0;
318 ctx_config.priority = __DRI_CTX_PRIORITY_MEDIUM;
349 ctx_config.major_version = attribs[i * 2 + 1];
352 ctx_config.minor_version = attribs[i * 2 + 1];
355 ctx_config.flags = attribs[i * 2 + 1];
359 ctx_config
[all...]
H A Ddri_util.h128 const struct __DriverContextConfig *ctx_config,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c54 const struct __DriverContextConfig *ctx_config,
63 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
68 if (ctx_config->attribute_mask) {
79 driContextSetFlags(ctx, ctx_config->flags);
86 if (ctx->Version < (ctx_config->major_version * 10 +
87 ctx_config->minor_version)) {
52 nouveau_context_create(gl_api api,const struct gl_config * visual,__DRIcontext * dri_ctx,const struct __DriverContextConfig * ctx_config,unsigned * error,void * share_ctx) argument
H A Dnouveau_context.h113 const struct __DriverContextConfig *ctx_config,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c54 const struct __DriverContextConfig *ctx_config,
63 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
68 if (ctx_config->attribute_mask) {
79 driContextSetFlags(ctx, ctx_config->flags);
86 if (ctx->Version < (ctx_config->major_version * 10 +
87 ctx_config->minor_version)) {
52 nouveau_context_create(gl_api api,const struct gl_config * visual,__DRIcontext * dri_ctx,const struct __DriverContextConfig * ctx_config,unsigned * error,void * share_ctx) argument
H A Dnouveau_context.h113 const struct __DriverContextConfig *ctx_config,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c177 const struct __DriverContextConfig *ctx_config,
189 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
194 if (ctx_config->attribute_mask) {
251 driContextSetFlags(ctx, ctx_config->flags);
174 r200CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
H A Dr200_context.h632 ctx_config,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c143 const struct __DriverContextConfig *ctx_config,
155 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
160 if (ctx_config->attribute_mask) {
214 driContextSetFlags(ctx, ctx_config->flags);
140 r100CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
H A Dradeon_context.h456 ctx_config,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c178 const struct __DriverContextConfig *ctx_config,
190 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
195 if (ctx_config->attribute_mask) {
252 driContextSetFlags(ctx, ctx_config->flags);
175 r200CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
H A Dr200_context.h632 ctx_config,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c143 const struct __DriverContextConfig *ctx_config,
155 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
160 if (ctx_config->attribute_mask) {
214 driContextSetFlags(ctx, ctx_config->flags);
140 r100CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
H A Dradeon_context.h456 ctx_config,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.c956 const struct __DriverContextConfig *ctx_config,
965 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
970 if (ctx_config->attribute_mask) {
977 ctx_config->major_version,
978 ctx_config->minor_version,
979 ctx_config->flags,
984 ctx_config->major_version,
985 ctx_config->minor_version,
986 ctx_config->flags,
953 intelCreateContext(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.c975 const struct __DriverContextConfig *ctx_config,
984 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) {
989 if (ctx_config->attribute_mask) {
996 ctx_config->major_version,
997 ctx_config->minor_version,
998 ctx_config->flags,
1003 ctx_config->major_version,
1004 ctx_config->minor_version,
1005 ctx_config->flags,
972 intelCreateContext(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c923 const struct __DriverContextConfig *ctx_config,
942 if (ctx_config->flags & ~allowed_flags) {
947 if (ctx_config->attribute_mask &
955 ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) &&
956 ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION);
998 driContextSetFlags(ctx, ctx_config->flags);
1057 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_PRIORITY) {
1058 switch (ctx_config->priority) {
1071 ctx_config->priority, hw_priority);
1112 if ((ctx_config
920 brwCreateContext(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * dri_ctx_error,void * sharedContextPrivate) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c963 const struct __DriverContextConfig *ctx_config,
982 if (ctx_config->flags & ~allowed_flags) {
987 if (ctx_config->attribute_mask &
995 ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) &&
996 ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION);
1053 driContextSetFlags(ctx, ctx_config->flags);
1110 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_PRIORITY) {
1111 switch (ctx_config->priority) {
1124 ctx_config->priority, hw_priority);
1166 if ((ctx_config
960 brw_create_context(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * dri_ctx_error,void * sharedContextPrivate) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast.c759 const struct __DriverContextConfig *ctx_config,
773 (void) ctx_config->flags;
776 if (ctx_config->attribute_mask != 0) {
807 driContextSetFlags(mesaCtx, ctx_config->flags);
756 dri_create_context(gl_api api,const struct gl_config * visual,__DRIcontext * cPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument

Completed in 38 milliseconds

12