Searched refs:pstip (Results 1 – 1 of 1) sorted by relevance
123 generate_pstip_fs(struct pstip_stage *pstip) in generate_pstip_fs() argument125 struct pipe_context *pipe = pstip->pipe; in generate_pstip_fs()127 const struct pipe_shader_state *orig_fs = &pstip->fs->state; in generate_pstip_fs()137 &pstip->fs->sampler_unit, in generate_pstip_fs()143 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS); in generate_pstip_fs()145 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs); in generate_pstip_fs()149 if (!pstip->fs->pstip_fs) in generate_pstip_fs()161 bind_pstip_fragment_shader(struct pstip_stage *pstip) in bind_pstip_fragment_shader() argument163 struct draw_context *draw = pstip->stage.draw; in bind_pstip_fragment_shader()164 if (!pstip->fs->pstip_fs && in bind_pstip_fragment_shader()[all …]