Searched refs:prim_count_to_vertex_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.h571 prim_count_to_vertex_count(D3DPRIMITIVETYPE prim, UINT count) function in typeref:typename:unsigned
H A Ddevice9.c2866 (prim_count_to_vertex_count(PrimitiveType, PrimitiveCount)) * VertexStreamZeroStride, /* XXX */
2941 (prim_count_to_vertex_count(PrimitiveType, PrimitiveCount)) * index_size,
H A Dnine_state.c2312 info->count = prim_count_to_vertex_count(type, count);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.h605 prim_count_to_vertex_count(D3DPRIMITIVETYPE prim, UINT count) function in typeref:typename:unsigned
H A Ddevice9.c3010 unsigned num_vertices = prim_count_to_vertex_count(PrimitiveType, PrimitiveCount);
3043 num_indices = prim_count_to_vertex_count(PrimitiveType, PrimitiveCount);
3098 (prim_count_to_vertex_count(PrimitiveType, PrimitiveCount)) * VertexStreamZeroStride,
3174 (prim_count_to_vertex_count(PrimitiveType, PrimitiveCount)) * index_size,
H A Dnine_state.c2364 draw->count = prim_count_to_vertex_count(type, count);

Completed in 24 milliseconds