Searched refs:WF_SLOT_FILLED (Results 1 – 2 of 2) sorted by relevance
783 dev.sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status()839 dev.patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()858 if (dev.patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()929 dev.patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()1288 dev.sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample()1327 dev.sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias()1373 dev.sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample()1461 if (!(dev.sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample()1476 if (!(dev.patch_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_patch()
354 #define WF_SLOT_FILLED 0x40 macro