Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp114 if (v.is_fixed()) in operator <<()
274 bool value::is_fixed() { in is_fixed() function in r600_sb::value
277 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()
1229 vi->is_fixed() && gpr.chan() == chan) { in add_interferences()
1495 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel()) in map_src_vec()
Dsb_ra_init.cpp491 if (v->chunk && v->chunk->is_fixed()) in color()
Dsb_ir.h561 bool is_fixed();
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c1072 gboolean is_fixed; in gst_base_transform_find_transform() local
1114 is_fixed = gst_caps_is_fixed (othercaps); in gst_base_transform_find_transform()
1115 if (!is_fixed) { in gst_base_transform_find_transform()
1158 is_fixed = gst_caps_is_fixed (othercaps); in gst_base_transform_find_transform()
1163 is_fixed = TRUE; in gst_base_transform_find_transform()
1169 GST_DEBUG ("have %sfixed caps %" GST_PTR_FORMAT, (is_fixed ? "" : "non-"), in gst_base_transform_find_transform()
1187 is_fixed = othercaps && gst_caps_is_fixed (othercaps); in gst_base_transform_find_transform()
1192 if (!is_fixed) in gst_base_transform_find_transform()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp407 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, bool is_fixed) in WireTypeface()
408 : typefaceID(typeface_id), glyphCount(glyph_count), style(style), isFixed(is_fixed) {} in WireTypeface()
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp562 bool is_fixed, bool needsCurrentColor) in WireTypeface()
564 isFixed(is_fixed), glyphMaskNeedsCurrentColor(needsCurrentColor) {} in WireTypeface()
/third_party/flatbuffers/src/
Didl_gen_swift.cpp1143 const FieldDef &field, bool is_fixed, in BuildObjectAPIConstructorBody() argument
1159 (field.IsRequired() || (optional && is_fixed) ? "" : "?"); in BuildObjectAPIConstructorBody()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3323 gboolean is_fixed; in GST_START_TEST() member
3343 fail_unless (gst_value_is_fixed (&v1) == single_struct[i].is_fixed); in GST_START_TEST()
/third_party/quickjs/
Dquickjs.c11339 BOOL is_fixed) in js_ecvt() argument
11344 if (!is_fixed) { in js_ecvt()
11487 BOOL is_fixed; in js_dtoa1() local
11489 is_fixed = ((flags & 3) == JS_DTOA_FIXED_FORMAT); in js_dtoa1()
11490 if (is_fixed) { in js_dtoa1()
11496 k = js_ecvt(d, n_digits, &decpt, &sign, buf1, is_fixed); in js_dtoa1()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch72368 void LocalFrameView::SetLayoutSizeFixedToFrameSize(bool is_fixed) {