Searched refs:packet3 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dr300_cmdbuf.c627 header.packet3.packet != R300_CMD_PACKET3_RAW ||
672 /* obtain first word - actual packet3 header */
677 DRM_ERROR("Not a packet3 header (0x%08x)\n", header);
686 ("Expected packet3 of length %d but have only %d bytes left\n",
700 DRM_ERROR("packet3 INDX_BUFFER without preceding 3D_DRAW_INDX_2 is illegal.\n");
720 DRM_ERROR("Unknown packet3 header (0x%08x)\n", header);
736 * Emit a rendering packet3 from userspace.
762 switch (header.packet3.packet) {
782 DRM_ERROR("bad packet3 type %i at %p\n",
783 header.packet3
[all...]
H A Dradeon_drm.h221 #define R300_CMD_PACKET3 3 /* emit a packet3 */
258 } packet3; member in union:__anon8588

Completed in 186 milliseconds