Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Darrayobj.c555 if (ctx->Const.AllowDynamicVAOFastPath && ++vao->NumUpdates > 4) { in _mesa_update_vao_derived_arrays()
Dmtypes.h4201 bool AllowDynamicVAOFastPath; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c591 c->AllowDynamicVAOFastPath = true; in st_init_limits()