/third_party/vixl/src/aarch64/ |
H A D | debugger-aarch64.cc | 492 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 D | simulator-constants-aarch64.h | 133 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE | LOG_BRANCH enumerator
|
/third_party/NuttX/include/ |
H A D | syslog.h | 118 #define LOG_ALL 0xff macro
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 351 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 D | es3fShaderDerivateTests.cpp | 397 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 D | es3fTextureFormatTests.cpp | 194 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 D | vktShaderRenderDerivateTests.cpp | 333 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 D | test-assembler-aarch64.h | 159 __ Trace(LOG_ALL, TRACE_DISABLE); \
|
H A D | test-disasm-aarch64.cc | 2761 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 D | test-simulator-aarch64.cc | 94 __ Trace(LOG_ALL, TRACE_DISABLE); \
|
H A D | test-trace-aarch64.cc | 3143 TEST(all) { TraceTestHelper(false, LOG_ALL, REF("log-all")); } 3169 TEST(all_colour) { TraceTestHelper(true, LOG_ALL, REF("log-all-colour")); }
|
H A D | test-assembler-aarch64.cc | 9520 __ 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 D | es2fTextureFormatTests.cpp | 154 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 D | instructions-arm64.h | 560 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE, enumerator
|
/third_party/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 181 masm.Trace(LOG_ALL, TRACE_DISABLE); \
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 366 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.hpp | 83 LOG_ALL = LOG_PROGRAMS|LOG_UNIFORMS enumerator
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 341 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);
|