Searched refs:velements_saved (Results 1 – 1 of 1) sorted by relevance
118 void *velements, *velements_saved; member1123 assert(!ctx->velements_saved); in cso_save_vertex_elements()1124 ctx->velements_saved = ctx->velements; in cso_save_vertex_elements()1137 if (ctx->velements != ctx->velements_saved) { in cso_restore_vertex_elements()1138 ctx->velements = ctx->velements_saved; in cso_restore_vertex_elements()1139 ctx->pipe->bind_vertex_elements_state(ctx->pipe, ctx->velements_saved); in cso_restore_vertex_elements()1141 ctx->velements_saved = NULL; in cso_restore_vertex_elements()