Home
last modified time | relevance | path

Searched refs:__DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c70 allowed_attribs |= __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY; in dri_create_context()
117 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) in dri_create_context()
Ddri_util.h112 #define __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY (1 << 0) macro
Ddri_util.c505 __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY; in driCreateContextAttribs()
509 ~__DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY; in driCreateContextAttribs()