Home
last modified time | relevance | path

Searched refs:GetFunctions (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp17 std::vector<const FunctionDeclaration*> SymbolTable::GetFunctions(const Symbol& s) { in GetFunctions() function in SkSL::SymbolTable
50 auto functions = GetFunctions(*symbol); in lookup()
55 auto previousFunctions = GetFunctions(*previous); in lookup()
H A DSkSLSymbolTable.h163 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s);
/third_party/gn/src/gn/
H A Dcommand_help.cc44 for (const auto& func : functions::GetFunctions()) { in PrintToplevelHelp()
51 for (const auto& func : functions::GetFunctions()) { in PrintToplevelHelp()
159 for (const auto& f : functions::GetFunctions()) { in PrintAllHelp()
168 for (const auto& f : functions::GetFunctions()) { in PrintAllHelp()
302 const functions::FunctionInfoMap& function_map = functions::GetFunctions(); in RunHelp()
H A Dfunctions.h479 const FunctionInfoMap& GetFunctions();
H A Dfunctions.cc1531 const FunctionInfoMap& GetFunctions() {
1553 const FunctionInfoMap& function_map = GetFunctions();
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp990 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordCommands()
994 ->GetFunctions() in RecordCommands()
1003 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordCommands()
1005 ->GetFunctions() in RecordCommands()
1015 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordCommands()
1019 ->GetFunctions() in RecordCommands()
1144 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordComputePass()
1148 ->GetFunctions() in RecordComputePass()
1157 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordComputePass()
1159 ->GetFunctions() in RecordComputePass()
[all...]
H A DBackendD3D12.h41 const PlatformFunctions* GetFunctions() const;
H A DDeviceD3D12.cpp212 if (!ToBackend(GetAdapter())->GetBackend()->GetFunctions()->IsDXCAvailable()) { in ApplyUseDxcToggle()
240 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Device
241 return ToBackend(GetAdapter())->GetBackend()->GetFunctions(); in GetFunctions()
557 if (FAILED(GetFunctions()->d3d11on12CreateDevice(mD3d12Device.Get(), 0, nullptr, 0, in GetOrCreateD3D11on12Device()
H A DBackendD3D12.cpp149 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
H A DPipelineLayoutD3D12.cpp250 HRESULT hr = device->GetFunctions()->d3d12SerializeRootSignature( in Initialize()
H A DDeviceD3D12.h67 const PlatformFunctions* GetFunctions() const;
H A DAdapterD3D12.cpp68 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in InitializeImpl()
H A DShaderModuleD3D12.cpp808 device->GetFunctions(), in Compile()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBackendVk.h46 const VulkanFunctions& GetFunctions() const;
H A DAdapterVk.cpp50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported()
332 mVulkanInstance->GetFunctions()); in SupportsExternalImages()
H A DVulkanInfo.cpp144 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherDeviceInfo()
276 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherSurfaceInfo()
H A DBackendVk.cpp143 const VulkanFunctions& VulkanInstance::GetFunctions() const { in GetFunctions() function in dawn_native::vulkan::VulkanInstance
H A DSwapChainVk.cpp91 const VulkanFunctions& fn = adapter->GetVulkanInstance()->GetFunctions(); in CreateVulkanSurface()
H A DDeviceVk.cpp66 *functions = ToBackend(GetAdapter())->GetVulkanInstance()->GetFunctions(); in Initialize()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc240 OptimizedFrame::cast(iterator_.frame())->GetFunctions(&infos); in FrameFunctionCount()
1299 GetFunctions(&functions); in HasInlinedFrames()
1322 void JavaScriptFrame::GetFunctions( in GetFunctions() function in v8::internal::JavaScriptFrame
1328 void JavaScriptFrame::GetFunctions( in GetFunctions() function in v8::internal::JavaScriptFrame
1332 GetFunctions(&raw_functions); in GetFunctions()
1883 void OptimizedFrame::GetFunctions( in GetFunctions() function in v8::internal::OptimizedFrame
1892 return JavaScriptFrame::GetFunctions(functions); in GetFunctions()
H A Dframes.h611 // about the inlined frames use {GetFunctions} and {Summarize}.
622 virtual void GetFunctions(std::vector<SharedFunctionInfo>* functions) const;
624 void GetFunctions(std::vector<Handle<SharedFunctionInfo>>* functions) const;
818 void GetFunctions(std::vector<SharedFunctionInfo>* functions) const override;
H A Disolate.cc5034 it.frame()->GetFunctions(&infos); in ThrowInternal()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc1116 frame->GetFunctions(&infos); in PrepareStepOnThrow()
1314 js_frame->GetFunctions(&infos); in PrepareStep()
2171 frame->GetFunctions(&infos); in IsFrameBlackboxed()
H A Dliveedit.cc898 it.frame()->GetFunctions(&sfis);
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc350 frame->GetFunctions(&functions); in GetCallerArguments()

Completed in 42 milliseconds

12