Searched refs:pstip_fs (Results 1 – 1 of 1) sorted by relevance
66 void *pstip_fs; member129 struct pipe_shader_state pstip_fs; in generate_pstip_fs() local135 pstip_fs = *orig_fs; /* copy to init */ in generate_pstip_fs()136 pstip_fs.tokens = util_pstipple_create_fragment_shader(orig_fs->tokens, in generate_pstip_fs()140 if (pstip_fs.tokens == NULL) in generate_pstip_fs()145 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs); in generate_pstip_fs()147 FREE((void *)pstip_fs.tokens); in generate_pstip_fs()149 if (!pstip->fs->pstip_fs) in generate_pstip_fs()164 if (!pstip->fs->pstip_fs && in bind_pstip_fragment_shader()169 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs); in bind_pstip_fragment_shader()[all …]