Home
last modified time | relevance | path

Searched refs:constrained (Results 1 – 25 of 223) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc73 experimental_constrained_ceil, // llvm.experimental.constrained.ceil
74 experimental_constrained_cos, // llvm.experimental.constrained.cos
75 experimental_constrained_exp, // llvm.experimental.constrained.exp
76 experimental_constrained_exp2, // llvm.experimental.constrained.exp2
77 experimental_constrained_fadd, // llvm.experimental.constrained.fadd
78 experimental_constrained_fcmp, // llvm.experimental.constrained.fcmp
79 experimental_constrained_fcmps, // llvm.experimental.constrained.fcmps
80 experimental_constrained_fdiv, // llvm.experimental.constrained.fdiv
81 experimental_constrained_floor, // llvm.experimental.constrained.floor
82 experimental_constrained_fma, // llvm.experimental.constrained.fma
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp534 bool *constrained = new bool[p.num_atoms()](); in shader_reg_constraints() local
541 constrained[p.atom_of_reg(reg)] = true; in shader_reg_constraints()
553 constrained[p.atom_of_reg(127)] = true; in shader_reg_constraints()
562 constrained[p.atom_of_reg(reg_of(inst->dst))] = true; in shader_reg_constraints()
567 constrained[p.atom_of_reg(reg_of(inst->src[i]))] = true; in shader_reg_constraints()
576 constrained[p.atom_of_reg(reg_of(inst->src[0]))] = true; in shader_reg_constraints()
586 constrained[p.atom_of_reg(reg)] = true; in shader_reg_constraints()
591 return constrained; in shader_reg_constraints()
844 const bool *constrained, in optimize_reg_permutation() argument
854 if (!constrained[r]) { in optimize_reg_permutation()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def9 // Defines properties of constrained intrinsics, in particular corresponding
31 // - 1 if the corresponding constrained intrinsic has rounding mode argument.
32 // - name of the constrained intrinsic to represent this instruction/function.
33 // - DAG node corresponding to the constrained intrinsic without prefix STRICT_.
35 // These are definitions for instructions, that are converted into constrained
56 // constrained intrinsics.
/third_party/flutter/engine/flutter/testing/dart/
Dimage_resize_test.dart24 test('resize width with constrained height', () async {
34 test('resize height with constrained width', () async {
72 test('pixels: resize width with constrained height', () async {
79 test('pixels: resize height with constrained width', () async {
/third_party/flutter/flutter/packages/flutter/test/material/
Dbutton_bar_test.dart18 …testWidgets('ButtonBar has a min height of 52 when using ButtonBarLayoutBehavior.constrained', (Wi…
24 layoutBehavior: ButtonBarLayoutBehavior.constrained,
/third_party/mesa3d/src/intel/common/
Dintel_urb_config.c70 bool *constrained) in intel_get_urb_config() argument
182 *constrained = total_needs + total_wants > urb_chunks; in intel_get_urb_config()
Dintel_l3_config.h108 bool *constrained);
/third_party/jerryscript/
DREADME.OpenSource9 …yScript is the lightweight JavaScript engine intended to run on a very constrained devices such as…
/third_party/typescript/tests/baselines/reference/
DtypeParameterAssignability.types2 // type parameters are not assignable to one another unless directly or indirectly constrained to o…
DtypeParameterAssignability.symbols2 // type parameters are not assignable to one another unless directly or indirectly constrained to o…
DtypeParameterAssignability.errors.txt8 …// type parameters are not assignable to one another unless directly or indirectly constrained to …
DtypeParameterAssignability3.types2 // type parameters are not assignable to one another unless directly or indirectly constrained to o…
DbaseConstraintOfDecorator.errors.txt13 …/baseConstraintOfDecorator.ts:1:31: Did you mean for 'TFunction' to be constrained to type 'new (.…
/third_party/libcoap/
DREADME.OpenSource9 …lementation of a lightweight application-protocol for devices that are constrained their resources…
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
DREADME.md7 policy and is space-constrained, you can still form and maintain the
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_span.dart14 /// constrained by the width of the paragraph.
66 /// the [InlineSpan] tree. Child widgets are constrained by the width of the
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
DREADME.md28 RX is constrained to 1024 bytes every 250ms
/third_party/json/doc/mkdocs/docs/api/basic_json/
Darray_t.md41 In this class, the array's limit of nesting is not explicitly constrained. However, a maximum depth…
/third_party/openh264/testbin/
Dlayer2_vd_rc.cfg35 …to follow the constraints. Typically if MB num and slice size are both constrained, re-encoding ma…
Dlayer2_arbitrary_res.cfg35 …to follow the constraints. Typically if MB num and slice size are both constrained, re-encoding ma…
Dlayer2_vd.cfg35 …to follow the constraints. Typically if MB num and slice size are both constrained, re-encoding ma…
Dlayer2.cfg35 …to follow the constraints. Typically if MB num and slice size are both constrained, re-encoding ma…
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
Dlayer2.cfg35 …to follow the constraints. Typically if MB num and slice size are both constrained, re-encoding ma…
/third_party/libcoap/doc/
Dmain.md13 for devices that are constrained their resources such as computing
/third_party/libcoap/man/
Dcoap.txt.in23 devices that are constrained by their resources such as computing power, RF

123456789