Searched refs:is_fixed (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/site_tests/hardware_SsdDetection/
H A Dhardware_SsdDetection.py34 def is_fixed(dev): function in function:hardware_SsdDetection.run_once
46 if len(dev) != 1 or not is_fixed(dev[0]):
/external/skia/src/core/
H A DSkRemoteGlyphCache.cpp14 bool is_fixed; member in struct:WireTypeface
86 wire.is_fixed,
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp246 if (!c->is_fixed())
281 if (c->is_fixed() || c->values.size() == 1)
587 if (cc->is_fixed()) {
H A Dsb_valtable.cpp110 if (v.is_fixed())
272 bool value::is_fixed() { function in class:r600_sb::value
275 if (chunk && chunk->is_fixed())
H A Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } function in struct:r600_sb::ra_chunk
H A Dsb_sched.cpp1104 if (prealloc && v->is_fixed()) {
1201 vi->is_fixed() && gpr.chan() == chan) {
1467 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel())
H A Dsb_ir.h567 bool is_fixed();
H A Dsb_ra_init.cpp486 if (v->chunk && v->chunk->is_fixed())
/external/skqp/tools/
H A Dremote_demo.cpp42 bool is_fixed; member in struct:WireTypeface
176 wire.is_fixed,
/external/v8/src/compiler/
H A Dregister-allocator.cc3228 bool is_fixed = range->TopLevel()->IsFixed(); local
3234 if (is_fixed) {
3245 if (is_fixed) {
3258 if (is_fixed) {

Completed in 540 milliseconds