Searched refs:pstipfs (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c334 struct pstip_fragment_shader *pstipfs = CALLOC_STRUCT(pstip_fragment_shader); local
336 if (pstipfs) {
337 pstipfs->state.tokens = tgsi_dup_tokens(fs->tokens);
340 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs);
343 return pstipfs;
351 struct pstip_fragment_shader *pstipfs = (struct pstip_fragment_shader *) fs; local
353 pstip->fs = pstipfs;
356 (pstipfs ? pstipfs->driver_fs : NULL));
364 struct pstip_fragment_shader *pstipfs local
[all...]

Completed in 171 milliseconds