Searched refs:pstipfs (Results 1 – 1 of 1) sorted by relevance
664 struct pstip_fragment_shader *pstipfs = CALLOC_STRUCT(pstip_fragment_shader); in pstip_create_fs_state() local666 if (pstipfs) { in pstip_create_fs_state()667 pstipfs->state = *fs; in pstip_create_fs_state()670 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs); in pstip_create_fs_state()673 return pstipfs; in pstip_create_fs_state()681 struct pstip_fragment_shader *pstipfs = (struct pstip_fragment_shader *) fs; in pstip_bind_fs_state() local683 pstip->fs = pstipfs; in pstip_bind_fs_state()686 (pstipfs ? pstipfs->driver_fs : NULL)); in pstip_bind_fs_state()694 struct pstip_fragment_shader *pstipfs = (struct pstip_fragment_shader *) fs; in pstip_delete_fs_state() local696 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs); in pstip_delete_fs_state()[all …]