Home
last modified time | relevance | path

Searched refs:noopt (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py705 return '.noopt.' in shader
721 noopt = shader_is_noopt(shader[1])
725 spirv, glsl, vulkan_glsl = cross_compile(joined_path, vulkan, is_spirv, invalid_spirv, eliminate, is_legacy, flatten_ubo, sso, flatten_dim, args.opt and (not noopt), push_ubo, args.iterations, paths)
753 noopt = shader_is_noopt(shader[1])
754 spirv, msl = cross_compile_msl(joined_path, is_spirv, args.opt and (not noopt), args.iterations, paths)
780 noopt = shader_is_noopt(shader[1])
781 spirv, hlsl = cross_compile_hlsl(joined_path, is_spirv, args.opt and (not noopt), args.force_no_external_validation, args.iterations, paths)
789 noopt = shader_is_noopt(shader[1])
790 spirv, reflect = cross_compile_reflect(joined_path, is_spirv, args.opt and (not noopt), args.iterations, paths)
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.h72 noopt = 1 << 18 enumerator
H A Dsfn_debug.cpp67 {"noopt", SfnLog::noopt, "Don't run backend optimizations"},
H A Dsfn_nir.cpp838 if (!r600::sfn_log.has_debug_flag(r600::SfnLog::noopt)) { in r600_shader_from_nir()
/third_party/libphonenumber/debian/
H A Drules39 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
/third_party/python/PCbuild/
H A Dprepare_libffi.bat52 if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift & goto :CheckOpts
/third_party/lwip/src/netif/ppp/
H A Dlcp.c98 static int noopt (char **);
110 { "-all", o_special_noarg, (void *)noopt,
324 * noopt - Disable all options (why?).
327 noopt(argv) in noopt() function

Completed in 7 milliseconds