Searched refs:velements_saved (Results 1 – 1 of 1) sorted by relevance
109 void *velements, *velements_saved; member1096 assert(!ctx->velements_saved); in cso_save_vertex_elements()1097 ctx->velements_saved = ctx->velements; in cso_save_vertex_elements()1110 if (ctx->velements != ctx->velements_saved) { in cso_restore_vertex_elements()1111 ctx->velements = ctx->velements_saved; in cso_restore_vertex_elements()1112 ctx->pipe->bind_vertex_elements_state(ctx->pipe, ctx->velements_saved); in cso_restore_vertex_elements()1114 ctx->velements_saved = NULL; in cso_restore_vertex_elements()