Home
last modified time | relevance | path

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

/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/Device/
DRenderer.hpp32 struct DrawCall;
351 bool setupLine(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
352 bool setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
393 DrawCall *drawCall[DRAW_COUNT];
394 DrawCall *drawList[DRAW_COUNT];
434 struct DrawCall struct
436 DrawCall();
438 ~DrawCall();
DClipper.hpp24 struct DrawCall;
56 bool clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
DRenderer.cpp97 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
115 DrawCall::~DrawCall() in ~DrawCall()
162 drawCall[draw] = new DrawCall(); in Renderer()
270 DrawCall *draw = nullptr; in draw()
690 DrawCall *draw = drawList[currentDraw & DRAW_COUNT_BITS]; in findAvailableTasks()
790 DrawCall *draw = drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in executeTask()
825 DrawCall *draw = drawList[pixelProgress[cluster].drawCall & DRAW_COUNT_BITS]; in executeTask()
859 DrawCall &draw = *drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in finishRendering()
994 DrawCall *draw = drawList[primitiveDrawCall & DRAW_COUNT_BITS]; in processPrimitiveVertices()
1292 DrawCall &draw = *drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in setupTriangles()
[all …]
DSetupProcessor.hpp30 struct DrawCall;
DClipper.cpp34 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip()
/external/swiftshader/src/Renderer/
DRenderer.hpp32 struct DrawCall;
384 bool setupLine(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
385 bool setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
426 DrawCall *drawCall[DRAW_COUNT];
427 DrawCall *drawList[DRAW_COUNT];
467 struct DrawCall struct
469 DrawCall();
471 ~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()
317 DrawCall *draw = nullptr; in draw()
817 DrawCall *draw = drawList[currentDraw & DRAW_COUNT_BITS]; in findAvailableTasks()
917 DrawCall *draw = drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in executeTask()
952 DrawCall *draw = drawList[pixelProgress[cluster].drawCall & DRAW_COUNT_BITS]; in executeTask()
986 DrawCall &draw = *drawList[primitiveProgress[unit].drawCall & DRAW_COUNT_BITS]; in finishRendering()
1121 DrawCall *draw = drawList[primitiveDrawCall & DRAW_COUNT_BITS]; in processPrimitiveVertices()
1569 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.cpp2253 enum DrawCall enum
2266 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation()
2418 const DrawCall m_drawCall;
2445 Support (const ResourceDescription& resourceDesc, const DrawCall drawCall) in Support()
2510 const DrawCall m_drawCall;