Home
last modified time | relevance | path

Searched refs:tied (Results 1 – 25 of 127) 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_ra.c789 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 …]
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_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.h217 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()
Dir3_print.c300 if (reg->tied) in print_reg_name()
/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/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_global_priority_query.txt48 privilege or lack of resource, and the failure is not necessarily tied to
DVK_KHR_performance_query.txt47 *RESOLVED* No - queries are tied to command buffer creation and thus have to
DVK_EXT_device_memory_report.txt38 We want to make this extension tied to the device's lifecycle.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents219 - They are tied to a pad.
Dmessages21 Signal proxying is also not very feasible because signals are tied to
/third_party/skia/third_party/externals/freetype/docs/
DVERSIONS.TXT38 tied to it.
/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
/third_party/skia/site/docs/dev/design/
Dtext_c2d.md7 is, however, simple and can be rendered quite efficiently. It is runs (tied to a specific Typeface …
/third_party/node/doc/contributing/maintaining/
Dmaintaining-http.md45 should not be tied to a specific transport-level API. Therefore,
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_fifo_synchronous.txt44 are still tied to transitions to the

123456