Searched refs:is_fixed (Results 1 – 10 of 10) sorted by relevance
/external/autotest/client/site_tests/hardware_SsdDetection/ |
D | hardware_SsdDetection.py | 34 def is_fixed(dev): function 46 if len(dev) != 1 or not is_fixed(dev[0]):
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 113 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()
|
D | sb_ra_coalesce.cpp | 246 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()
|
D | sb_shader.h | 109 bool is_fixed() { return flags & RCF_FIXED; } in is_fixed() function
|
D | sb_sched.cpp | 1116 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()
|
D | sb_ra_init.cpp | 486 if (v->chunk && v->chunk->is_fixed()) in color()
|
D | sb_ir.h | 557 bool is_fixed();
|
/external/skqp/src/core/ |
D | SkRemoteGlyphCache.cpp | 255 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/ |
D | SkRemoteGlyphCache.cpp | 266 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/ |
D | register-allocator.cc | 3202 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()
|