Searched refs:WF_SLOT_FILLED (Results 1 – 2 of 2) sorted by relevance
644 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status()699 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()718 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()788 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()1148 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample()1187 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias()1238 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample()1331 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample()1347 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
374 #define WF_SLOT_FILLED 0x40 macro