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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_tess.h48 struct draw_tes_inputs { struct
96 struct draw_tes_inputs *tes_input;
H A Ddraw_tess.c585 tes->tes_input = align_malloc(sizeof(struct draw_tes_inputs), 16);
586 memset(tes->tes_input, 0, sizeof(struct draw_tes_inputs));

Completed in 5 milliseconds