Home
last modified time | relevance | path

Searched refs:debug_get_num_option (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/util/tests/
H A Du_debug_test.cpp163 TEST(u_debug, debug_get_num_option) in TEST() argument
168 EXPECT_EQ(debug_get_num_option("MESA_UNIT_TEST_NUM_VARIABLE_0", 10), 101); in TEST()
169 EXPECT_EQ(debug_get_num_option("MESA_UNIT_TEST_NUM_VARIABLE_0", 0), 101); in TEST()
175 EXPECT_EQ(debug_get_num_option("MESA_UNIT_TEST_NUM_VARIABLE_1", 10), 10); in TEST()
176 EXPECT_EQ(debug_get_num_option("MESA_UNIT_TEST_NUM_VARIABLE_1", 100), 100); in TEST()
182 EXPECT_EQ(debug_get_num_option("MESA_UNIT_TEST_NUM_VARIABLE_2", 10), 10); in TEST()
183 EXPECT_EQ(debug_get_num_option("MESA_UNIT_TEST_NUM_VARIABLE_2", 100), 100); in TEST()
/aosp_15_r20/external/mesa3d/src/intel/dev/
H A Dintel_debug.c203 debug_get_num_option("INTEL_DEBUG_BATCH_FRAME_START", 0); in process_intel_debug_variable_once()
205 debug_get_num_option("INTEL_DEBUG_BATCH_FRAME_STOP", -1); in process_intel_debug_variable_once()
208 debug_get_num_option("INTEL_DEBUG_BKP_BEFORE_DRAW_COUNT", 0); in process_intel_debug_variable_once()
210 debug_get_num_option("INTEL_DEBUG_BKP_AFTER_DRAW_COUNT", 0); in process_intel_debug_variable_once()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_screen.c605 lima_ctx_num_plb = debug_get_num_option("LIMA_CTX_NUM_PLB", LIMA_CTX_PLB_DEF_NUM); in lima_screen_parse_env()
614 lima_plb_max_blk = debug_get_num_option("LIMA_PLB_MAX_BLK", 0); in lima_screen_parse_env()
621 lima_ppir_force_spilling = debug_get_num_option("LIMA_PPIR_FORCE_SPILLING", 0); in lima_screen_parse_env()
628 lima_plb_pp_stream_cache_size = debug_get_num_option("LIMA_PLB_PP_STREAM_CACHE_SIZE", 0); in lima_screen_parse_env()
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_debug.h159 debug_get_num_option(const char *name, long dfault);
384 debug_get_num_option(const char *name, long dfault);
458 value = debug_get_num_option(name, dfault); \
H A Du_debug.c183 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_types.h72 const uint64_t D3D12_VIDEO_ENC_ASYNC_DEPTH = debug_get_num_option("D3D12_VIDEO_ENC_ASYNC_DEPTH", 8);
74 const uint64_t D3D12_VIDEO_ENC_METADATA_BUFFERS_COUNT = debug_get_num_option("D3D12_VIDEO_ENC_METAD…
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c597 info->target = debug_get_num_option("NV50_PROG_CHIPSET", chipset); in nvc0_program_translate()
598 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 4); in nvc0_program_translate()
599 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nvc0_program_translate()
600 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nvc0_program_translate()
939 if (debug_get_num_option("NV50_PROG_DEBUG", 0)) in nvc0_program_upload()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c378 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 4); in nv50_program_translate()
379 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate()
380 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nv50_program_translate()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init_common.c75 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", lp_native_vector_width); in lp_build_init_native_width()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1248 sscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in radeonsi_screen_create_impl()
1250 sscreen->force_aniso = MIN2(16, debug_get_num_option("AMD_TEX_ANISO", -1)); in radeonsi_screen_create_impl()
1417 debug_get_num_option("AMD_DEBUG_DPBB_CS", sscreen->pbb_context_states_per_bin); in radeonsi_screen_create_impl()
1419 debug_get_num_option("AMD_DEBUG_DPBB_PS", sscreen->pbb_persistent_states_per_bin); in radeonsi_screen_create_impl()
/aosp_15_r20/external/mesa3d/src/util/
H A Dmesa_cache_db_multipart.c24 db->num_parts = debug_get_num_option("MESA_DISK_CACHE_DATABASE_NUM_PARTS", 50); in mesa_cache_db_multipart_open()
H A Du_debug.h370 debug_get_num_option(const char *name, int64_t dfault);
H A Du_debug.c226 debug_get_num_option(const char *name, int64_t dfault) in debug_get_num_option() function
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_util.c163 debug_get_num_option("ANV_PRINTF_BUFFER_SIZE", 1024 * 1024), in anv_device_print_init()
H A Danv_nir_lower_multiview.c323 debug_get_num_option("ANV_PRIMITIVE_REPLICATION_MAX_VIEWS", in anv_check_for_primitive_replication()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1969 unsigned signo = debug_get_num_option("GALLIUM_HUD_TOGGLE_SIGNAL", 0); in hud_create()
1976 hud_opacity = debug_get_num_option("GALLIUM_HUD_OPACITY", HUD_DEFAULT_OPACITY) / 100.0f; in hud_create()
1977 hud_scale = debug_get_num_option("GALLIUM_HUD_SCALE", HUD_DEFAULT_SCALE); in hud_create()
1978 hud_rotate = debug_get_num_option("GALLIUM_HUD_ROTATION", HUD_DEFAULT_ROTATION) % 360; in hud_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c319 tpp_x = debug_get_num_option("TPP_X", tpp_x); in gmem_stateobj_init()
320 tpp_y = debug_get_num_option("TPP_Y", tpp_x); in gmem_stateobj_init()
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dintel_urb_config.c344 MIN2(debug_get_num_option("INTEL_MESH_TASK_URB_SHARE", -2), 100); in intel_get_mesh_urb_config()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c257 nir_count = debug_get_num_option("GALLIUM_TRACE_NIR", 32); in trace_dump_trace_begin()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_codegen.c23 return debug_get_num_option("NV50_PROG_DEBUG", 0); in nvk_cg_get_prog_debug()
29 return debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nvk_cg_get_prog_optimize()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c199 (unsigned)debug_get_num_option("INTEL_MESH_HEADER_PACKING", 3); in brw_compiler_create()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/
H A Dpresentation.c277 dump_window = debug_get_num_option("VDPAU_DUMP", 0); in vlVdpPresentationQueueDisplay()
H A Dvdpau_private.h594 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_printf.c27 device->printf.buffer_size = debug_get_num_option("RADV_PRINTF_BUFFER_SIZE", 0); in radv_printf_data_init()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_sync.c205 max_timeout_ms = debug_get_num_option("MESA_VK_MAX_TIMEOUT", 0); in get_max_abs_timeout_ns()

12