Home
last modified time | relevance | path

Searched refs:DrawCall (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/Device/
DRenderer.hpp47 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 …]
DRenderer.cpp147 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 …]
DClipper.hpp22 struct DrawCall;
43 static bool Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
DSetupProcessor.hpp32 struct DrawCall;
DClipper.cpp275 bool Clipper::Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in Clip()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp155 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/
DRenderer.hpp32 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();
DClipper.hpp24 struct DrawCall;
60 bool clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
DRenderer.cpp120 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 …]
DSetupProcessor.hpp30 struct DrawCall;
DClipper.cpp43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3875 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;