Home
last modified time | relevance | path

Searched refs:tied (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/mesa3d/src/freedreno/ir3/
Dir3_validate.c87 if (reg->tied) { in validate_src()
88 validate_assert(ctx, reg->tied->tied == reg); in validate_src()
91 if (dst == reg->tied) { in validate_src()
133 if (reg->tied) { in validate_dst()
134 validate_assert(ctx, reg->tied->tied == reg); in validate_dst()
135 validate_assert(ctx, reg_class_flags(reg->tied) == reg_class_flags(reg)); in validate_dst()
136 validate_assert(ctx, reg->tied->wrmask == reg->wrmask); in validate_dst()
138 validate_assert(ctx, reg->tied->array.base == reg->array.base); in validate_dst()
139 validate_assert(ctx, reg->tied->size == reg->size); in validate_dst()
143 if (src == reg->tied) { in validate_dst()
[all …]
Dir3_array_to_ssa.c245 if ((reg->flags & IR3_REG_ARRAY) && !reg->tied) { in ir3_array_to_ssa()
287 if (!reg->tied) { in ir3_array_to_ssa()
Dir3_ra.c1258 struct ir3_register *tied = dst->tied; in allocate_dst() local
1259 if (tied) { in allocate_dst()
1260 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name]; in allocate_dst()
1299 struct ir3_register *tied = src->tied; in assign_src() local
1301 if (tied) { in assign_src()
1302 struct ra_interval *tied_interval = &ctx->intervals[tied->name]; in assign_src()
2168 if (dst->tied && !(dst->tied->flags & IR3_REG_KILL)) in calc_min_limit_pressure()
Dir3_ra_validate.c144 if (dst->tied) in validate_simple()
145 validate_assert(ctx, ra_reg_get_num(dst) == ra_reg_get_num(dst->tied)); in validate_simple()
Dir3.h207 struct ir3_register *tied; member
670 assert(!dst->tied && !src->tied); in ir3_reg_tie()
671 dst->tied = src; in ir3_reg_tie()
672 src->tied = dst; in ir3_reg_tie()
/third_party/gettext/gettext-tools/tests/
Dxgettext-perl-134 tied hash $__{ Bareword
36 tied hash $__->{"quoted string"}
37 tied hash $__->{ "weird
/third_party/flatbuffers/docs/source/
DBenchmarks.md49 Being tied to the language, and having no automatic versioning support
53 fields manually), is very much tied to the rest of the engine, and works
54 without a schema to generate code (tied to your C++ class definition).
/third_party/libunwind/doc/
Dunw_flush_cache.tex22 address-space \Var{as} that is not tied to a particular code-range is
24 list is not tied to a code-range and its cached value (if any) is
/third_party/python/Tools/pynche/
DREADME267 slider is tied together. For example, if Red and Green are
276 When the increment or decrement would send any of the tied
280 When the increment or decrement would send any of the tied
286 When the increment or decrement would send any of the tied
287 variations out of bounds, all tied variations are wrapped as
289 green and blue were tied, and green was at 238 while blue was
294 When the increment or decrement would send any of the tied
297 way, all tied variations are squashed to one edge or the
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dmetadata33 every kind of information that is tied to the "concept" of the stream,
34 and not tied to the actual encoding or representation of the stream.
44 every kind of information that is tied to the "codec" used.
54 every kind of information that is tied to the "raw" bitstream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetPfmCounters.td19 // Issue counters can be tied to a ProcResource
/third_party/boost/libs/phoenix/doc/
Dintroduction.qbk19 FP is a programming discipline that is not at all tied to a specific language.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DGLX_AMD_gpu_association.txt74 Once all necessary GPU information has been obtained, a context tied
235 tied to a single GPU in most cases. For this reason it is advantageous
261 no pixel format is tied to an associated context and the context is not
262 tied to a specific Display. Associated contexts are always direct contexts.
283 successful creation, no pixel format is tied to an associated context.
DWGL_AMD_gpu_association.txt71 Once all necessary GPU information has been obtained, a context tied
234 tied to a single GPU in most cases. For this reason it is advantageous
256 no pixel format is tied to an associated context.
269 successful creation, no pixel format is tied to an associated context.
/third_party/openGLES/extensions/AMD/
DGLX_AMD_gpu_association.txt74 Once all necessary GPU information has been obtained, a context tied
235 tied to a single GPU in most cases. For this reason it is advantageous
261 no pixel format is tied to an associated context and the context is not
262 tied to a specific Display. Associated contexts are always direct contexts.
283 successful creation, no pixel format is tied to an associated context.
DWGL_AMD_gpu_association.txt71 Once all necessary GPU information has been obtained, a context tied
234 tied to a single GPU in most cases. For this reason it is advantageous
256 no pixel format is tied to an associated context.
269 successful creation, no pixel format is tied to an associated context.
/third_party/boost/libs/mpl/doc/src/refmanual/
DAlgorithms.rst20 that they are not tied to particular sequence class
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents219 - They are tied to a pad.
/third_party/grpc/doc/core/
Dgrpc-client-server-polling-engine-usage.md11 - A gRPC Call is tied to a channel (more specifically a sub-channel) and a completion queue for the…
/third_party/flutter/skia/third_party/externals/freetype/docs/
DVERSIONS.TXT30 tied to it.
/third_party/freetype/docs/
DVERSIONS.TXT38 tied to it.
/third_party/skia/third_party/externals/freetype/docs/
DVERSIONS.TXT38 tied to it.
/third_party/boost/libs/proto/doc/
Dhello_world.qbk72 world] example is totally general and abstract. It is not tied in any way to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMSA.txt64 These three operations differ only in the operand that is tied to the
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DREADME.md47 an SMD participant... this smd-related behaviour is tied to the special

123456