| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.h | 60 int vtx_count; member in struct:__anon6939
|
| radeon_exa_render.c | 2106 info->accel_state->vtx_count + 1); 2115 info->accel_state->vtx_count); 2122 info->accel_state->vtx_count); 2194 int vtx_count; local 2252 vtx_count = 6; 2254 vtx_count = 4; 2267 info->accel_state->vtx_count = vtx_count; 2270 3 * vtx_count + 1)); 2287 BEGIN_RING(3 * vtx_count); [all...] |
| radeon_textured_videofuncs.c | 131 pPriv->vtx_count = 6; 226 pPriv->vtx_count = 4; 329 int draw_size = 3 * pPriv->vtx_count + 5; 340 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 5); 342 loop_boxes * 3 * pPriv->vtx_count + 1)); 541 pPriv->vtx_count = 6; 704 pPriv->vtx_count = 4; 876 int draw_size = 3 * pPriv->vtx_count + 4; 887 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 4); 889 loop_boxes * 3 * pPriv->vtx_count)); [all...] |
| radeon.h | 437 unsigned vtx_count; member in struct:radeon_accel_state
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_exa_render.c | 2185 info->accel_state->vtx_count + 1); 2194 info->accel_state->vtx_count); 2201 info->accel_state->vtx_count); 2299 int vtx_count; local 2365 vtx_count = 6; 2367 vtx_count = 4; 2386 info->accel_state->vtx_count = vtx_count; 2389 3 * vtx_count + 1)); 2406 BEGIN_RING(3 * vtx_count); [all...] |
| radeon_textured_videofuncs.c | 209 pPriv->vtx_count = 6; 304 pPriv->vtx_count = 4; 409 int draw_size = 3 * pPriv->vtx_count + 5; 423 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 5); 425 loop_boxes * 3 * pPriv->vtx_count + 1)); 490 BEGIN_ACCEL(nBox * pPriv->vtx_count * 3 + 2); 714 pPriv->vtx_count = 6; 877 pPriv->vtx_count = 4; 1051 int draw_size = 3 * pPriv->vtx_count + 4; 1065 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 4) [all...] |
| radeon_video.h | 124 int vtx_count; member in struct:__anon6877
|
| radeon.h | 696 unsigned vtx_count; member in struct:radeon_accel_state
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui_draw.cpp | 603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) 609 VtxBuffer.resize(vtx_buffer_old_size + vtx_count); 688 const int vtx_count = thick_line ? points_count*4 : points_count*3; local 689 PrimReserve(idx_count, vtx_count); 821 _VtxCurrentIdx += (ImDrawIdx)vtx_count; 827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges local 828 PrimReserve(idx_count, vtx_count); 870 const int vtx_count = (points_count*2); local 871 PrimReserve(idx_count, vtx_count); 916 _VtxCurrentIdx += (ImDrawIdx)vtx_count; 922 const int vtx_count = points_count; local [all...] |
| imgui.h | 1876 IMGUI_API void PrimReserve(int idx_count, int vtx_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_draw.cpp | 603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) 609 VtxBuffer.resize(vtx_buffer_old_size + vtx_count); 688 const int vtx_count = thick_line ? points_count*4 : points_count*3; local 689 PrimReserve(idx_count, vtx_count); 821 _VtxCurrentIdx += (ImDrawIdx)vtx_count; 827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges local 828 PrimReserve(idx_count, vtx_count); 870 const int vtx_count = (points_count*2); local 871 PrimReserve(idx_count, vtx_count); 916 _VtxCurrentIdx += (ImDrawIdx)vtx_count; 922 const int vtx_count = points_count; local [all...] |
| imgui.h | 1876 IMGUI_API void PrimReserve(int idx_count, int vtx_count);
|