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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c68 void *pstip_fs; member in struct:pstip_fragment_shader
133 struct pipe_shader_state pstip_fs; local in function:generate_pstip_fs
139 pstip_fs = *orig_fs; /* copy to init */
141 pstip_fs.tokens = util_pstipple_create_fragment_shader(orig_fs->tokens,
145 if (pstip_fs.tokens == NULL)
148 pstip_fs.ir.nir = nir_shader_clone(NULL, orig_fs->ir.nir);
149 nir_lower_pstipple_fs(pstip_fs.ir.nir,
155 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs);
157 FREE((void *)pstip_fs
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c66 void *pstip_fs; member in struct:pstip_fragment_shader
129 struct pipe_shader_state pstip_fs; local in function:generate_pstip_fs
135 pstip_fs = *orig_fs; /* copy to init */
136 pstip_fs.tokens = util_pstipple_create_fragment_shader(orig_fs->tokens,
140 if (pstip_fs.tokens == NULL)
145 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs);
147 FREE((void *)pstip_fs.tokens);
149 if (!pstip->fs->pstip_fs)
164 if (!pstip->fs->pstip_fs
[all...]

Completed in 4 milliseconds