Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dpromote.py19 from promoted import *
55 del promoted[name]
65 del promoted[name]
102 if name in promoted:
103 extension = promoted[name]['extension']
106 promote(line, type, name, promoted[name]['extension'], fp)
171 for key in promoted:
172 if promoted[key]['extension'] != None:
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dversions.adoc14 <<extendingvulkan-compatibility-promotion,promoted>> from extensions.
22 ifndef::VKSC_VERSION_1_0[:promoted: {generated}/meta]
23 ifdef::VKSC_VERSION_1_0[:promoted: {appendices}/sc_static]
34 Vulkan Version 1.3 <<extendingvulkan-compatibility-promotion,promoted>> a
49 Vulkan Version 1.3 <<extendingvulkan-compatibility-promotion,promoted>> a
76 op are not promoted in Vulkan 1.3.
112 In addition to the promoted extensions described above, Vulkan 1.3 added
143 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a
147 ifndef::VKSC_VERSION_1_0[:promoted: {generated}/meta]
148 ifdef::VKSC_VERSION_1_0[:promoted: {appendices}/sc_static]
[all …]
DVK_EXT_extended_dynamic_state2.adoc27 This extension has been partially promoted.
34 control points are not promoted, nor is the feature structure.
35 Extension interfaces that were promoted remain available as aliases of the
DVK_EXT_extended_dynamic_state.adoc34 This extension has been partially promoted.
37 The feature structure is not promoted.
38 Extension interfaces that were promoted remain available as aliases of the
DVK_EXT_texel_buffer_alignment.adoc30 However, only the properties structure is promoted.
31 The feature structure is not promoted and pname:texelBufferAlignment is
DVK_EXT_ycbcr_2plane_444_formats.adoc27 This extension has been partially promoted.
32 The feature structure is not promoted.
Dversions.txt14 <<extendingvulkan-compatibility-promotion,promoted>> from extensions.
32 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a
47 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a
151 In addition to the promoted extensions described above, Vulkan 1.2 added
209 Vulkan Version 1.1 <<extendingvulkan-compatibility-promotion,promoted>> a
224 Vulkan Version 1.1 <<extendingvulkan-compatibility-promotion,promoted>> a
286 In addition to the promoted extensions described above, Vulkan 1.1 added
DVK_EXT_4444_formats.adoc35 This extension has been partially promoted.
40 The feature structure is not promoted.
DVK_KHR_spirv_1_4.txt89 Must Vulkan extensions corresponding to SPIR-V extensions that were promoted
105 Even though the extension was promoted in SPIR-V 1.4, the capabilities are
DVK_KHR_spirv_1_4.adoc88 Must Vulkan extensions corresponding to SPIR-V extensions that were promoted
104 Even though the extension was promoted in SPIR-V 1.4, the capabilities are
/third_party/skia/third_party/externals/spirv-cross/shaders/frag/
Dlut-promotion.frag21 // Not declared as a LUT, but can be promoted to one.
32 // Not declared as a LUT, but this cannot be promoted, because we have a partial write.
40 // Not declared as a LUT, but this cannot be promoted, because we have two complete writes.
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dlut-promotion.frag21 // Not declared as a LUT, but can be promoted to one.
32 // Not declared as a LUT, but this cannot be promoted, because we have a partial write.
40 // Not declared as a LUT, but this cannot be promoted, because we have two complete writes.
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dlut-promotion.frag21 // Not declared as a LUT, but can be promoted to one.
32 // Not declared as a LUT, but this cannot be promoted, because we have a partial write.
40 // Not declared as a LUT, but this cannot be promoted, because we have two complete writes.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcCallingConv.td52 // array at fixed offsets. Integer arguments are promoted to registers when
56 // parameter array at fixed offsets. Float and double parameters are promoted
61 // promoted to both floating point and integer registers when possible. A
113 // structs. These arguments are not promoted to 64 bits, but they can still
117 // All integers are promoted to i64 by the caller.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dextensions.txt636 promoted>> to another extension or to a core API version, then as a
637 _general_ rule, the dependency is also satisfied by the promoted extension
640 are also required or enabled by the promoted extension or core version.
641 However, in some cases an extension is promoted while making some of its
642 features optional in the promoted extension or core version.
645 dependency and the promoted version in the <<extensions, Layers &
780 Extensions, or features of an extension, may: be promoted to a new
784 When extension functionality is promoted, minor changes may: be introduced,
796 If extension functionality is promoted, there is no guarantee of direct
798 original feature to the promoted one.
[all …]
Dextensions.adoc754 promoted>> to another extension or to a core API version, then as a
755 _general_ rule, the dependency is also satisfied by the promoted extension
758 are also required or enabled by the promoted extension or core version.
759 However, in some cases an extension is promoted while making some of its
760 features optional in the promoted extension or core version.
763 dependency and the promoted version in the <<extensions, Layers &
776 Promotion>> below, when an extension is promoted it does not mean that a
777 mechanical substitution of an extension API by the corresponding promoted
903 Extensions, or features of an extension, may: be promoted to a new
907 When extension functionality is promoted, minor changes may: be introduced,
[all …]
/third_party/mesa3d/src/panfrost/midgard/
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/skia/third_party/externals/angle2/doc/
DUpdate20130618.md24 the new repository, has been promoted to master. Code previously located in the
26 active development will now move to the newly promoted master.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddynamic_state2_optional_feature_common.adoc6 // Common to dynamic state commands introduced by the optional (not promoted)
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/sc_static/
Dpromoted_extensions_VK_VERSION_1_1.adoc8 // extensions promoted to 1.1 core are supported in SC.
Dpromoted_extensions_VK_VERSION_1_2.adoc8 // extensions promoted to 1.2 core are supported in SC.
/third_party/node/deps/v8/src/heap/
Darray-buffer-sweeper.cc289 ArrayBufferList promoted = SweepListFull(&young_); in SweepFull() local
292 old_ = std::move(promoted); in SweepFull()
/third_party/toybox/toys/pending/
DREADME4 cleanup before being "promoted" to one of the other directories.
/third_party/openGLES/extensions/ARB/
DARB_compatibility.txt18 extensions which have been promoted to a core Specification, fixes will
/third_party/openGLES/extensions/OES/
DOES_stencil4.txt22 extensions which have been promoted to a core Specification, fixes will

12345678910>>...18