Searched refs:extensible (Results 1 – 25 of 103) sorted by relevance
12345
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_copy_commands2.txt | 22 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:
|
D | VK_EXT_vertex_input_dynamic_state.txt | 34 - Make slink:VkVertexInputBindingDescription2EXT extensible 37 flink:vkCmdSetVertexInputEXT so it is also extensible
|
D | VK_EXT_debug_marker.txt | 149 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
|
D | VK_KHR_synchronization2.txt | 55 extensible structures, which incorporate changes from Vulkan 1.1, 75 * The new event and barrier interfaces are now more extensible for future
|
D | VK_KHR_bind_memory2.txt | 23 once, and are extensible.
|
D | VK_KHR_get_display_properties2.txt | 37 2) Should extensible input structs be added for these new functions:
|
D | VK_KHR_create_renderpass2.txt | 25 with new extensible structures for passing additional subpass information.
|
D | VK_EXT_device_memory_report.txt | 73 The internal alloc/free callbacks are not extensible except via new 76 extensible.
|
/third_party/node/test/parallel/ |
D | test-assert-calltracker-getCalls.js | 36 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/ |
D | wgpu_structs.cpp | 42 {% if type.extensible %} 53 return {% if type.extensible or type.chained -%}
|
D | wgpu_structs.h | 51 {% if type.extensible %}
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | webgpu_struct_info.json | 33 {%- elif type.extensible %} 37 {%- if (type.chained or type.extensible) or not loop.first -%}
|
D | api.h | 114 {% if type.extensible %}
|
D | webgpu_cpp.cpp | 73 {% if type.extensible %}
|
D | api_cpp.h | 222 {% if type.extensible %}
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 220 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/ |
D | WireCmd.cpp | 104 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/ |
D | agx_opcodes.py | 55 self.extensible = length_short != length_long 57 if self.extensible:
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | README | 18 - make format extensible
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2util.c | 300 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/ |
D | README.rst | 4 Jinja is a fast, expressive, extensible templating engine. Special
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | README.rst | 4 Jinja is a fast, expressive, extensible templating engine. Special
|
/third_party/jinja2/ |
D | README.rst | 4 Jinja is a fast, expressive, extensible templating engine. Special
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.cc | 977 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/ |
D | copies.txt | 184 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