/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_ra.c | 789 return (reg->flags & IR3_REG_EARLY_CLOBBER) || reg->tied; in is_early_clobber() 1057 unsigned dst_size = reg->tied ? 0 : reg_size(reg); in compress_regs_left() 1100 if (other_dst->tied) { in compress_regs_left() 1102 &ctx->intervals[other_dst->tied->def->name]; in compress_regs_left() 1282 struct ir3_register *tied = dst->tied; in compress_regs_left() local 1283 if (!tied) in compress_regs_left() 1286 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name]; in compress_regs_left() 1519 struct ir3_register *tied = dst->tied; in insert_tied_dst_copy() local 1521 if (!tied) in insert_tied_dst_copy() 1524 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name]; in insert_tied_dst_copy() [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_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 | 217 struct ir3_register *tied; member 730 assert(!dst->tied && !src->tied); in ir3_reg_tie() 731 dst->tied = src; in ir3_reg_tie() 732 src->tied = dst; in ir3_reg_tie()
|
D | ir3_print.c | 300 if (reg->tied) in print_reg_name()
|
/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/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/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_global_priority_query.txt | 48 privilege or lack of resource, and the failure is not necessarily tied to
|
D | VK_KHR_performance_query.txt | 47 *RESOLVED* No - queries are tied to command buffer creation and thus have to
|
D | VK_EXT_device_memory_report.txt | 38 We want to make this extension tied to the device's lifecycle.
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 19 - They are tied to a pad.
|
D | messages | 21 Signal proxying is also not very feasible because signals are tied to
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | VERSIONS.TXT | 38 tied to it.
|
/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
|
/third_party/skia/site/docs/dev/design/ |
D | text_c2d.md | 7 is, however, simple and can be rendered quite efficiently. It is runs (tied to a specific Typeface …
|
/third_party/node/doc/contributing/maintaining/ |
D | maintaining-http.md | 45 should not be tied to a specific transport-level API. Therefore,
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_fifo_synchronous.txt | 44 are still tied to transitions to the
|