/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_transform.c | 45 need_re_emit(struct tgsi_transform_context *ctx, uint32_t emitted, struct tgsi_header orig_header) in need_re_emit() argument 47 if (emitted > 0) { in need_re_emit() 48 ctx->ti += emitted; in need_re_emit() 81 uint32_t emitted; in emit_instruction() local 85 emitted = tgsi_build_full_instruction(inst, in emit_instruction() 89 } while (need_re_emit(ctx, emitted, orig_header)); in emit_instruction() 97 uint32_t emitted; in emit_declaration() local 101 emitted = tgsi_build_full_declaration(decl, in emit_declaration() 105 } while (need_re_emit(ctx, emitted, orig_header)); in emit_declaration() 113 uint32_t emitted; in emit_immediate() local 129 uint32_t emitted; emit_property() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.cc | 31 /// be emitted either in decimal or hexadecimal base. 265 /// bits then the string emitted is going to be "by +32 bits". 268 /// 64 bits then the string emitted is going to be "by -64 bits". 324 /// then the string emitted is going to be "by +32 bits". 327 /// bits then the string emitted is going to be "by -64 bits". 418 bool emitted = false; in represent() local 419 // Are we continuing on a new line? (implies emitted) in represent() 454 emitted = true; in represent() 473 emitted = true; in represent() 491 emitted in represent() 1258 bool emitted = false; maybe_report_unreachable_type_changes() local [all...] |
H A D | abg-leaf-reporter.cc | 392 bool emitted = false; in report() local 406 emitted = true; in report() 409 if (emitted) in report() 412 emitted = false; in report() 426 emitted = true; in report() 429 if (emitted) in report() 1028 bool emitted = false; in report() local 1061 emitted = true; in report() 1063 if (emitted) in report() 1074 bool emitted in report() local 1193 bool emitted = false; report() local 1234 bool emitted = false; report() local 1314 bool emitted = false; report() local 1351 bool emitted = false; report() local 1387 bool emitted = false; report() local 1426 bool emitted = false; report() local [all...] |
H A D | abg-default-reporter.cc | 329 /// @return true iff a local change has been emitted. In this case, 368 // The local change was emitted and it's a name change. If the in report() 703 bool emitted = false; in report() local 711 emitted = true; in report() 717 if (emitted) in report() 726 emitted = true; in report() 733 if (emitted) in report() 828 bool emitted = false; in report() local 842 emitted = true; in report() 845 if (emitted) in report() 1731 bool emitted = false; report() local 1777 bool emitted = false; report() local 1908 bool emitted = false; report() local 1949 bool emitted = false; report() local 2031 bool emitted = false; report() local 2068 bool emitted = false; report() local 2104 bool emitted = false; report() local 2143 bool emitted = false; report() local [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | realign.py | 28 emitted = False 32 if (not emitted): 34 emitted = True 39 if (emitted):
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pm4.c | 125 if (sctx->emitted.array[idx] == state) in si_pm4_free_state() 126 sctx->emitted.array[idx] = NULL; in si_pm4_free_state() 164 sctx->emitted.array[i] = NULL; in si_pm4_reset_emitted() 171 memset(&sctx->emitted, 0, sizeof(sctx->emitted)); in si_pm4_reset_emitted()
|
H A D | si_state.h | 250 /* The list of registers whose emitted values are remembered by si_context. */ 470 ((sctx)->queued.named.member != (sctx)->emitted.named.member) 478 if (value && value != (sctx)->emitted.named.member) \
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_fence.c | 120 * @emitted: Last seqno emitted by the kernel. 121 * @has_emitted: Whether we provide the emitted value. 127 uint32_t emitted, in vmw_fences_signal() 140 emitted = ops->last_emitted; in vmw_fences_signal() 141 if (emitted - signaled > (1 << 30)) in vmw_fences_signal() 142 emitted = signaled; in vmw_fences_signal() 145 if (signaled == ops->last_signaled && emitted == ops->last_emitted) in vmw_fences_signal() 149 if (!vmw_fence_seq_is_signaled(fence->seqno, signaled, emitted)) in vmw_fences_signal() 156 ops->last_emitted = emitted; in vmw_fences_signal() 125 vmw_fences_signal(struct pb_fence_ops *fence_ops, uint32_t signaled, uint32_t emitted, boolean has_emitted) vmw_fences_signal() argument [all...] |
H A D | vmw_screen.h | 261 uint32_t emitted,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_query.c | 271 uint64_t emitted, generated; member 310 mesa_logd(" CHANNEL %d emitted\t0x%016" PRIx64 "\t0x%016" PRIx64 in log_counters() 316 i, ps->start[i].emitted, ps->stop[i].emitted, in log_counters() 317 ps->stop[i].emitted - ps->start[i].emitted); in log_counters() 320 mesa_logd("generated %" PRIu64 ", emitted %" PRIu64, ps->result.generated, in log_counters() 321 ps->result.emitted); in log_counters() 428 primitives_relocw(ring, aq, result.emitted); 429 primitives_reloc(ring, aq, result.emitted); [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 466 * marked as ready and should be emitted in the same TEX in emit_all_tex() 468 * emitted in two different TEX blocks: in emit_all_tex() 708 static void presub_nop(struct rc_instruction * emitted) { in presub_nop() argument 712 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) { in presub_nop() 715 if (emitted->Prev->U.P.RGB.WriteMask) in presub_nop() 716 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex; in presub_nop() 719 if (emitted->Prev->U.P.Alpha.WriteMask) in presub_nop() 720 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex; in presub_nop() 725 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in presub_nop() 727 emitted in presub_nop() [all...] |
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/ |
H A D | index.js | 21 emitted = { 61 if (this.emitted[ev]) { 64 this.emitted[ev] = true;
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 263 bool emitted = false; in emit_resources() local 270 emitted = true; in emit_resources() 274 if (emitted) in emit_resources() 296 emitted = false; in emit_resources() 306 emitted = true; in emit_resources() 310 if (emitted) in emit_resources()
|
H A D | spirv_hlsl.cpp | 540 // These are emitted inside the interface structs. in emit_interface_block_globally() 1157 bool emitted = false; in emit_composite_constants() local 1172 emitted = true; in emit_composite_constants() 1176 if (emitted) in emit_composite_constants() 1182 bool emitted = false; in emit_specialization_constants_and_structs() local 1211 emitted = true; in emit_specialization_constants_and_structs() 1226 emitted = true; in emit_specialization_constants_and_structs() 1235 emitted = true; in emit_specialization_constants_and_structs() 1246 if (emitted) in emit_specialization_constants_and_structs() 1248 emitted in emit_specialization_constants_and_structs() 1272 bool emitted = false; declare_undefined_values() local 1300 bool emitted = false; emit_resources() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_emit.c | 114 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted) in emit_texture() 123 if (emitted & (1 << const_idx)) in emit_texture() 160 texmask emitted = 0; in emit_textures() local 165 emitted |= emit_texture(ring, ctx, verttex, i, emitted); in emit_textures() 169 emitted |= emit_texture(ring, ctx, fragtex, i, emitted); in emit_textures() 113 emit_texture(struct fd_ringbuffer *ring, struct fd_context *ctx, struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted) emit_texture() argument
|
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/ |
H A D | index.js | 25 emitted = { 65 if (this.emitted[ev]) { 68 this.emitted[ev] = true;
|
/third_party/node/test/parallel/ |
H A D | test-net-connect-options-allowhalfopen.js | 36 console.log(`'connection' ${++serverConnections} emitted on server`); 44 // 'end' on each socket must not be emitted twice 66 console.log(`'connect' emitted on Client ${index}`);
|
H A D | test-dgram-send-cb-quelches-error.js | 19 // * error is emitted if a callback with no argument is passed 31 assert.fail(`Error should not be emitted if there is callback: ${err}`);
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 767 unsigned int emitted = 0; 781 best_partitions[emitted] = partition; 783 emitted++; 785 if (emitted == requested_candidates) 792 return emitted;
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
H A D | does-not-emit-any-files-on-error-with-incremental.js | 157 [[90m12:00:48 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 216 [[90m12:00:55 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 483 [[90m12:01:38 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted 540 [[90m12:01:45 AM[0m] Project 'tsconfig.json' is out of date because buildinfo file 'dev-build/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted
|
/third_party/node/deps/v8/src/codegen/ |
H A D | safepoint-table.h | 224 bool emitted() const { in emitted() function in v8::internal::SafepointTableBuilder 229 DCHECK(emitted()); in safepoint_table_offset()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 1439 // Find primitives in the emitted vertices in drawWithGeometryShader() 1441 std::vector<VertexPacket*> emitted; in drawWithGeometryShader() local 1442 emitter.moveEmittedTo(emitted); in drawWithGeometryShader() 1444 for (size_t primitiveBegin = 0; primitiveBegin < emitted.size();) in drawWithGeometryShader() 1449 if (!emitted[primitiveBegin]) in drawWithGeometryShader() 1458 for (; (primitiveEnd < emitted.size()) && emitted[primitiveEnd]; ++primitiveEnd); // find primitive end in drawWithGeometryShader() 1464 case rr::GEOMETRYSHADEROUTPUTTYPE_POINTS: drawGeometryShaderOutputAsPrimitives<PRIMITIVETYPE_POINTS> (state, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader() 1465 case rr::GEOMETRYSHADEROUTPUTTYPE_LINE_STRIP: drawGeometryShaderOutputAsPrimitives<PRIMITIVETYPE_LINE_STRIP> (state, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader() 1466 case rr::GEOMETRYSHADEROUTPUTTYPE_TRIANGLE_STRIP: drawGeometryShaderOutputAsPrimitives<PRIMITIVETYPE_TRIANGLE_STRIP> (state, renderTarget, program, &emitted[primitiveBegi in drawWithGeometryShader() [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 641 emitted = set() # The values of capabilities we already have emitted 644 if value not in emitted: 645 emitted.add(value)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_grammar_tables.py | 641 emitted = set() # The values of capabilities we already have emitted 644 if value not in emitted: 645 emitted.add(value)
|
/third_party/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 663 emitted = set() # The values of capabilities we already have emitted 666 if value not in emitted: 667 emitted.add(value)
|