Home
last modified time | relevance | path

Searched refs:LOG_ALL (Results 1 – 16 of 16) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h118 #define LOG_ALL 0xff macro
/third_party/vixl/src/aarch64/
Dsimulator-constants-aarch64.h131 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE | LOG_BRANCH enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
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()
/third_party/vk-gl-cts/modules/gles3/functional/
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()
Des3fTextureFormatTests.cpp194 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
393 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.h153 __ Trace(LOG_ALL, TRACE_DISABLE); \
Dtest-disasm-aarch64.cc2687 COMPARE_MACRO_PREFIX(Trace(LOG_ALL, TRACE_ENABLE), "hlt #0xdeb2"); in TEST()
2702 COMPARE_MACRO_PREFIX(Log(LOG_ALL), "hlt #0xdeb3"); in TEST()
Dtest-trace-aarch64.cc3084 TEST(all) { TraceTestHelper(false, LOG_ALL, REF("log-all")); } in TEST()
3110 TEST(all_colour) { TraceTestHelper(true, LOG_ALL, REF("log-all-colour")); } in TEST()
Dtest-simulator-aarch64.cc87 __ Trace(LOG_ALL, TRACE_DISABLE); \
Dtest-assembler-aarch64.cc9116 __ Trace(LOG_ALL, TRACE_ENABLE); in TEST()
9117 __ Trace(LOG_ALL, TRACE_DISABLE); in TEST()
9136 __ Log(LOG_ALL); in TEST()
/third_party/vk-gl-cts/modules/gles2/functional/
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/
Dinstructions-arm64.h560 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE, enumerator
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp83 LOG_ALL = LOG_PROGRAMS|LOG_UNIFORMS enumerator
/third_party/vixl/test/aarch64/examples/
Dtest-examples.cc181 masm.Trace(LOG_ALL, TRACE_DISABLE); \
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFormatTests.cpp366 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc341 log_parameters_ = LOG_ALL; in Simulator()
3697 if ((log_parameters() & LOG_ALL) != LOG_ALL) { in ExecDebugCommand()
3699 set_log_parameters(log_parameters() | LOG_ALL); in ExecDebugCommand()
3702 set_log_parameters(log_parameters() & ~LOG_ALL); in ExecDebugCommand()