Searched defs:DrawCall (Results 1 – 6 of 6) sorted by relevance
119 struct DrawCall struct121 struct BatchData135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>;136 …::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int count);148 int id;150 BatchData::Pool *batchDataPool;151 unsigned int numPrimitives;152 unsigned int numPrimitivesPerBatch;153 unsigned int numBatches;155 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() function163 DrawCall (void) in DrawCall() function169 int numElements;170 bool transformFeedbackEnabled;
3875 enum DrawCall enum