Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c71 allowed_attribs |= __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY; in dri_create_context()
118 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) in dri_create_context()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h106 #define __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY (1 << 0) macro
Ddri_util.c360 __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY; in driCreateContextAttribs()
364 ~__DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY; in driCreateContextAttribs()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c987 ~(__DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY | in brw_create_context()
994 ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) && in brw_create_context()