Home
last modified time | relevance | path

Searched refs:HWSelectModeBeginEnd (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
Dvbo_noop.c138 if (ctx->HWSelectModeBeginEnd) { in vbo_install_exec_vtxfmt_noop()
139 tab = ctx->HWSelectModeBeginEnd; in vbo_install_exec_vtxfmt_noop()
Dvbo_exec_api.c852 ctx->HWSelectModeBeginEnd : ctx->BeginEnd; in _mesa_Begin()
919 ctx->CurrentServerDispatch == ctx->HWSelectModeBeginEnd) { in _mesa_End()
923 ctx->CurrentClientDispatch == ctx->HWSelectModeBeginEnd) { in _mesa_End()
1253 memcpy(ctx->HWSelectModeBeginEnd, ctx->BeginEnd, numEntries * sizeof(_glapi_proc)); in vbo_install_hw_select_begin_end()
1257 struct _glapi_table *tab = ctx->HWSelectModeBeginEnd; in vbo_install_hw_select_begin_end()
/third_party/mesa3d/src/mesa/main/
Dfeedback.c234 if (!ctx->HWSelectModeBeginEnd) { in alloc_select_resource()
235 ctx->HWSelectModeBeginEnd = _mesa_alloc_dispatch_table(false); in alloc_select_resource()
236 if (!ctx->HWSelectModeBeginEnd) { in alloc_select_resource()
Dcontext.c1171 free(ctx->HWSelectModeBeginEnd); in _mesa_free_context_data()
Dmtypes.h3286 struct _glapi_table *HWSelectModeBeginEnd; member
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst5073 - mesa: add HWSelectModeBeginEnd dispatch table