Home
last modified time | relevance | path

Searched refs:set_all (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc327 heapprofd_config->set_all(false); in Smoke()
362 heapprofd_config->set_all(false); in TwoProcesses()
394 heapprofd_config->set_all(false); in FinalFlush()
420 heapprofd_config->set_all(false); in NativeStartup()
501 heapprofd_config->set_all(false); in NativeStartupDenormalizedCmdline()
581 heapprofd_config->set_all(false); in DiscoverByName()
658 heapprofd_config->set_all(false); in DiscoverByNameDenormalizedCmdline()
770 heapprofd_config->set_all(false); in ReInit()
817 heapprofd_config->set_all(false); in ConcurrentSession()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp59 { set_all(value); } in regbits()
62 { set_all(1); from_val_set(sh, vs); } in regbits()
64 void set_all(unsigned val);
99 void regbits::set_all(unsigned v) { in set_all() function in r600_sb::regbits
432 rb.set_all(1); in color_bs_constraint()
/external/perfetto/test/cts/
Dheapprofd_test_cts.cc140 heapprofd_config->set_all(false); in ProfileRuntime()
175 heapprofd_config->set_all(false); in ProfileStartup()
/external/perfetto/include/perfetto/tracing/core/
Dheapprofd_config.h128 void set_all(bool value) { all_ = value; } in set_all() function
/external/perfetto/src/tracing/core/
Dheapprofd_config.cc128 proto->set_all(static_cast<decltype(proto->all())>(all_)); in ToProto()
/external/libvpx/libvpx/build/make/
Dconfigure.sh143 set_all(){ function
190 set_all yes $*
194 set_all no $*
/external/virglrenderer/src/
Dvrend_renderer.c4807 bool set_all = false; in vrend_apply_sampler_state() local
4846 set_all = true; in vrend_apply_sampler_state()
4848 if (tex->state.wrap_s != state->wrap_s || set_all) in vrend_apply_sampler_state()
4850 if (tex->state.wrap_t != state->wrap_t || set_all) in vrend_apply_sampler_state()
4852 if (tex->state.wrap_r != state->wrap_r || set_all) in vrend_apply_sampler_state()
4855 tex->state.min_mip_filter != state->min_mip_filter || set_all) in vrend_apply_sampler_state()
4857 if (tex->state.mag_img_filter != state->mag_img_filter || set_all) in vrend_apply_sampler_state()
4860 if (tex->state.min_lod != state->min_lod || set_all) in vrend_apply_sampler_state()
4862 if (tex->state.max_lod != state->max_lod || set_all) in vrend_apply_sampler_state()
4864 if (tex->state.lod_bias != state->lod_bias || set_all) { in vrend_apply_sampler_state()
[all …]
/external/libnl/python/netlink/
Dcore.py174 def set_all(self, k, handler, obj): member in Callback
/external/python/cpython3/Doc/c-api/
Dintro.rst324 set_all(PyObject *target, PyObject *item)
344 .. index:: single: set_all()
/external/python/cpython2/Doc/c-api/
Dintro.rst247 set_all(PyObject *target, PyObject *item)
267 .. index:: single: set_all()