Lines Matching defs:step
54 * Renderer), which can be sorted independently. Each (step, draw) pair produces its own SortKey.
64 * 1. The index of the RenderStep packed in the high bits to ensure each step for a draw is
200 const RenderStep* const step = draw.fRenderer.steps()[stepIndex];
202 // TODO ask step to generate a pipeline description based on the above shading code, and
205 // TODO step writes out geometry uniforms and have geomIndex point to that buffer data,
211 const bool performsShading = draw.fPaintParams.has_value() && step->performsShading();
275 // TODO: Have the render step write out vertices and figure out what draw call function and
278 // to be ended and a new one begun for this step. In addition to checking this state, must
281 // const RenderStep* const step = draw.fRenderer.steps()[key.renderStep()];
307 // TODO: Write vertex and index data for the draw step