Home
last modified time | relevance | path

Searched refs:getReason (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h121 const char *getReason() const { in getReason() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.hpp116 deUint32 getReason (void) const { return m_reason; } in getReason() function in deqp::gles31::Functional::FboTestUtil::FboIncompleteException
Des31fFboTestCase.cpp98 if (e.getReason() == GL_FRAMEBUFFER_UNSUPPORTED) in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestUtil.hpp206 deUint32 getReason (void) const { return m_reason; } in getReason() function in deqp::gles3::Functional::FboTestUtil::FboIncompleteException
Des3fFboTestCase.cpp96 if (e.getReason() == GL_FRAMEBUFFER_UNSUPPORTED) in iterate()
Des3fFboRenderTest.cpp459 if (e.getReason() == GL_FRAMEBUFFER_UNSUPPORTED) in iterate()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp47 std::variant<interop::GPUDeviceLostReason> getReason(Napi::Env env) override { in getReason() function in wgpu::binding::__anon794041fb0111::DeviceLostInfo
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp342 String getReason() const in getReason() function in glcts::LayoutBindingTestResult
1128 log << tcu::TestLog::Message << result.getReason() << tcu::TestLog::EndMessage; in iterate()
1465 return LayoutBindingTestResult(drawTestResult.testPassed(), drawTestResult.getReason()); in binding_basic_render()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp404 if (const char *Reason = IC.getReason()) in operator <<()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboRenderTest.cpp326 GLenum getReason (void) const { return m_reason; } in getReason() function in deqp::gles2::Functional::FboIncompleteException
595 if (e.getReason() == GL_FRAMEBUFFER_UNSUPPORTED) in iterate()