/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_validate.c | 87 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 …]
|
D | ir3_array_to_ssa.c | 245 if ((reg->flags & IR3_REG_ARRAY) && !reg->tied) { in ir3_array_to_ssa() 287 if (!reg->tied) { in ir3_array_to_ssa()
|
D | ir3_ra.c | 1258 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()
|
D | ir3_ra_validate.c | 144 if (dst->tied) in validate_simple() 145 validate_assert(ctx, ra_reg_get_num(dst) == ra_reg_get_num(dst->tied)); in validate_simple()
|
D | ir3.h | 207 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/ |
D | xgettext-perl-1 | 34 tied hash $__{ Bareword 36 tied hash $__->{"quoted string"} 37 tied hash $__->{ "weird
|
/third_party/flatbuffers/docs/source/ |
D | Benchmarks.md | 49 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/ |
D | unw_flush_cache.tex | 22 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/ |
D | README | 267 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/ |
D | metadata | 33 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/ |
D | TargetPfmCounters.td | 19 // Issue counters can be tied to a ProcResource
|
/third_party/boost/libs/phoenix/doc/ |
D | introduction.qbk | 19 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/ |
D | GLX_AMD_gpu_association.txt | 74 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.
|
D | WGL_AMD_gpu_association.txt | 71 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/ |
D | GLX_AMD_gpu_association.txt | 74 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.
|
D | WGL_AMD_gpu_association.txt | 71 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/ |
D | Algorithms.rst | 20 that they are not tied to particular sequence class
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 19 - They are tied to a pad.
|
/third_party/grpc/doc/core/ |
D | grpc-client-server-polling-engine-usage.md | 11 - 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/ |
D | VERSIONS.TXT | 30 tied to it.
|
/third_party/freetype/docs/ |
D | VERSIONS.TXT | 38 tied to it.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | VERSIONS.TXT | 38 tied to it.
|
/third_party/boost/libs/proto/doc/ |
D | hello_world.qbk | 72 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/ |
D | MSA.txt | 64 These three operations differ only in the operand that is tied to the
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | README.md | 47 an SMD participant... this smd-related behaviour is tied to the special
|