Home
last modified time | relevance | path

Searched refs:GetFunctions (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gn/src/gn/
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()
/third_party/skia/src/sksl/ir/
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()
DSkSLSymbolTable.h163 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s);
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
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 …]
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()
DBackendD3D12.h41 const PlatformFunctions* GetFunctions() const;
DBackendD3D12.cpp149 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
DDeviceD3D12.h67 const PlatformFunctions* GetFunctions() const;
DAdapterD3D12.cpp68 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in InitializeImpl()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp50 const VulkanFunctions& vkFunctions = backend.GetFunctions(); in GatherGlobalInfo()
130 const VulkanFunctions& vkFunctions = backend.GetFunctions(); in GetPhysicalDevices()
150 const VulkanFunctions& vkFunctions = adapter.GetBackend()->GetFunctions(); in GatherDeviceInfo()
230 const VulkanFunctions& vkFunctions = adapter.GetBackend()->GetFunctions(); in GatherSurfaceInfo()
DBackendVk.h31 const VulkanFunctions& GetFunctions() const;
DBackendVk.cpp50 const VulkanFunctions& Backend::GetFunctions() const { in GetFunctions() function in dawn_native::vulkan::Backend
/third_party/flutter/skia/src/sksl/ir/
DSkSLSymbolTable.cpp13 std::vector<const FunctionDeclaration*> SymbolTable::GetFunctions(const Symbol& s) { in GetFunctions() function in SkSL::SymbolTable
33 auto functions = GetFunctions(*entry->second); in operator []()
38 auto previousFunctions = GetFunctions(*previous); in operator []()
DSkSLSymbolTable.h53 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.h33 const PlatformFunctions* GetFunctions() const;
DCommandBufferD3D12.cpp918 if (ToBackend(GetDevice())->GetFunctions()->isPIXEventRuntimeLoaded()) { in RecordRenderPass()
922 ->GetFunctions() in RecordRenderPass()
930 if (ToBackend(GetDevice())->GetFunctions()->isPIXEventRuntimeLoaded()) { in RecordRenderPass()
932 ->GetFunctions() in RecordRenderPass()
941 if (ToBackend(GetDevice())->GetFunctions()->isPIXEventRuntimeLoaded()) { in RecordRenderPass()
945 ->GetFunctions() in RecordRenderPass()
DDeviceD3D12.cpp155 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Device
156 return ToBackend(GetAdapter())->GetBackend()->GetFunctions(); in GetFunctions()
DComputePipelineD3D12.cpp41 const PlatformFunctions* functions = device->GetFunctions(); in ComputePipeline()
DAdapterD3D12.cpp63 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in Initialize()
DPipelineLayoutD3D12.cpp96 ASSERT_SUCCESS(device->GetFunctions()->d3d12SerializeRootSignature( in PipelineLayout()
DBackendD3D12.cpp93 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
DDeviceD3D12.h63 const PlatformFunctions* GetFunctions() const;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.h46 const VulkanFunctions& GetFunctions() const;
DAdapterVk.cpp50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported()
332 mVulkanInstance->GetFunctions()); in SupportsExternalImages()
DVulkanInfo.cpp144 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherDeviceInfo()
276 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherSurfaceInfo()

12