Home
last modified time | relevance | path

Searched refs:d3d12SerializeRootSignature (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp120 d3d12SerializeRootSignature = &D3D12SerializeRootSignature; in LoadD3D12()
130 !mD3D12Lib.GetProc(&d3d12SerializeRootSignature, "D3D12SerializeRootSignature", in LoadD3D12()
DPlatformFunctions.h43 PFN_D3D12_SERIALIZE_ROOT_SIGNATURE d3d12SerializeRootSignature = nullptr; variable
DPipelineLayoutD3D12.cpp250 HRESULT hr = device->GetFunctions()->d3d12SerializeRootSignature( in Initialize()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp39 !mD3D12Lib.GetProc(&d3d12SerializeRootSignature, "D3D12SerializeRootSignature", in LoadD3D12()
DPlatformFunctions.h44 PFN_D3D12_SERIALIZE_ROOT_SIGNATURE d3d12SerializeRootSignature = nullptr; variable
DPipelineLayoutD3D12.cpp96 ASSERT_SUCCESS(device->GetFunctions()->d3d12SerializeRootSignature( in PipelineLayout()