Home
last modified time | relevance | path

Searched refs:IsRobustnessEnabled (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DShaderModuleVk.cpp86 if (GetDevice()->IsRobustnessEnabled()) { in Initialize()
DDeviceVk.cpp333 if (IsRobustnessEnabled()) { in CreateDevice()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.mm120 if (GetDevice()->IsRobustnessEnabled()) {
DDeviceMTL.mm195 if (IsRobustnessEnabled()) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h318 bool IsRobustnessEnabled() const;
DDevice.cpp1163 bool DeviceBase::IsRobustnessEnabled() const { in IsRobustnessEnabled() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp309 request.isRobustnessEnabled = device->IsRobustnessEnabled(); in Create()