Searched refs:WF_SLOT_FILLED (Results 1 – 2 of 2) sorted by relevance
646 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status() 703 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status() 722 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status() 797 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch() 1164 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample() 1206 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias() 1260 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample() 1355 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample() 1371 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
310 #define WF_SLOT_FILLED 0x40 macro