| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | clip.cpp | 189 Clipper<SIMD256, 3> clipper(workerId, pDC); local in function:ClipRectangles 204 Clipper<SIMD256, 3> clipper(workerId, pDC); local in function:ClipTriangles 219 Clipper<SIMD256, 2> clipper(workerId, pDC); local in function:ClipLines 234 Clipper<SIMD256, 1> clipper(workerId, pDC); local in function:ClipPoints 256 Clipper<SIMD512, VERTS_PER_PRIM> clipper(workerId, pDC); local in function:ClipRectangles_simd16 280 Clipper<SIMD512, VERTS_PER_PRIM> clipper(workerId, pDC); local in function:ClipTriangles_simd16 304 Clipper<SIMD512, VERTS_PER_PRIM> clipper(workerId, pDC); local in function:ClipLines_simd16 328 Clipper<SIMD512, VERTS_PER_PRIM> clipper(workerId, pDC); local in function:ClipPoints_simd16 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_clip.c | 121 const struct clip_stage *clipper = clip_stage(stage); local in function:copy_flat 222 const struct clip_stage *clipper = clip_stage(stage); local in function:emit_poly 311 static inline float getclipdist(const struct clip_stage *clipper, argument 350 struct clip_stage *clipper = clip_stage( stage ); local in function:do_clip_tri 565 const struct clip_stage *clipper = clip_stage(stage); local in function:do_clip_line 774 struct clip_stage *clipper = clip_stage(stage); local in function:clip_init_state 932 struct clip_stage *clipper = CALLOC_STRUCT(clip_stage); local in function:draw_clip_stage [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_clip.c | 121 const struct clip_stage *clipper = clip_stage(stage); local in function:copy_flat 222 const struct clip_stage *clipper = clip_stage(stage); local in function:emit_poly 311 static inline float getclipdist(const struct clip_stage *clipper, argument 350 struct clip_stage *clipper = clip_stage( stage ); local in function:do_clip_tri 576 const struct clip_stage *clipper = clip_stage(stage); local in function:do_clip_line 785 struct clip_stage *clipper = clip_stage(stage); local in function:clip_init_state 943 struct clip_stage *clipper = CALLOC_STRUCT(clip_stage); local in function:draw_clip_stage [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 234 ImGuiListClipper clipper(line_total_count, s.LineHeight); local in function:MemoryEditor::DrawContents
|
| H A D | imgui_demo.cpp | 2417 ImGuiListClipper clipper(ITEMS_COUNT); // Also demonstrate using the clipper for large list local in function:ShowDemoWindowColumns 3549 ImGuiListClipper clipper; local in function:ExampleAppLog::Draw 3772 ImGuiListClipper clipper(lines); local in function:ShowExampleAppLongText [all...] |
| H A D | imgui.cpp | 9343 ImGuiListClipper clipper(pcmd->ElemCount/3); // Manually coarse clip our print out of individual vertices to save CPU, only items that may be visible. local in function:ImGui::ShowMetricsWindow::Funcs::NodeDrawList [all...] |
| H A D | imgui_widgets.cpp | 5215 ImGuiListClipper clipper(items_count, GetTextLineHeightWithSpacing()); // We know exactly our line height here so we pass it as a minor optimization, but generally you don't need to. local in function:ImGui::ListBox
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 236 ImGuiListClipper clipper(line_total_count, s.LineHeight); local in function:MemoryEditor::DrawContents
|
| H A D | imgui.cpp | 9343 ImGuiListClipper clipper(pcmd->ElemCount/3); // Manually coarse clip our print out of individual vertices to save CPU, only items that may be visible. local in function:ImGui::ShowMetricsWindow::Funcs::NodeDrawList [all...] |
| H A D | imgui_widgets.cpp | 5215 ImGuiListClipper clipper(items_count, GetTextLineHeightWithSpacing()); // We know exactly our line height here so we pass it as a minor optimization, but generally you don't need to. local in function:ImGui::ListBox
|