Searched defs:DrawCall (Results 1 – 6 of 6) sorted by relevance
120 struct DrawCall struct122 struct BatchData136 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>;137 …unction = int (*)(Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int count);149 int id;151 BatchData::Pool *batchDataPool;152 unsigned int numPrimitives;153 unsigned int numPrimitivesPerBatch;154 unsigned int numBatches;156 VkPrimitiveTopology topology;[all …]
147 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
466 struct DrawCall struct472 AtomicInt drawType;473 AtomicInt batchSize;475 std::shared_ptr<Routine> vertexRoutine;476 std::shared_ptr<Routine> setupRoutine;477 std::shared_ptr<Routine> pixelRoutine;479 VertexProcessor::RoutinePointer vertexPointer;480 SetupProcessor::RoutinePointer setupPointer;481 PixelProcessor::RoutinePointer pixelPointer;483 int (Renderer::*setupPrimitives)(int batch, int count);[all …]
120 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
155 struct DrawCall struct157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() argument163 DrawCall (void) in DrawCall() argument169 int numElements;170 bool transformFeedbackEnabled;
3875 enum DrawCall enum