Home
last modified time | relevance | path

Searched refs:sampler_cso (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c80 void *sampler_cso; member
216 pstip->state.samplers[pstip->fs->sampler_unit] = pstip->sampler_cso; in pstip_first_tri()
281 pstip->pipe->delete_sampler_state(pstip->pipe, pstip->sampler_cso); in pstip_destroy()
498 pstip->sampler_cso = util_pstipple_create_sampler(pipe); in draw_install_pstipple_stage()
499 if (!pstip->sampler_cso) in draw_install_pstipple_stage()