Home
last modified time | relevance | path

Searched refs:DrawCall (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.hpp47 struct DrawCall;
119 struct DrawCall struct
135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>;
136 using SetupFunction = int (*)(vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int count);
138 DrawCall();
139 ~DrawCall();
141 static void run(vk::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets, marl::Ticket::Queue clusterQueues[MaxClusterCount]);
142 static void processVertices(vk::Device *device, DrawCall *draw, BatchData *batch);
143 static void processPrimitives(vk::Device *device, DrawCall *draw, BatchData *batch);
144 static void processPixels(vk::Device *device, const marl::Loan<DrawCall>
[all...]
H A 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 in draw()
[all...]
H A DClipper.hpp22 struct DrawCall;
43 static bool Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
H A DSetupProcessor.hpp32 struct DrawCall;
H A DClipper.cpp276 bool Clipper::Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in Clip()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp155 struct DrawCall struct
157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() function
163 DrawCall (void) in DrawCall() function
173 std::ostream& operator<< (std::ostream& str, const DrawCall& call) in operator <<()
785 static int computeTransformFeedbackPrimitiveCount (deUint32 primitiveType, const DrawCall* first, const DrawCall* end)
789 for (const DrawCall* call = first; call != end; ++call)
865 bool runTest (const DrawCall* first, const DrawCall* end, deUint32 seed);
1012 static const DrawCall s_elemCount
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A 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();
H A DClipper.hpp24 struct DrawCall;
60 bool clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
H A 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 in finishRendering()
[all...]
H A DSetupProcessor.hpp30 struct DrawCall;
H A DClipper.cpp43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4030 enum DrawCall enum
4043 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation()
4212 const DrawCall m_drawCall;
4239 Support (const ResourceDescription& resourceDesc, const DrawCall drawCall) in Support()
4315 const DrawCall m_drawCall;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp3893 enum DrawCall enum
3906 Implementation (OperationContext& context, Resource& resource, const DrawCall drawCall) in Implementation()
4075 const DrawCall m_drawCall;
4102 Support (const ResourceDescription& resourceDesc, const DrawCall drawCall) in Support()
4178 const DrawCall m_drawCall;

Completed in 37 milliseconds