Home
last modified time | relevance | path

Searched refs:Frames (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h31 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/
DDebugFrameDataSubsection.cpp26 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/
DDIContext.h82 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/
DparsePerfData.sh18 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/
Dmain.cpp238 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/
Dmain.cpp228 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/
Dimgui_impl_vulkan.cpp1177 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 …]
Dimgui_impl_vulkan.h139 ImGui_ImplVulkanH_Frame* Frames; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp217 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/
Ddebug.dart12 /// 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/
Dsndfile_info.md29 Frames : 76857
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp275 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/
Dmain.cpp267 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/
Dimgui_impl_vulkan.h101 ImGui_ImplVulkanH_FrameData Frames[IMGUI_VK_QUEUED_FRAMES]; member
Dimgui_impl_vulkan.cpp854 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/
Dmediacapturewrapper.h40 using namespace ABI::Windows::Media::Capture::Frames;
/third_party/flutter/skia/experimental/xps_to_png/
Dxps_to_png.cs58 encoder.Frames.Add( in convert()
/third_party/skia/experimental/xps_to_png/
Dxps_to_png.cs58 encoder.Frames.Add( in convert()
/third_party/EGL/extensions/NV/
DEGL_NV_stream_origin.txt171 - EGL_X_AXIS_NV - Frames are laid out such that consecutive
175 - EGL_Y_AXIS_NV - Frames are laid out such that consecutive
DEGL_NV_stream_consumer_eglimage.txt50 allows these frames to be acquired as EGLImages. Frames from the
/third_party/skia/tools/perf-canvaskit-puppeteer/
DREADME.md36 ## Skottie Frames Performance
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dperformance.txt54 - Bad example: Frames per second
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dperformance.txt54 - Bad example: Frames per second
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c572 *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/
D4.1120 1. Frames per second printing

1234