Home
last modified time | relevance | path

Searched defs:transient (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c330 struct zink_surface *transient = zink_transient_surface(fb->zsbuf); in zink_init_zs_attachment() local
364 struct zink_surface *transient = zink_transient_surface(psurf); in zink_init_color_attachment() local
391 struct zink_surface *transient = zink_transient_surface(surf); in get_render_pass() local
408 struct zink_surface *transient = zink_transient_surface(fb->zsbuf); in get_render_pass() local
543 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); in prep_fb_attachments() local
557 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.zsbuf); in prep_fb_attachments() local
645 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.cbufs[i]); in begin_render_pass() local
659 struct zink_surface *transient = zink_transient_surface(ctx->fb_state.zsbuf); in begin_render_pass() local
Dzink_framebuffer.c161 struct zink_surface *transient = zink_transient_surface(psurf); in zink_get_framebuffer() local
175 struct zink_surface *transient = zink_transient_surface(psurf); in zink_get_framebuffer() local
Dzink_surface.h67 struct zink_ctx_surface *transient; //zink_ctx_surface member
Dzink_surface.c286 …struct zink_resource *transient = zink_resource(pctx->screen->resource_create(pctx->screen, &rtemp… in zink_create_surface() local
Dzink_context.c2765 struct zink_surface *transient = zink_transient_surface(surf); in unbind_fb_surface() local
2871 struct zink_surface *transient = zink_transient_surface(psurf); in zink_set_framebuffer_state() local
2907 struct zink_surface *transient = zink_transient_surface(psurf); in zink_set_framebuffer_state() local
/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/python/Lib/idlelib/idle_test/
Dtest_textview.py36 transient = Func() variable in VW
/third_party/typescript/tests/baselines/reference/
DpropertyNamesOfReservedWords.js56 transient; field in C
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp801 bool transient; member
879 bool transient; in populateTestGroup() member
2074 bool transient; in populateMultiplaneTestGroup() member
2099 const bool transient = imageFlagsCases[flagsNdx].transient; in populateMultiplaneTestGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryRequirementsTests.cpp801 bool transient; member
879 bool transient; in populateTestGroup() member
2074 bool transient; in populateMultiplaneTestGroup() member
2099 const bool transient = imageFlagsCases[flagsNdx].transient; in populateMultiplaneTestGroup() local
/third_party/ffmpeg/libavcodec/
Dopus_celt.h109 int transient; member
Dwmalosslessdec.c165 int transient[WMALL_MAX_CHANNELS]; member
/third_party/node/deps/v8/src/torque/
Dtorque-parser.cc726 auto transient = child_results->NextAs<bool>(); in MakeAbstractTypeDeclaration() local
1030 auto transient = child_results->NextAs<bool>(); in MakeClassDeclaration() local
/third_party/python/Lib/tkinter/
D__init__.py2264 transient = wm_transient variable in Wm