Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_SsdDetection/
Dhardware_SsdDetection.py34 def is_fixed(dev): function
46 if len(dev) != 1 or not is_fixed(dev[0]):
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp113 if (v.is_fixed()) in operator <<()
273 bool value::is_fixed() { in is_fixed() function in r600_sb::value
276 if (chunk && chunk->is_fixed()) in is_fixed()
Dsb_ra_coalesce.cpp246 if (!c->is_fixed()) in build_chunk_queue()
281 if (c->is_fixed() || c->values.size() == 1) in color_chunks()
587 if (cc->is_fixed()) { in color_reg_constraint()
Dsb_shader.h109 bool is_fixed() { return flags & RCF_FIXED; } in is_fixed() function
Dsb_sched.cpp1116 if (prealloc && v->is_fixed()) { in init_globals()
1222 vi->is_fixed() && gpr.chan() == chan) { in add_interferences()
1488 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel()) in map_src_vec()
Dsb_ra_init.cpp486 if (v->chunk && v->chunk->is_fixed()) in color()
Dsb_ir.h557 bool is_fixed();
/external/skqp/src/core/
DSkRemoteGlyphCache.cpp255 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, bool is_fixed) in WireTypeface()
256 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
/external/skia/src/core/
DSkRemoteGlyphCache.cpp266 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, bool is_fixed) in WireTypeface()
267 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
/external/v8/src/compiler/
Dregister-allocator.cc3202 bool is_fixed = range->TopLevel()->IsFixed(); in AllocateBlockedReg() local
3208 if (is_fixed) { in AllocateBlockedReg()
3219 if (is_fixed) { in AllocateBlockedReg()
3232 if (is_fixed) { in AllocateBlockedReg()