Searched refs:env_var_as_unsigned (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddebug.h47 env_var_as_unsigned(const char *var_name, unsigned default_value);
H A Ddebug.c99 env_var_as_unsigned(const char *var_name, unsigned default_value) function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddebug.h47 env_var_as_unsigned(const char *var_name, unsigned default_value);
H A Ddebug.c101 env_var_as_unsigned(const char *var_name, unsigned default_value) function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir.c131 gcm = env_var_as_unsigned("GCM", 0);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_multiview.c305 env_var_as_unsigned("ANV_PRIMITIVE_REPLICATION_MAX_VIEWS",
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c335 tpp_x = env_var_as_unsigned("TPP_X", tpp_x);
336 tpp_y = env_var_as_unsigned("TPP_Y", tpp_x);
H A Dfreedreno_screen.c967 screen->gmemsize_bytes = env_var_as_unsigned("FD_MESA_GMEM", val);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c218 gcm = env_var_as_unsigned("GCM", 0);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.h4503 should_print = env_var_as_unsigned("NIR_PRINT", 0);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst2098 - util: env_var_as_unsigned() helper
2099 - freedreno/ir3: use env_var_as_unsigned()

Completed in 19 milliseconds