Searched refs:drawsPerCtx (Results 1 – 1 of 1) sorted by relevance
700 const int drawsPerCtx = 2; in executeForContexts() local728 drawOps.resize(numContexts*drawsPerCtx*numIters); in executeForContexts()765 for (int drawNdx = 0; drawNdx < drawsPerCtx; drawNdx++) in executeForContexts()767 …const DrawPrimitiveOp& drawOp = drawOps[iterNdx*numContexts*drawsPerCtx + ctxNdx*drawsPerCtx + dra… in executeForContexts()