Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DRenderer.hpp434 struct DrawCall struct
440 AtomicInt drawType;
441 AtomicInt batchSize;
443 Routine *vertexRoutine;
444 Routine *setupRoutine;
445 Routine *pixelRoutine;
447 VertexProcessor::RoutinePointer vertexPointer;
448 SetupProcessor::RoutinePointer setupPointer;
449 PixelProcessor::RoutinePointer pixelPointer;
451 int (Renderer::*setupPrimitives)(int batch, int count);
[all …]
DRenderer.cpp97 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
/external/swiftshader/src/Renderer/
DRenderer.hpp467 struct DrawCall struct
473 AtomicInt drawType;
474 AtomicInt batchSize;
476 Routine *vertexRoutine;
477 Routine *setupRoutine;
478 Routine *pixelRoutine;
480 VertexProcessor::RoutinePointer vertexPointer;
481 SetupProcessor::RoutinePointer setupPointer;
482 PixelProcessor::RoutinePointer pixelPointer;
484 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() function
163 DrawCall (void) in DrawCall() function
169 int numElements;
170 bool transformFeedbackEnabled;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2253 enum DrawCall enum