Searched defs:vtx_count (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h60 int vtx_count; member in struct:__anonab35d3770108
H A Dradeon_exa_render.c2194 int vtx_count; local in function:RadeonCompositeTile
[all...]
H A Dradeon.h437 unsigned vtx_count; member in struct:radeon_accel_state
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c2299 int vtx_count; local in function:FUNC_NAME
[all...]
H A Dradeon_video.h124 int vtx_count; member in struct:__anone192d83f0108
H A Dradeon.h696 unsigned vtx_count; member in struct:radeon_accel_state
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) argument
688 const int vtx_count = thick_line ? points_count*4 : points_count*3; local in function:ImDrawList::AddPolyline
827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges local in function:ImDrawList::AddPolyline
870 const int vtx_count = (points_count*2); local in function:ImDrawList::AddConvexPolyFilled
922 const int vtx_count = points_count; local in function:ImDrawList::AddConvexPolyFilled
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) argument
688 const int vtx_count = thick_line ? points_count*4 : points_count*3; local in function:ImDrawList::AddPolyline
827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges local in function:ImDrawList::AddPolyline
870 const int vtx_count = (points_count*2); local in function:ImDrawList::AddConvexPolyFilled
922 const int vtx_count = points_count; local in function:ImDrawList::AddConvexPolyFilled
[all...]

Completed in 22 milliseconds