/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 330 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 …]
|
D | zink_framebuffer.c | 161 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()
|
D | zink_surface.c | 286 …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()
|
D | zink_surface.h | 67 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()
|
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/ |
D | propertyNamesOfReservedWords.ts | 55 transient; property in C 124 transient; property 194 transient; variable 263 transient, enumerator
|
/third_party/typescript/tests/baselines/reference/ |
D | propertyNamesOfReservedWords.types | 164 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 …]
|
D | propertyNamesOfReservedWords.js | 56 transient; field in C 125 transient; 195 transient; 264 transient,
|
D | propertyNamesOfReservedWords.symbols | 164 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/ |
D | opus_celt.c | 122 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()
|
D | opusenc_psy.c | 288 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()
|
D | opusenc.c | 195 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()
|
D | opus_celt.h | 109 int transient; member
|
D | wmalosslessdec.c | 164 int transient[WMALL_MAX_CHANNELS]; member 513 s->transient[ch] = get_bits1(&s->gb); in decode_channel_residues() 514 if (s->transient[ch]) { in decode_channel_residues() 517 s->transient[ch] = 0; in decode_channel_residues() 521 s->transient[ch] = 1; in decode_channel_residues() 617 s->transient[ich] = 1; in reset_codec()
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | binding.dart | 141 /// The transient callbacks (scheduled by 150 /// Microtasks scheduled during the processing of transient callbacks are 182 /// callback, for updating the system's display after transient callbacks have 427 /// The current number of transient frame callbacks scheduled. 430 /// transient callbacks are called, at the start of a frame. 433 /// there are no unexpected transient callbacks still registered 437 /// Schedules the given transient frame callback. 463 /// Cancels the transient frame callback with the given [id]. 476 /// Asserts that there are no registered transient callbacks; if 479 /// A transient frame callback is one that was registered with [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_textview.py | 36 transient = Func() variable in VW 45 VW.transient.__init__() 51 self.assertTrue(VW.transient.called) 58 self.assertFalse(VW.transient.called)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 790 , transient (transient_) in ImageTestParams() 801 bool transient; member 879 bool transient; in populateTestGroup() member 902 params.transient = imageFlagsCases[flagsNdx].transient; in populateTestGroup() 1534 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in execTest() 1950 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in testMultiplaneImages() 2074 bool transient; in populateMultiplaneTestGroup() member 2099 const bool transient = imageFlagsCases[flagsNdx].transient; in populateMultiplaneTestGroup() local 2101 const ImageTestParams params (flags, tiling, transient, useMaint4); in populateMultiplaneTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 790 , transient (transient_) in ImageTestParams() 801 bool transient; member 879 bool transient; in populateTestGroup() member 902 params.transient = imageFlagsCases[flagsNdx].transient; in populateTestGroup() 1534 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in execTest() 1950 …const VkImageUsageFlags actualUsageFlags = loopUsageFlags | (params.transient ? VK_IMAGE_USAGE_T… in testMultiplaneImages() 2074 bool transient; in populateMultiplaneTestGroup() member 2099 const bool transient = imageFlagsCases[flagsNdx].transient; in populateMultiplaneTestGroup() local 2101 const ImageTestParams params (flags, tiling, transient, useMaint4); in populateMultiplaneTestGroup()
|
/third_party/python/Lib/idlelib/ |
D | searchbase.py | 59 self.top.transient(text.winfo_toplevel()) 72 self.top.transient('')
|
D | textview.py | 138 self.transient(parent)
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
D | PROD.md | 16 For errors that do not seem to be transient, restarting the borg job has worked
|
/third_party/flutter/flutter/dev/automated_tests/flutter_test/ |
D | ticker_expectation.txt | 6 There was one transient callback left. The stack trace for when it was registered is as follows:
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_tile_region_protection.txt | 52 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
|
/third_party/python/Lib/tkinter/ |
D | simpledialog.py | 62 self.root.transient(master) 116 self.transient(parent)
|
/third_party/flutter/flutter/packages/flutter_driver/test/src/ |
D | extension_test.dart | 30 …testWidgets('returns immediately when transient callback queue is empty', (WidgetTester tester) as… 46 testWidgets('waits until no transient callbacks', (WidgetTester tester) async { 364 'waits until no transient callbacks', (WidgetTester tester) async {
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | binding.dart | 291 /// with [Window.onBeginFrame], invokes all the transient frame callbacks 298 /// scheduled by transient frame callbacks get to run. This typically includes
|