Home
last modified time | relevance | path

Searched refs:transient (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts55 transient; property in C
124 transient; property
194 transient; variable
263 transient, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c161 struct zink_surface *transient = zink_transient_surface(psurf); in zink_get_framebuffer() local
162 if (transient) { in zink_get_framebuffer()
163 memcpy(&state.infos[i], &transient->info, sizeof(transient->info)); in zink_get_framebuffer()
175 struct zink_surface *transient = zink_transient_surface(psurf); in zink_get_framebuffer() local
176 if (transient) { in zink_get_framebuffer()
177 memcpy(&state.infos[state.num_attachments], &transient->info, sizeof(transient->info)); in zink_get_framebuffer()
Dzink_render_pass.c330 struct zink_surface *transient = zink_transient_surface(fb->zsbuf); in zink_init_zs_attachment() local
332 … rt->samples = MAX3(transient ? transient->base.nr_samples : 0, fb->zsbuf->texture->nr_samples, 1); in zink_init_zs_attachment()
343 needs_write_z |= transient || rt->clear_color || in zink_init_zs_attachment()
364 struct zink_surface *transient = zink_transient_surface(psurf); in zink_init_color_attachment() local
366 rt->samples = MAX3(transient ? transient->base.nr_samples : 0, psurf->texture->nr_samples, 1); in zink_init_color_attachment()
391 struct zink_surface *transient = zink_transient_surface(surf); in get_render_pass() local
392 if (transient) { in get_render_pass()
408 struct zink_surface *transient = zink_transient_surface(fb->zsbuf); in get_render_pass() local
409 if (transient) { in get_render_pass()
543 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); in prep_fb_attachments() local
[all …]
Dzink_surface.h67 struct zink_ctx_surface *transient; //zink_ctx_surface member
83 …face ? ((struct zink_ctx_surface *)psurface)->transient ? ((struct zink_ctx_surface *)psurface)->t… in zink_transient_surface()
Dzink_surface.c286 …struct zink_resource *transient = zink_resource(pctx->screen->resource_create(pctx->screen, &rtemp… in zink_create_surface() local
287 if (!transient) in zink_create_surface()
289 ivci.image = transient->obj->image; in zink_create_surface()
290 …csurf->transient = (struct zink_ctx_surface*)wrap_surface(pctx, (struct pipe_surface*)create_surfa… in zink_create_surface()
291 if (!csurf->transient) { in zink_create_surface()
292 pipe_resource_reference((struct pipe_resource**)&transient, NULL); in zink_create_surface()
296 pipe_resource_reference((struct pipe_resource**)&transient, NULL); in zink_create_surface()
341 pipe_surface_release(pctx, (struct pipe_surface**)&csurf->transient); in zink_surface_destroy()
/third_party/typescript/tests/baselines/reference/
DpropertyNamesOfReservedWords.types164 transient;
165 >transient : any
369 transient;
370 >transient : any
416 …ny; switch: any; synchronized: any; this: any; throw: any; throws: any; transient: any; true: any;…
577 transient;
578 >transient : any
611 …ny; switch: any; synchronized: any; this: any; throw: any; throws: any; transient: any; true: any;…
617 …ny; switch: any; synchronized: any; this: any; throw: any; throws: any; transient: any; true: any;…
782 transient,
[all …]
DpropertyNamesOfReservedWords.js56 transient; field in C
125 transient;
195 transient;
264 transient,
DpropertyNamesOfReservedWords.symbols164 transient;
165 >transient : Symbol(C.transient, Decl(propertyNamesOfReservedWords.ts, 53, 11))
372 transient;
373 >transient : Symbol(I.transient, Decl(propertyNamesOfReservedWords.ts, 122, 11))
581 transient;
582 >transient : Symbol(transient, Decl(propertyNamesOfReservedWords.ts, 192, 11))
786 transient,
787 >transient : Symbol(E.transient, Decl(propertyNamesOfReservedWords.ts, 261, 11))
/third_party/ffmpeg/libavcodec/
Dopus_celt.c122 int consumed, bits = f->transient ? 2 : 4; in celt_decode_tf_changes()
134 bits = f->transient ? 4 : 5; in celt_decode_tf_changes()
137 if (tf_select_bit && ff_celt_tf_select[f->size][f->transient][0][tf_changed] != in celt_decode_tf_changes()
138 ff_celt_tf_select[f->size][f->transient][1][tf_changed]) in celt_decode_tf_changes()
142 f->tf_change[i] = ff_celt_tf_select[f->size][f->transient][tf_select][f->tf_change[i]]; in celt_decode_tf_changes()
340 f->transient = 0; in ff_celt_decode_frame()
383 f->transient = ff_opus_rc_dec_log(rc, 3); in ff_celt_decode_frame()
385 f->blocks = f->transient ? 1 << f->size : 1; in ff_celt_decode_frame()
388 imdct = f->imdct[f->transient ? 0 : f->size]; in ff_celt_decode_frame()
467 if (!f->transient) { in ff_celt_decode_frame()
Dopusenc_psy.c288 f->transient = neighbouring_points > 0; in ff_opus_psy_celt_frame_init()
289 f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1; in ff_opus_psy_celt_frame_init()
428 int base = f->transient ? 120 : 960; in celt_search_for_tf()
431 int c = ff_celt_tf_select[f->size][f->transient][cway][i]; in celt_search_for_tf()
457 int start_transient_flag = f->transient; in ff_opus_psy_celt_frame_process()
468 if (f->transient != start_transient_flag) { in ff_opus_psy_celt_frame_process()
469 f->blocks = f->transient ? OPUS_BLOCK_SIZE(s->p.framesize)/CELT_OVERLAP : 1; in ff_opus_psy_celt_frame_process()
Dopusenc.c195 if (f->transient) { in celt_frame_mdct()
259 int bits = f->transient ? 2 : 4; in celt_enc_tf()
270 bits = f->transient ? 4 : 5; in celt_enc_tf()
273 if (tf_select_needed && ff_celt_tf_select[f->size][f->transient][0][tf_changed] != in celt_enc_tf()
274 ff_celt_tf_select[f->size][f->transient][1][tf_changed]) { in celt_enc_tf()
280 f->tf_change[i] = ff_celt_tf_select[f->size][f->transient][tf_select][f->tf_change[i]]; in celt_enc_tf()
460 ff_opus_rc_enc_log(rc, f->transient, 3); in celt_encode_frame()
Dopus_celt.h109 int transient; member
/third_party/python/Lib/idlelib/idle_test/
Dtest_textview.py36 transient = Func() variable in VW
45 VW.transient.__init__()
51 self.assertTrue(VW.transient.called)
58 self.assertFalse(VW.transient.called)
/third_party/curl/docs/cmdline-opts/
Dretry.d6 Help: Retry request if transient problems occur
12 If a transient error is returned when curl tries to perform a transfer, it
Dretry-connrefused.d11 In addition to the other conditions, consider ECONNREFUSED as a transient
Dretry-delay.d13 failed with a transient error (it changes the default backoff time algorithm
/third_party/node/deps/v8/src/objects/
Djs-array.tq84 transient type FastJSArray extends JSArray;
89 transient type FastJSArrayForRead extends JSArray;
92 transient type FastJSArrayForCopy extends FastJSArray;
96 transient type FastJSArrayForConcat extends FastJSArrayForCopy;
99 transient type FastJSArrayWithNoCustomIteration extends FastJSArray;
103 transient type FastJSArrayForReadWithNoCustomIteration extends
Djs-regexp.tq24 // for this to change without transitioning the transient type. As a precaution,
26 transient type FastJSRegExp extends JSRegExp;
/third_party/python/Lib/idlelib/
Dsearchbase.py59 self.top.transient(text.winfo_toplevel())
72 self.top.transient('')
/third_party/curl/tests/data/
Dtest19622 FTP transient error, retry request once
Dtest120830 FTP PORT download, no data conn and no transient negative reply
Dtest59337 FTP multi PORT upload, no data conn and no transient neg. reply
/third_party/skia/infra/bots/task_drivers/g3_canary/
DPROD.md16 For errors that do not seem to be transient, restarting the borg job has worked
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp781 , transient (transient_) in ImageTestParams()
792 bool transient; member
868 bool transient; in populateTestGroup() member
889 params.transient = imageFlagsCases[flagsNdx].transient; in populateTestGroup()
1519 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in execTest()
1933 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in testMultiplaneImages()
2051 bool transient; in populateMultiplaneTestGroup() member
2076 const bool transient = imageFlagsCases[flagsNdx].transient; in populateMultiplaneTestGroup() local
2078 const ImageTestParams params (flags, tiling, transient, useMaint4); in populateMultiplaneTestGroup()
/third_party/openGLES/extensions/IMG/
DIMG_tile_region_protection.txt52 transient or both transient and permanent faults that occur during
137 Depending on the hardware,TRP can detect either transient or both
138 transient and permanent faults that occur during the rendering of

1234