/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | promote.py | 19 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/ |
D | versions.adoc | 14 <<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 …]
|
D | VK_EXT_extended_dynamic_state2.adoc | 27 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
|
D | VK_EXT_extended_dynamic_state.adoc | 34 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
|
D | VK_EXT_texel_buffer_alignment.adoc | 30 However, only the properties structure is promoted. 31 The feature structure is not promoted and pname:texelBufferAlignment is
|
D | VK_EXT_ycbcr_2plane_444_formats.adoc | 27 This extension has been partially promoted. 32 The feature structure is not promoted.
|
D | versions.txt | 14 <<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
|
D | VK_EXT_4444_formats.adoc | 35 This extension has been partially promoted. 40 The feature structure is not promoted.
|
D | VK_KHR_spirv_1_4.txt | 89 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
|
D | VK_KHR_spirv_1_4.adoc | 88 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/ |
D | lut-promotion.frag | 21 // 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/ |
D | lut-promotion.frag | 21 // 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/ |
D | lut-promotion.frag | 21 // 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/ |
D | SparcCallingConv.td | 52 // 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/ |
D | extensions.txt | 636 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 …]
|
D | extensions.adoc | 754 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/ |
D | mir_promote_uniforms.c | 319 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/ |
D | Update20130618.md | 24 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/ |
D | dynamic_state2_optional_feature_common.adoc | 6 // Common to dynamic state commands introduced by the optional (not promoted)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/sc_static/ |
D | promoted_extensions_VK_VERSION_1_1.adoc | 8 // extensions promoted to 1.1 core are supported in SC.
|
D | promoted_extensions_VK_VERSION_1_2.adoc | 8 // extensions promoted to 1.2 core are supported in SC.
|
/third_party/node/deps/v8/src/heap/ |
D | array-buffer-sweeper.cc | 289 ArrayBufferList promoted = SweepListFull(&young_); in SweepFull() local 292 old_ = std::move(promoted); in SweepFull()
|
/third_party/toybox/toys/pending/ |
D | README | 4 cleanup before being "promoted" to one of the other directories.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compatibility.txt | 18 extensions which have been promoted to a core Specification, fixes will
|
/third_party/openGLES/extensions/OES/ |
D | OES_stencil4.txt | 22 extensions which have been promoted to a core Specification, fixes will
|