Searched refs:velements_saved (Results 1 – 1 of 1) sorted by relevance
110 void *velements, *velements_saved; member884 assert(!ctx->velements_saved); in cso_save_vertex_elements()885 ctx->velements_saved = ctx->velements; in cso_save_vertex_elements()897 if (ctx->velements != ctx->velements_saved) { in cso_restore_vertex_elements()898 ctx->velements = ctx->velements_saved; in cso_restore_vertex_elements()899 ctx->pipe->bind_vertex_elements_state(ctx->pipe, ctx->velements_saved); in cso_restore_vertex_elements()901 ctx->velements_saved = NULL; in cso_restore_vertex_elements()