Searched refs:update_state (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c128 update_state(struct svga_context *svga, function
220 ret = update_state( svga,
/external/tensorflow/tensorflow/contrib/solvers/python/ops/
H A Dlanczos.py114 def update_state(old, i, u, v, alpha, beta): function in function:lanczos_bidiag
172 return i + 1, update_state(ls, i, u, v, alpha, beta)
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c700 update_state( struct gl_context *ctx, GLuint new_state ) function
734 driver->UpdateState = update_state;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1669 static void update_state(VP9_COMP *cpi, ThreadData *td, PICK_MODE_CONTEXT *ctx, function
2113 update_state(cpi, td, ctx, mi_row, mi_col, bsize, output_enabled);
2627 update_state(cpi, td, ctx, mi_row, mi_col, subsize, 0);
2648 update_state(cpi, td, ctx, mi_row, mi_col, subsize, 0);
3437 update_state(cpi, td, ctx, mi_row, mi_col, subsize, 0);
3484 update_state(cpi, td, &pc_tree->vertical[0], mi_row, mi_col, subsize, 0);

Completed in 224 milliseconds