Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp119 struct DrawCall struct
121 struct BatchData
135 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 …]
DRenderer.cpp147 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
/third_party/skia/third_party/externals/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
/third_party/vk-gl-cts/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;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3893 enum DrawCall enum
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.cpp3893 enum DrawCall enum