Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 25 of 444) 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/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/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_extended_dynamic_state2.adoc29 This extension has been partially promoted.
36 control points are not promoted, nor is the feature structure.
37 Extension interfaces that were promoted remain available as aliases of the
DVK_EXT_extended_dynamic_state.adoc36 This extension has been partially promoted.
39 The feature structure is not promoted.
40 Extension interfaces that were promoted remain available as aliases of the
Dversions.adoc14 <<extendingvulkan-compatibility-promotion,promoted>> from extensions.
32 Vulkan Version 1.3 <<extendingvulkan-compatibility-promotion,promoted>> a
47 Vulkan Version 1.3 <<extendingvulkan-compatibility-promotion,promoted>> a
74 op are not promoted in Vulkan 1.3.
108 In addition to the promoted extensions described above, Vulkan 1.3 added
139 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a
154 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a
260 In addition to the promoted extensions described above, Vulkan 1.2 added
318 Vulkan Version 1.1 <<extendingvulkan-compatibility-promotion,promoted>> a
333 Vulkan Version 1.1 <<extendingvulkan-compatibility-promotion,promoted>> a
[all …]
DVK_EXT_texel_buffer_alignment.adoc32 However, only the properties structure is promoted.
33 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_ycbcr_2plane_444_formats.adoc29 This extension has been partially promoted.
34 The feature structure is not promoted.
DVK_EXT_4444_formats.adoc37 This extension has been partially promoted.
42 The feature structure is not promoted.
DVK_KHR_spirv_1_4.adoc89 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.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
/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.adoc672 promoted>> to another extension or to a core API version, then as a
673 _general_ rule, the dependency is also satisfied by the promoted extension
676 are also required or enabled by the promoted extension or core version.
677 However, in some cases an extension is promoted while making some of its
678 features optional in the promoted extension or core version.
681 dependency and the promoted version in the <<extensions, Layers &
816 Extensions, or features of an extension, may: be promoted to a new
820 When extension functionality is promoted, minor changes may: be introduced,
832 If extension functionality is promoted, there is no guarantee of direct
834 original feature to the promoted one.
[all …]
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 …]
/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/flutter/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/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_rgb8_rgba8.txt22 extensions which have been promoted to a core Specification, fixes will
DOES_depth32.txt22 extensions which have been promoted to a core Specification, fixes will
DOES_stencil4.txt22 extensions which have been promoted to a core Specification, fixes will
DOES_stencil1.txt22 extensions which have been promoted to a core Specification, fixes will

12345678910>>...18