Searched refs:is_fixed (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 114 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()
|
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() 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()
|
D | sb_ra_init.cpp | 491 if (v->chunk && v->chunk->is_fixed()) in color()
|
D | sb_ir.h | 561 bool is_fixed();
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 1072 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/ |
D | SkRemoteGlyphCache.cpp | 407 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/ |
D | SkRemoteGlyphCache.cpp | 562 bool is_fixed, bool needsCurrentColor) in WireTypeface() 564 isFixed(is_fixed), glyphMaskNeedsCurrentColor(needsCurrentColor) {} in WireTypeface()
|
/third_party/flatbuffers/src/ |
D | idl_gen_swift.cpp | 1143 const FieldDef &field, bool is_fixed, in BuildObjectAPIConstructorBody() argument 1159 (field.IsRequired() || (optional && is_fixed) ? "" : "?"); in BuildObjectAPIConstructorBody()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstvalue.c | 3323 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/ |
D | quickjs.c | 11339 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/ |
D | 0003-3.2-Beta3-1115.patch | 72368 void LocalFrameView::SetLayoutSizeFixedToFrameSize(bool is_fixed) {
|