Lines Matching defs:packet

168 			rr::VertexPacket* const		packet		= packets[packetNdx];
171 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
173 packet->outputs[0] = tcu::Vec4(1.0f);
174 packet->position = tcu::Vec4(2.0f * (position.x() - 0.5f), 2.0f * (position.y() - 0.5f), 0.0f, 1.0f);
194 rr::VertexPacket* const packet = packets[packetNdx];
198 readVertexAttrib(position, inputs[0], packet->instanceNdx, packet->vertexNdx);
202 packet->outputs[0] = texelValue;
203 packet->position = tcu::Vec4(2.0f * (position.x() - 0.5f), 2.0f * (position.y() - 0.5f), 0.0f, 1.0f);
226 rr::FragmentPacket& packet = packets[packetNdx];
228 const tcu::Vec4 vtxColor0 = rr::readVarying<float>(packet, context, 0, 0);
229 const tcu::Vec4 vtxColor1 = rr::readVarying<float>(packet, context, 0, 1);
230 const tcu::Vec4 vtxColor2 = rr::readVarying<float>(packet, context, 0, 2);
231 const tcu::Vec4 vtxColor3 = rr::readVarying<float>(packet, context, 0, 3);
261 rr::FragmentPacket& packet = packets[packetNdx];
263 const tcu::IVec2 position0 = packet.position + tcu::IVec2(0, 0);
264 const tcu::IVec2 position1 = packet.position + tcu::IVec2(1, 0);
265 const tcu::IVec2 position2 = packet.position + tcu::IVec2(0, 1);
266 const tcu::IVec2 position3 = packet.position + tcu::IVec2(1, 1);
273 const tcu::Vec4 vtxColor0 = rr::readVarying<float>(packet, context, 0, 0);
274 const tcu::Vec4 vtxColor1 = rr::readVarying<float>(packet, context, 0, 1);
275 const tcu::Vec4 vtxColor2 = rr::readVarying<float>(packet, context, 0, 2);
276 const tcu::Vec4 vtxColor3 = rr::readVarying<float>(packet, context, 0, 3);