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()700 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()719 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()793 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()1160 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample()1202 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias()1256 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample()1351 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample()1367 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
361 #define WF_SLOT_FILLED 0x40 macro