Home
last modified time | relevance | path

Searched defs:debug_enabled (Results 1 – 25 of 108) sorted by relevance

12345

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp380 bool debug_enabled) in fs_visitor()
404 bool debug_enabled) in fs_visitor()
431 bool debug_enabled) in fs_visitor()
H A Dbrw_compile_bs.cpp71 const bool debug_enabled = brw_should_print_shader(shader, DEBUG_RT); in compile_single_bs() local
158 const bool debug_enabled = brw_should_print_shader(shader, DEBUG_RT); in brw_compile_bs() local
H A Dbrw_compile_tes.cpp69 const bool debug_enabled = brw_should_print_shader(nir, DEBUG_TES); in brw_compile_tes() local
H A Dbrw_compile_vs.cpp69 const bool debug_enabled = in brw_compile_vs() local
H A Dbrw_compile_gs.cpp147 const bool debug_enabled = brw_should_print_shader(nir, DEBUG_GS); in brw_compile_gs() local
H A Dbrw_compile_cs.cpp107 const bool debug_enabled = in brw_compile_cs() local
H A Dbrw_compile_tcs.cpp193 const bool debug_enabled = brw_should_print_shader(nir, DEBUG_TCS); in brw_compile_tcs() local
H A Dbrw_compile_mesh.cpp332 const bool debug_enabled = brw_should_print_shader(nir, DEBUG_TASK); in brw_compile_task() local
1603 const bool debug_enabled = brw_should_print_shader(nir, DEBUG_MESH); in brw_compile_mesh() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_visitor.cpp850 bool debug_enabled) in elk_fs_visitor()
869 bool debug_enabled) in elk_fs_visitor()
892 bool debug_enabled) in elk_fs_visitor()
H A Delk_vec4_tcs.cpp44 bool debug_enabled) in vec4_tcs_visitor()
365 const bool debug_enabled = elk_should_print_shader(nir, DEBUG_TCS); in elk_compile_tcs() local
H A Delk_vec4_gs_visitor.cpp48 bool debug_enabled) in vec4_gs_visitor()
597 const bool debug_enabled = elk_should_print_shader(nir, DEBUG_GS); in elk_compile_gs() local
H A Delk_shader.cpp680 bool debug_enabled) in elk_backend_shader()
1262 const bool debug_enabled = elk_should_print_shader(nir, DEBUG_TES); in elk_compile_tes() local
H A Delk_vec4_vs_visitor.cpp99 bool debug_enabled) in vec4_vs_visitor()
H A Delk_gfx6_gs_visitor.h44 bool debug_enabled) : in gfx6_gs_visitor()
H A Delk_vec4_tes.cpp41 bool debug_enabled) in vec4_tes_visitor()
H A Delk_shader.h78 bool debug_enabled; member
H A Delk_vec4_generator.cpp1528 bool debug_enabled) in generate_code()
2301 bool debug_enabled) in elk_vec4_generate_assembly()
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/gen/sysprop/android/sysprop/
DNfcProperties.sysprop.cpp223 std::optional<bool> debug_enabled() { in debug_enabled() function
227 bool debug_enabled(const std::optional<bool>& value) { in debug_enabled() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static/gen/sysprop/android/sysprop/
DNfcProperties.sysprop.cpp223 std::optional<bool> debug_enabled() { in debug_enabled() function
227 bool debug_enabled(const std::optional<bool>& value) { in debug_enabled() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_apex31/gen/sysprop/android/sysprop/
DNfcProperties.sysprop.cpp223 std::optional<bool> debug_enabled() { in debug_enabled() function
227 bool debug_enabled(const std::optional<bool>& value) { in debug_enabled() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/sysprop/android/sysprop/
DNfcProperties.sysprop.cpp223 std::optional<bool> debug_enabled() { in debug_enabled() function
227 bool debug_enabled(const std::optional<bool>& value) { in debug_enabled() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/gen/sysprop/android/sysprop/
DNfcProperties.sysprop.cpp223 std::optional<bool> debug_enabled() { in debug_enabled() function
227 bool debug_enabled(const std::optional<bool>& value) { in debug_enabled() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libPlatformProperties/linux_glibc_x86_64_static/gen/sysprop/android/sysprop/
DNfcProperties.sysprop.cpp223 std::optional<bool> debug_enabled() { in debug_enabled() function
227 bool debug_enabled(const std::optional<bool>& value) { in debug_enabled() function
/aosp_15_r20/system/memory/lmkd/
Dreaper.h52 bool debug_enabled() const { return debug_enabled_; } in debug_enabled() function
/aosp_15_r20/out/soong/.intermediates/system/libsysprop/srcs/libplatformproperties_rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/src/nfcproperties/
Dmod.rs12 pub fn debug_enabled() -> std::result::Result<Option<bool>, SysPropError> { in debug_enabled() function

12345