Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DComputePipelineD3D12.cpp102 return ToBackend(GetDevice())->GetDispatchIndirectSignature(); in GetDispatchIndirectCommandSignature()
DDeviceD3D12.h60 ComPtr<ID3D12CommandSignature> GetDispatchIndirectSignature() const;
DDeviceD3D12.cpp195 ComPtr<ID3D12CommandSignature> Device::GetDispatchIndirectSignature() const { in GetDispatchIndirectSignature() function in dawn_native::d3d12::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h55 ComPtr<ID3D12CommandSignature> GetDispatchIndirectSignature() const;
DDeviceD3D12.cpp135 ComPtr<ID3D12CommandSignature> Device::GetDispatchIndirectSignature() const { in GetDispatchIndirectSignature() function in dawn_native::d3d12::Device
DCommandBufferD3D12.cpp720 ToBackend(GetDevice())->GetDispatchIndirectSignature(); in RecordComputePass()