/third_party/gn/src/gn/ |
D | command_help.cc | 44 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/ |
D | SkSLSymbolTable.cpp | 17 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()
|
D | SkSLSymbolTable.h | 163 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 990 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 …]
|
D | DeviceD3D12.cpp | 212 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()
|
D | BackendD3D12.h | 41 const PlatformFunctions* GetFunctions() const;
|
D | BackendD3D12.cpp | 149 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
|
D | DeviceD3D12.h | 67 const PlatformFunctions* GetFunctions() const;
|
D | AdapterD3D12.cpp | 68 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in InitializeImpl()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanInfo.cpp | 50 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()
|
D | BackendVk.h | 31 const VulkanFunctions& GetFunctions() const;
|
D | BackendVk.cpp | 50 const VulkanFunctions& Backend::GetFunctions() const { in GetFunctions() function in dawn_native::vulkan::Backend
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 13 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 []()
|
D | SkSLSymbolTable.h | 53 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s);
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | BackendD3D12.h | 33 const PlatformFunctions* GetFunctions() const;
|
D | CommandBufferD3D12.cpp | 918 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()
|
D | DeviceD3D12.cpp | 155 const PlatformFunctions* Device::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Device 156 return ToBackend(GetAdapter())->GetBackend()->GetFunctions(); in GetFunctions()
|
D | ComputePipelineD3D12.cpp | 41 const PlatformFunctions* functions = device->GetFunctions(); in ComputePipeline()
|
D | AdapterD3D12.cpp | 63 const PlatformFunctions* functions = GetBackend()->GetFunctions(); in Initialize()
|
D | PipelineLayoutD3D12.cpp | 96 ASSERT_SUCCESS(device->GetFunctions()->d3d12SerializeRootSignature( in PipelineLayout()
|
D | BackendD3D12.cpp | 93 const PlatformFunctions* Backend::GetFunctions() const { in GetFunctions() function in dawn_native::d3d12::Backend
|
D | DeviceD3D12.h | 63 const PlatformFunctions* GetFunctions() const;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BackendVk.h | 46 const VulkanFunctions& GetFunctions() const;
|
D | AdapterVk.cpp | 50 mVulkanInstance->GetFunctions().GetPhysicalDeviceFormatProperties(mPhysicalDevice, format, in IsDepthStencilFormatSupported() 332 mVulkanInstance->GetFunctions()); in SupportsExternalImages()
|
D | VulkanInfo.cpp | 144 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherDeviceInfo() 276 const VulkanFunctions& vkFunctions = adapter.GetVulkanInstance()->GetFunctions(); in GatherSurfaceInfo()
|