Home
last modified time | relevance | path

Searched refs:new_mode (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.h167 enum gl_advanced_blend_mode new_mode) in _mesa_advanded_blend_sh_constant_changed() argument
169 return _mesa_get_advanced_blend_sh_constant(new_blend_enabled, new_mode) != in _mesa_advanded_blend_sh_constant_changed()
188 enum gl_advanced_blend_mode new_mode) in _mesa_flush_vertices_for_blend_adv() argument
193 new_mode)) { in _mesa_flush_vertices_for_blend_adv()
/external/rust/crates/criterion/src/
Dbenchmark_group.rs233 pub fn sampling_mode(&mut self, new_mode: SamplingMode) -> &mut Self { in sampling_mode()
234 self.partial_config.sampling_mode = Some(new_mode); in sampling_mode()
Dbenchmark.rs247 pub fn sampling_mode(mut self, new_mode: SamplingMode) -> Self {
248 self.config.sampling_mode = Some(new_mode);
/external/selinux/policycoreutils/semodule/
Dsemodule.c154 static void set_mode(enum client_modes new_mode, char *arg) in set_mode() argument
164 commands[num_commands].mode = new_mode; in set_mode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c964 MODE new_mode = BEST; in pick_quickcompress_mode() local
984 new_mode = (deadline > duration_us) ? GOOD : REALTIME; in pick_quickcompress_mode()
986 new_mode = BEST; in pick_quickcompress_mode()
990 case VPX_RC_LAST_PASS: new_mode = deadline > 0 ? GOOD : BEST; break; in pick_quickcompress_mode()
996 new_mode = REALTIME; in pick_quickcompress_mode()
999 if (ctx->oxcf.mode != new_mode) { in pick_quickcompress_mode()
1000 ctx->oxcf.mode = new_mode; in pick_quickcompress_mode()
/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1718 void emit_set_mode(Builder& bld, float_mode new_mode, bool set_round, bool set_denorm) in emit_set_mode() argument
1722 bld.sopp(aco_opcode::s_round_mode, -1, new_mode.round); in emit_set_mode()
1724 bld.sopp(aco_opcode::s_denorm_mode, -1, new_mode.denorm); in emit_set_mode()
1727 …Instruction *instr = bld.sopk(aco_opcode::s_setreg_imm32_b32, Operand(new_mode.val), (7 << 11) | 1… in emit_set_mode()
2004 float_mode new_mode = block->fp_mode; in lower_to_hw_instr() local
2005 new_mode.round16_64 = fp_round_ne; in lower_to_hw_instr()
2006 bool set_round = new_mode.round != block->fp_mode.round; in lower_to_hw_instr()
2008 emit_set_mode(bld, new_mode, set_round, false); in lower_to_hw_instr()
/external/llvm-project/llvm/test/DebugInfo/PDB/Native/
Dpdb-native-compilands.test44 BIGREAD: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\new_mode.obj
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c2263 unsigned int new_mode = mode ? IW_MODE_ADHOC : IW_MODE_INFRA; in wpa_driver_wext_set_mode() local
2267 iwr.u.mode = new_mode; in wpa_driver_wext_set_mode()
2289 if (iwr.u.mode == new_mode) { in wpa_driver_wext_set_mode()
2296 iwr.u.mode = new_mode; in wpa_driver_wext_set_mode()
/external/python/cpython3/Lib/test/
Dtest_pathlib.py1768 new_mode = mode & ~0o222
1769 p.chmod(new_mode)
1770 self.assertEqual(p.stat().st_mode, new_mode)
1772 new_mode = mode | 0o222
1773 p.chmod(new_mode)
1774 self.assertEqual(p.stat().st_mode, new_mode)
Dtest_shutil.py322 new_mode = stat.S_IREAD|stat.S_IEXEC
323 os.chmod(self.child_file_path, new_mode)
324 os.chmod(self.child_dir_path, new_mode)
325 os.chmod(TESTFN, new_mode)
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc130 bool Init(cublasPointerMode_t new_mode) { in Init() argument
137 ret = cublasSetPointerMode(handle_, new_mode); in Init()
188 bool Init(cublasMath_t new_mode) { in Init() argument
195 ret = cublasSetMathMode(handle_, new_mode); in Init()
/external/cpuinfo/test/dmesg/
Dalcatel-revvl.log532 …et_mode] current_mode=MODE_IDLE, current_mode_code=8, cur_chip_state=5, new_mode=MODE_NAV_BASE, ne…
634 …ode] current_mode=MODE_NAV_BASE, current_mode_code=5, cur_chip_state=5, new_mode=MODE_FINGER_BASE,…
686 …] current_mode=MODE_FINGER_BASE, current_mode_code=7, cur_chip_state=5, new_mode=MODE_KEY, new_mod…
Dnexus5x.log1565 [ 20.098322] fwpath_changed_handler : new_mode : sta, present_mode :
Dpixel.log2266 [ 19.706348] c0 1211 fwpath_changed_handler : new_mode : sta, present_mode :
Dpixel-xl.log2311 [ 21.231576] c2 1142 fwpath_changed_handler : new_mode : sta, present_mode :
/external/crosvm/src/
Dlinux.rs2074 VcpuControl::RunState(new_mode) => { in run_vcpu()
2075 run_mode = new_mode; in run_vcpu()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test712 BIG-NEXT: Mod 0024 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\new_mode.ob…
1018 BIG-NEXT: Mod 0024 | `f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\new_mode.ob…
1019 … - (MD5: 4F22B6A5E4E0D01E8C000B17F2B2640D) f:\dd\vctools\crt\vcstartup\src\defaults\new_mode.cpp
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test1716 ; BIG-NEXT: 3714: f:\dd\vctools\crt\vcstartup\src\defaults\new_mode.cpp
2338 ; BIG-NEXT: Name: f:\dd\vctools\crt\vcstartup\build\md\msvcrt_kernel32\obj1r\i386\new_mode.obj
2350 ; BIG-NEXT: f:\dd\vctools\crt\vcstartup\src\defaults\new_mode.cpp