Home
last modified time | relevance | path

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

/external/perfetto/test/cts/
Dheapprofd_test_cts.cc91 heapprofd_config.set_all(false); in ProfileRuntime()
132 heapprofd_config.set_all(false); in ProfileStartup()
/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/libvpx/libvpx/build/make/
Dconfigure.sh143 set_all(){ function
190 set_all yes $*
194 set_all no $*
/external/libnl/python/netlink/
Dcore.py174 def set_all(self, k, handler, obj): member in Callback
/external/virglrenderer/src/
Dvrend_renderer.c5713 bool set_all = false; in vrend_apply_sampler_state() local
5755 set_all = true; in vrend_apply_sampler_state()
5757 if (tex->state.wrap_s != state->wrap_s || set_all) in vrend_apply_sampler_state()
5759 if (tex->state.wrap_t != state->wrap_t || set_all) in vrend_apply_sampler_state()
5761 if (tex->state.wrap_r != state->wrap_r || set_all) in vrend_apply_sampler_state()
5764 tex->state.min_mip_filter != state->min_mip_filter || set_all) in vrend_apply_sampler_state()
5766 if (tex->state.mag_img_filter != state->mag_img_filter || set_all) in vrend_apply_sampler_state()
5769 if (tex->state.min_lod != state->min_lod || set_all) in vrend_apply_sampler_state()
5771 if (tex->state.max_lod != state->max_lod || set_all) in vrend_apply_sampler_state()
5773 if (tex->state.lod_bias != state->lod_bias || set_all) { in vrend_apply_sampler_state()
[all …]
/external/python/cpython2/Doc/c-api/
Dintro.rst247 set_all(PyObject *target, PyObject *item)
267 .. index:: single: set_all()
/external/python/cpython3/Doc/c-api/
Dintro.rst388 set_all(PyObject *target, PyObject *item)
408 .. index:: single: set_all()