/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.hpp | 47 struct DrawCall; 119 struct DrawCall struct 135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>; argument 136 …)(vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCall *drawCall, int co… argument 138 DrawCall(); 139 ~DrawCall(); 141 …static void run(vk::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets… 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> &draw, const marl::Loan<B… [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() 431 DrawCall::run(device, 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 | 276 bool Clipper::Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in Clip()
|
/third_party/vk-gl-cts/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 …]
|
/third_party/skia/third_party/externals/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 3893 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;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 3893 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;
|