Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tessellator/
Dp_tessellator.cpp38 class pipe_ts : private CHWTessellator class
135 using pipe_tessellator_wrap::pipe_ts; in p_tess_init()
137 mem = align_malloc(sizeof(pipe_ts), 256); in p_tess_init()
139 pipe_ts* tessellator = new (mem) pipe_ts(); in p_tess_init()
149 using pipe_tessellator_wrap::pipe_ts; in p_tess_destroy()
150 pipe_ts *tessellator = (pipe_ts*)pipe_tess; in p_tess_destroy()
152 tessellator->~pipe_ts(); in p_tess_destroy()
161 using pipe_tessellator_wrap::pipe_ts; in p_tessellate()
162 pipe_ts *tessellator = (pipe_ts*)pipe_tess; in p_tessellate()
Dp_tessellator.h58 void p_tess_destroy(struct pipe_tessellator *pipe_ts);
62 void p_tessellate(struct pipe_tessellator *pipe_ts,