/external/swiftshader/src/Device/ |
D | Renderer.hpp | 47 struct DrawCall; 120 struct DrawCall struct 136 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>; argument 137 …using SetupFunction = int (*)(Triangle *triangles, Primitive *primitives, const DrawCall *drawCall… argument 139 DrawCall(); 140 ~DrawCall(); 142 …static void run(const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets, marl::Ticket::Queu… 143 static void processVertices(DrawCall *draw, BatchData *batch); 144 static void processPrimitives(DrawCall *draw, BatchData *batch); 145 …static void processPixels(const marl::Loan<DrawCall> &draw, const marl::Loan<BatchData> &batch, co… [all …]
|
D | Renderer.cpp | 147 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall 153 DrawCall::~DrawCall() in ~DrawCall() 192 marl::Pool<sw::DrawCall>::Loan draw; in draw() 224 DrawCall::SetupFunction setupPrimitives = nullptr; in draw() 233 setupPrimitives = &DrawCall::setupSolidTriangles; in draw() 236 setupPrimitives = &DrawCall::setupWireframeTriangles; in draw() 240 setupPrimitives = &DrawCall::setupPointTriangles; in draw() 250 setupPrimitives = &DrawCall::setupLines; in draw() 254 setupPrimitives = &DrawCall::setupPoints; in draw() 430 DrawCall::run(draw, &drawTickets, clusterQueues); in draw() [all …]
|
D | Clipper.hpp | 22 struct DrawCall; 43 static bool Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
|
D | SetupProcessor.hpp | 32 struct DrawCall;
|
D | Clipper.cpp | 275 bool Clipper::Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in Clip()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 155 struct DrawCall struct 157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() function 163 DrawCall (void) in DrawCall() argument 173 std::ostream& operator<< (std::ostream& str, const DrawCall& call) in operator <<() 785 …ransformFeedbackPrimitiveCount (deUint32 primitiveType, const DrawCall* first, const DrawCall* end) in computeTransformFeedbackPrimitiveCount() 789 for (const DrawCall* call = first; call != end; ++call) in computeTransformFeedbackPrimitiveCount() 865 bool runTest (const DrawCall* first, const DrawCall* end, deUint32 seed); 1012 static const DrawCall s_elemCount1[] = { DrawCall(1, true) }; in iterate() 1013 static const DrawCall s_elemCount2[] = { DrawCall(2, true) }; in iterate() 1014 static const DrawCall s_elemCount3[] = { DrawCall(3, true) }; in iterate() [all …]
|
/external/swiftshader/src/Renderer/ |
D | Renderer.hpp | 32 struct DrawCall; 383 bool setupLine(Primitive &primitive, Triangle &triangle, const DrawCall &draw); 384 bool setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw); 425 DrawCall *drawCall[DRAW_COUNT]; 426 DrawCall *drawList[DRAW_COUNT]; 466 struct DrawCall struct 468 DrawCall(); 470 ~DrawCall();
|
D | Clipper.hpp | 24 struct DrawCall; 60 bool clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
|
D | Renderer.cpp | 120 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall 138 DrawCall::~DrawCall() in ~DrawCall() 188 drawCall[draw] = new DrawCall(); in Renderer() 322 DrawCall *draw = nullptr; in draw() 818 DrawCall *draw = drawList[currentDraw & DRAW_COUNT_BITS]; in findAvailableTasks() 918 DrawCall *draw = drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in executeTask() 953 DrawCall *draw = drawList[pixelProgress[cluster].drawCall & DRAW_COUNT_BITS]; in executeTask() 987 DrawCall &draw = *drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in finishRendering() 1122 DrawCall *draw = drawList[primitiveDrawCall & DRAW_COUNT_BITS]; in processPrimitiveVertices() 1570 DrawCall &draw = *drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in setupSolidTriangles() [all …]
|
D | SetupProcessor.hpp | 30 struct DrawCall;
|
D | Clipper.cpp | 43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 3875 enum DrawCall enum 3888 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation() 4057 const DrawCall m_drawCall; 4084 Support (const ResourceDescription& resourceDesc, const DrawCall drawCall) in Support() 4160 const DrawCall m_drawCall;
|