Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:packet

92    struct scene_packet packet;
95 packet.scene = NULL;
98 &packet.header,
99 sizeof packet / 4,
104 return packet.scene;
112 struct scene_packet packet;
114 packet.header.dwords = sizeof packet / 4;
115 packet.header.data24 = 0;
116 packet.scene = scene;
118 util_ringbuffer_enqueue(queue->ring, &packet.header);