Home
last modified time | relevance | path

Searched refs:extensible (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_copy_commands2.txt22 This extension provides extensible versions of the Vulkan buffer and image
25 that their copy parameters are specified using extensible structures that
28 The following extensible copy commands are introduced with this extension:
DVK_EXT_vertex_input_dynamic_state.txt34 - Make slink:VkVertexInputBindingDescription2EXT extensible
37 flink:vkCmdSetVertexInputEXT so it is also extensible
DVK_EXT_debug_marker.txt149 3) Should the functions added in this extension accept an extensible
154 All functions have been modified to take a structure type with extensible
171 - Changed functions to take extensible structs instead of direct function
DVK_KHR_synchronization2.txt55 extensible structures, which incorporate changes from Vulkan 1.1,
75 * The new event and barrier interfaces are now more extensible for future
DVK_KHR_bind_memory2.txt23 once, and are extensible.
DVK_KHR_get_display_properties2.txt37 2) Should extensible input structs be added for these new functions:
DVK_KHR_create_renderpass2.txt25 with new extensible structures for passing additional subpass information.
DVK_EXT_device_memory_report.txt73 The internal alloc/free callbacks are not extensible except via new
76 extensible.
/third_party/node/test/parallel/
Dtest-assert-calltracker-getCalls.js36 assert.throws(() => calls.push(1), /object is not extensible/);
37 assert.throws(() => Object.assign(calls[0], { foo: 'bar' }), /object is not extensible/);
38 assert.throws(() => calls[0].arguments.push(1), /object is not extensible/);
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
Dwgpu_structs.cpp42 {% if type.extensible %}
53 return {% if type.extensible or type.chained -%}
Dwgpu_structs.h51 {% if type.extensible %}
/third_party/skia/third_party/externals/dawn/generator/templates/
Dwebgpu_struct_info.json33 {%- elif type.extensible %}
37 {%- if (type.chained or type.extensible) or not loop.first -%}
Dapi.h114 {% if type.extensible %}
Dwebgpu_cpp.cpp73 {% if type.extensible %}
Dapi_cpp.h222 {% if type.extensible %}
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py220 or self.chained or self.extensible)
233 self.extensible = json_data.get("extensible", None)
236 if self.extensible:
237 assert (self.extensible == "in" or self.extensible == "out")
241 assert not (self.extensible and self.chained)
245 return self.chained == "out" or self.extensible == "out"
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
DWireCmd.cpp104 static_assert({{[is_cmd, record.extensible, record.chained].count(True)}} <= 1,
109 {% elif record.extensible %}
146 {% if record.extensible %}
216 {% if record.extensible %}
310 {% if record.extensible %}
/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.py55 self.extensible = length_short != length_long
57 if self.extensible:
/third_party/gstreamer/gstplugins_good/ext/jpeg/
DREADME18 - make format extensible
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c300 WAVEFORMATEXTENSIBLE *extensible = (WAVEFORMATEXTENSIBLE *) format; in gst_wasapi2_util_waveformatex_to_channel_mask() local
301 dwChannelMask = extensible->dwChannelMask; in gst_wasapi2_util_waveformatex_to_channel_mask()
/third_party/skia/third_party/externals/jinja2/
DREADME.rst4 Jinja is a fast, expressive, extensible templating engine. Special
/third_party/node/deps/v8/third_party/jinja2/
DREADME.rst4 Jinja is a fast, expressive, extensible templating engine. Special
/third_party/jinja2/
DREADME.rst4 Jinja is a fast, expressive, extensible templating engine. Special
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc977 Label extensible(this), is_private_symbol(this); in EmitGenericPropertyStore() local
979 Branch(IsSetWord32<Map::Bits3::IsExtensibleBit>(bitfield3), &extensible, in EmitGenericPropertyStore()
987 Branch(IsPrivateName(CAST(name)), slow, &extensible); in EmitGenericPropertyStore()
990 BIND(&extensible); in EmitGenericPropertyStore()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dcopies.txt184 A more extensible version of the copy buffer command is defined below.
200 includes extensible sub-structures that include pname:sType and pname:pNext
516 A more extensible version of the copy image command is defined below.
532 extensible sub-structures that include pname:sType and pname:pNext
819 More extensible versions of the commands to copy between buffers and images
837 includes extensible sub-structures that include pname:sType and pname:pNext
938 includes extensible sub-structures that include pname:sType and pname:pNext
1340 A more extensible version of the blit image command is defined below.
1357 extensible sub-structures that include pname:sType and pname:pNext
1552 A more extensible version of the resolve image command is defined below.
[all …]

12345