Searched refs:is_debug (Results 1 - 17 of 17) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cKHRDebugTests.hpp57 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 Dgl4cKHRDebugTests.cpp146 * @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 Dsi_hw_context.c138 if (ctx->is_debug) {
168 if (ctx->is_debug) {
H A Dsi_pipe.h347 bool is_debug; member in struct:si_context
H A Dsi_state_shaders.c1469 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 Dsi_pipe.c164 sctx->is_debug = (flags & PIPE_CONTEXT_DEBUG) != 0;
/external/v8/src/
H A Dcompilation-info.cc38 bool CompilationInfo::is_debug() const { function in class:v8::internal::CompilationInfo
39 return parse_info() ? parse_info()->is_debug() : false;
H A Dcompilation-info.h122 bool is_debug() const;
186 return FLAG_optimize_for_size && FLAG_age_code && !is_debug() &&
H A Dcompiler.cc385 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 Dcodegen.cc134 info->prologue_offset(), info->is_debug() && !is_crankshafted);
H A Dfactory.h647 bool is_debug = false);
H A Dfactory.cc1651 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 Dparse-info.h74 FLAG_ACCESSOR(kDebug, is_debug, set_is_debug)
H A Dparser.cc534 bool can_compile_lazily = FLAG_lazy && !info->is_debug();
/external/v8/src/full-codegen/
H A Dfull-codegen.cc658 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 Dfull-codegen-mips.cc363 if (info_->is_debug()) {
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc363 if (info_->is_debug()) {

Completed in 2887 milliseconds