Home
last modified time | relevance | path

Searched defs:DrawCall (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DRenderer.hpp120 struct DrawCall struct
122 struct BatchData
136 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 …]
DRenderer.cpp147 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
/external/swiftshader/src/Renderer/
DRenderer.hpp466 struct DrawCall struct
472 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 …]
DRenderer.cpp120 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp155 struct DrawCall struct
157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() argument
163 DrawCall (void) in DrawCall() argument
169 int numElements;
170 bool transformFeedbackEnabled;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3875 enum DrawCall enum