/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugFrameDataSubsection.h | 31 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } in begin() 32 FixedStreamArray<FrameData>::Iterator end() const { return Frames.end(); } in end() 38 FixedStreamArray<FrameData> Frames; variable 54 void setFrames(ArrayRef<FrameData> Frames); 58 std::vector<FrameData> Frames; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugFrameDataSubsection.cpp | 26 if (auto EC = Reader.readArray(Frames, Count)) in initialize() 37 uint32_t Size = sizeof(FrameData) * Frames.size(); in calculateSerializedSize() 49 std::vector<FrameData> SortedFrames(Frames.begin(), Frames.end()); in commit() 60 Frames.push_back(Frame); in addFrameData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 82 SmallVector<DILineInfo, 4> Frames; variable 88 assert(Index < Frames.size()); in getFrame() 89 return Frames[Index]; in getFrame() 93 assert(Index < Frames.size()); in getMutableFrame() 94 return &Frames[Index]; in getMutableFrame() 98 return Frames.size(); in getNumberOfFrames() 102 Frames.push_back(Frame); in addFrame() 106 Frames.resize(i); in resize()
|
/third_party/openh264/autotest/performanceTest/ |
D | parsePerfData.sh | 18 local Frames="" 44 Frames=`echo $line | awk 'BEGIN {FS=":"} {print $'${seperatorNum}'}'` 50 echo "${FileName},"${Width}x${Height}",${Frames},${FPS}"
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 238 VkSemaphore& image_acquired_semaphore = wd->Frames[wd->FrameIndex].ImageAcquiredSemaphore; in FrameRender() 242 ImGui_ImplVulkanH_FrameData* fd = &wd->Frames[wd->FrameIndex]; in FrameRender() 297 ImGui_ImplVulkanH_FrameData* fd = &wd->Frames[wd->FrameIndex]; in FramePresent() 396 VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool; in main() 397 VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer; in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 228 VkSemaphore& image_acquired_semaphore = wd->Frames[wd->FrameIndex].ImageAcquiredSemaphore; in FrameRender() 232 ImGui_ImplVulkanH_FrameData* fd = &wd->Frames[wd->FrameIndex]; in FrameRender() 287 ImGui_ImplVulkanH_FrameData* fd = &wd->Frames[wd->FrameIndex]; in FramePresent() 377 VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool; in main() 378 VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer; in main()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 1177 ImGui_ImplVulkanH_Frame* fd = &wd->Frames[i]; in ImGui_ImplVulkanH_CreateWindowCommandBuffers() 1239 ImGui_ImplVulkanH_DestroyFrame(device, &wd->Frames[i], allocator); in ImGui_ImplVulkanH_CreateWindowSwapChain() 1242 IM_FREE(wd->Frames); in ImGui_ImplVulkanH_CreateWindowSwapChain() 1244 wd->Frames = NULL; in ImGui_ImplVulkanH_CreateWindowSwapChain() 1300 IM_ASSERT(wd->Frames == NULL); in ImGui_ImplVulkanH_CreateWindowSwapChain() 1301 … wd->Frames = (ImGui_ImplVulkanH_Frame*)IM_ALLOC(sizeof(ImGui_ImplVulkanH_Frame) * wd->ImageCount); in ImGui_ImplVulkanH_CreateWindowSwapChain() 1303 memset(wd->Frames, 0, sizeof(wd->Frames[0]) * wd->ImageCount); in ImGui_ImplVulkanH_CreateWindowSwapChain() 1306 wd->Frames[i].Backbuffer = backbuffers[i]; in ImGui_ImplVulkanH_CreateWindowSwapChain() 1366 ImGui_ImplVulkanH_Frame* fd = &wd->Frames[i]; in ImGui_ImplVulkanH_CreateWindowSwapChain() 1386 ImGui_ImplVulkanH_Frame* fd = &wd->Frames[i]; in ImGui_ImplVulkanH_CreateWindowSwapChain() [all …]
|
D | imgui_impl_vulkan.h | 139 ImGui_ImplVulkanH_Frame* Frames; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 217 const DebugFrameDataSubsectionRef &Frames); 219 std::vector<YAMLFrameData> Frames; member 362 IO.mapRequired("Frames", Frames); in map() 514 for (const auto &YF : Frames) { in toCodeViewSubsection() 710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection() argument 712 for (const auto &F : Frames) { in fromCodeViewSubsection() 731 Result->Frames.push_back(YF); in fromCodeViewSubsection() 872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData() argument 874 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData()
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | debug.dart | 12 /// Frames triggered by the engine and handler by the scheduler binding will 15 /// Frames triggered eagerly by the widget framework (e.g. when calling
|
/third_party/libsnd/docs/ |
D | sndfile_info.md | 29 Frames : 76857
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 275 ImGui_ImplVulkanH_Frame* fd = &wd->Frames[wd->FrameIndex]; in FrameRender() 431 VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool; in main() 432 VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer; in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 267 ImGui_ImplVulkanH_Frame* fd = &wd->Frames[wd->FrameIndex]; in FrameRender() 423 VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool; in main() 424 VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer; in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.h | 101 ImGui_ImplVulkanH_FrameData Frames[IMGUI_VK_QUEUED_FRAMES]; member
|
D | imgui_impl_vulkan.cpp | 854 ImGui_ImplVulkanH_FrameData* fd = &wd->Frames[i]; in ImGui_ImplVulkanH_CreateWindowDataCommandBuffers() 1055 ImGui_ImplVulkanH_FrameData* fd = &wd->Frames[i]; in ImGui_ImplVulkanH_DestroyWindowData()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | mediacapturewrapper.h | 40 using namespace ABI::Windows::Media::Capture::Frames;
|
/third_party/flutter/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 58 encoder.Frames.Add( in convert()
|
/third_party/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 58 encoder.Frames.Add( in convert()
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_origin.txt | 171 - EGL_X_AXIS_NV - Frames are laid out such that consecutive 175 - EGL_Y_AXIS_NV - Frames are laid out such that consecutive
|
D | EGL_NV_stream_consumer_eglimage.txt | 50 allows these frames to be acquired as EGLImages. Frames from the
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | README.md | 36 ## Skottie Frames Performance
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | performance.txt | 54 - Bad example: Frames per second
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.txt | 54 - Bad example: Frames per second
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 572 *num_outstanding = framing_ex->FramingItem[0].Frames; in gst_ks_video_device_create_pin() 584 *num_outstanding = framing->Frames; in gst_ks_video_device_create_pin()
|
/third_party/mesa3d/docs/relnotes/ |
D | 4.1 | 120 1. Frames per second printing
|