Searched refs:pstipfs (Results 1 – 1 of 1) sorted by relevance
334 struct pstip_fragment_shader *pstipfs = CALLOC_STRUCT(pstip_fragment_shader); in pstip_create_fs_state() local336 if (pstipfs) { in pstip_create_fs_state()337 pstipfs->state.tokens = tgsi_dup_tokens(fs->tokens); in pstip_create_fs_state()340 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs); in pstip_create_fs_state()343 return pstipfs; in pstip_create_fs_state()351 struct pstip_fragment_shader *pstipfs = (struct pstip_fragment_shader *) fs; in pstip_bind_fs_state() local353 pstip->fs = pstipfs; in pstip_bind_fs_state()356 (pstipfs ? pstipfs->driver_fs : NULL)); in pstip_bind_fs_state()364 struct pstip_fragment_shader *pstipfs = (struct pstip_fragment_shader *) fs; in pstip_delete_fs_state() local366 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs); in pstip_delete_fs_state()[all …]