Home
last modified time | relevance | path

Searched refs:LOG_ALL (Results 1 - 18 of 18) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc492 if ((trace_params & LOG_ALL) != LOG_ALL) { in Action()
495 sim_->SetTraceParameters(trace_params | LOG_ALL); in Action()
499 sim_->SetTraceParameters(trace_params & ~LOG_ALL); in Action()
H A Dsimulator-constants-aarch64.h133 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE | LOG_BRANCH enumerator
/third_party/NuttX/include/
H A Dsyslog.h118 #define LOG_ALL 0xff macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp351 LOG_ALL = 0, enumerator
363 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate()
369 if (logPolicy == LOG_ALL) in verifyConstantDerivate()
384 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
395 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
398 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
355 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp397 LOG_ALL = 0, enumerator
409 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate()
415 if (logPolicy == LOG_ALL) in verifyConstantDerivate()
427 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
438 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
441 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
401 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument
H A Des3fTextureFormatTests.cpp194 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
393 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp333 LOG_ALL = 0, enumerator
345 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate()
351 if (logPolicy == LOG_ALL) in verifyConstantDerivate()
363 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
374 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
377 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
337 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.h159 __ Trace(LOG_ALL, TRACE_DISABLE); \
H A Dtest-disasm-aarch64.cc2761 COMPARE_MACRO_PREFIX(Trace(LOG_ALL, TRACE_ENABLE), "hlt #0xdeb2"); in TEST()
2776 COMPARE_MACRO_PREFIX(Log(LOG_ALL), "hlt #0xdeb3"); in TEST()
H A Dtest-simulator-aarch64.cc94 __ Trace(LOG_ALL, TRACE_DISABLE); \
H A Dtest-trace-aarch64.cc3143 TEST(all) { TraceTestHelper(false, LOG_ALL, REF("log-all")); }
3169 TEST(all_colour) { TraceTestHelper(true, LOG_ALL, REF("log-all-colour")); }
H A Dtest-assembler-aarch64.cc9520 __ Trace(LOG_ALL, TRACE_ENABLE);
9521 __ Trace(LOG_ALL, TRACE_DISABLE);
9540 __ Log(LOG_ALL);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp154 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
334 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h560 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE, enumerator
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc181 masm.Trace(LOG_ALL, TRACE_DISABLE); \
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp366 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.hpp83 LOG_ALL = LOG_PROGRAMS|LOG_UNIFORMS enumerator
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc341 log_parameters_ = LOG_ALL; in Simulator()
3697 if ((log_parameters() & LOG_ALL) != LOG_ALL) {
3699 set_log_parameters(log_parameters() | LOG_ALL);
3702 set_log_parameters(log_parameters() & ~LOG_ALL);

Completed in 50 milliseconds