/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cKHRDebugTests.hpp | 57 TestBase(deqp::Context& context, bool is_debug); 146 APIErrorsTest(deqp::Context& context, bool is_debug, const glw::GLchar* name); 187 LabelsTest(deqp::Context& context, bool is_debug, const glw::GLchar* name);
|
H A D | gl4cKHRDebugTests.cpp | 146 * @param is_debug Selects if debug or non-debug context should be created 148 TestBase::TestBase(deqp::Context& context, bool is_debug) argument 149 : m_gl(0), m_is_debug(is_debug), m_rc(0), m_test_base_context(context), m_orig_rc(0) 252 * @param is_debug Selects if debug or non-debug context should be used 255 APIErrorsTest::APIErrorsTest(deqp::Context& context, bool is_debug, const GLchar* name) argument 256 : TestCase(context, name, "Verifies that errors are generated as expected"), TestBase(context, is_debug) 681 * @param is_debug Selects if debug or non-debug context should be used 684 LabelsTest::LabelsTest(deqp::Context& context, bool is_debug, const GLchar* name) argument 685 : TestCase(context, name, "Verifies that labels can be assigned and queried"), TestBase(context, is_debug) 1277 * @param is_debug Select [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_hw_context.c | 138 if (ctx->is_debug) { 168 if (ctx->is_debug) {
|
H A D | si_pipe.h | 347 bool is_debug; member in struct:si_context
|
H A D | si_state_shaders.c | 1469 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; 1645 sctx->is_debug || 2392 compiler_state.is_debug_context = sctx->is_debug;
|
H A D | si_pipe.c | 164 sctx->is_debug = (flags & PIPE_CONTEXT_DEBUG) != 0;
|
/external/v8/src/ |
H A D | compilation-info.cc | 38 bool CompilationInfo::is_debug() const { function in class:v8::internal::CompilationInfo 39 return parse_info() ? parse_info()->is_debug() : false;
|
H A D | compilation-info.h | 122 bool is_debug() const; 186 return FLAG_optimize_for_size && FLAG_age_code && !is_debug() &&
|
H A D | compiler.cc | 385 return ShouldUseIgnition(info->shared_info(), info->is_debug()); 389 bool is_debug) { 391 !shared_info->is_asm_wasm_broken() && !is_debug; 398 bool is_debug, bool will_serialize) { 401 dispatcher->IsEnabled() && !is_debug && !will_serialize && 402 !UseAsmWasm(scope, shared_info, is_debug); 433 if (info->is_debug() && info->has_bytecode_array()) { 498 if (UseAsmWasm(info->scope(), info->shared_info(), info->is_debug())) { 528 bool is_debug = outer_info->is_debug(); local 388 UseAsmWasm(DeclarationScope* scope, Handle<SharedFunctionInfo> shared_info, bool is_debug) argument 394 UseCompilerDispatcher(Compiler::ConcurrencyMode inner_function_mode, CompilerDispatcher* dispatcher, DeclarationScope* scope, Handle<SharedFunctionInfo> shared_info, bool is_debug, bool will_serialize) argument [all...] |
H A D | codegen.cc | 134 info->prologue_offset(), info->is_debug() && !is_crankshafted);
|
H A D | factory.h | 647 bool is_debug = false);
|
H A D | factory.cc | 1651 bool is_debug) { 1698 if (is_debug) { 1645 NewCode(const CodeDesc& desc, Code::Flags flags, Handle<Object> self_ref, bool immovable, bool crankshafted, int prologue_offset, bool is_debug) argument
|
/external/v8/src/parsing/ |
H A D | parse-info.h | 74 FLAG_ACCESSOR(kDebug, is_debug, set_is_debug)
|
H A D | parser.cc | 534 bool can_compile_lazily = FLAG_lazy && !info->is_debug();
|
/external/v8/src/full-codegen/ |
H A D | full-codegen.cc | 658 if (info_->is_debug()) { 669 if (insert_break == INSERT_BREAK && info_->is_debug() && 684 if (info_->is_debug()) { 693 if (info_->is_debug()) {
|
/external/v8/src/full-codegen/mips/ |
H A D | full-codegen-mips.cc | 363 if (info_->is_debug()) {
|
/external/v8/src/full-codegen/mips64/ |
H A D | full-codegen-mips64.cc | 363 if (info_->is_debug()) {
|