Home
last modified time | relevance | path

Searched refs:promoted (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dpromote.py8 # extensions they were promoted from.
19 from promoted import *
25 return 'promoted-' + str(anchor)
36 # promote a core interface and include the extension it was promoted from
40 # extension - name of extension interface was promoted from
55 del promoted[name]
65 del promoted[name]
67 logWarn('Unrecognized promoted type', type, 'for interface', name)
102 if name in promoted:
103 extension = promoted[nam
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c319 unsigned promoted = SSA_FIXED_REGISTER(uniform_reg); in midgard_promote_uniforms() local
331 midgard_instruction mov = v_mov(promoted, ins->dest); in midgard_promote_uniforms()
339 mir_rewrite_index_src(ctx, ins->dest, promoted); in midgard_promote_uniforms()
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc289 ArrayBufferList promoted = SweepListFull(&young_); in SweepFull() local
292 old_ = std::move(promoted); in SweepFull()
H A Dheap.cc2617 // can cause another GC. Take into account the objects promoted during in MarkCompact()
2740 size_t promoted = new_space()->Size() + new_lo_space()->Size(); in EvacuateYoungGeneration() local
2741 IncrementYoungSurvivorsCounter(promoted); in EvacuateYoungGeneration()
2742 IncrementPromotedObjectsSize(promoted); in EvacuateYoungGeneration()
2994 // String got promoted. Move it to the old string list. in UpdateYoungReferences()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex389 enumerants which are promoted from extension to core API status
479 example) the case where a command is promoted but is also given
855 the corresponding features have been promoted).
/third_party/openGLES/xml/
H A Dreadme.tex459 enumerants which are promoted from extension to core API status
549 example) the case where a command is promoted but is also given
932 the corresponding features have been promoted).

Completed in 15 milliseconds