Lines Matching defs:packets
258 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
265 rr::VertexPacket& packet = *packets[packetNdx];
275 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
279 rr::FragmentPacket& packet = packets[packetNdx];
877 RenderTestThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLint api, const glw::Functions& gl, const Program& program, const std::vector<DrawOpPacket>& packets)
885 , m_packets (packets)
964 vector<vector<DrawOpPacket> > packets (numThreads);
984 // Create packets.
987 packets[threadNdx].resize(packetsPerThread);
991 DrawOpPacket& packet = packets[threadNdx][packetNdx];
993 // Threads take turns with packets.
1033 threads[threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].second, contexts[threadNdx].first, m_gl, *programs[threadNdx], packets[threadNdx]));