• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (C) 2018 The Android Open Source Project
2 // Copyright (C) 2018 Google Inc.
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 
16 // Autogenerated module goldfish_vk_extension_structs_guest
17 //
18 // (header) generated by codegen/vulkan/scripts/genvk.py -registry codegen/vulkan/xml/vk.xml
19 // -registryGfxstream codegen/vulkan/xml/vk_gfxstream.xml cereal -o host/vulkan/cereal
20 //
21 // Please do not modify directly;
22 // re-run gfxstream-protocols/scripts/generate-vulkan-sources.sh,
23 // or directly from Python by defining:
24 // VULKAN_REGISTRY_XML_DIR : Directory containing vk.xml
25 // VULKAN_REGISTRY_SCRIPTS_DIR : Directory containing genvk.py
26 // CEREAL_OUTPUT_DIR: Where to put the generated sources.
27 //
28 // python3 $VULKAN_REGISTRY_SCRIPTS_DIR/genvk.py -registry $VULKAN_REGISTRY_XML_DIR/vk.xml cereal -o
29 // $CEREAL_OUTPUT_DIR
30 //
31 #pragma once
32 #include <vulkan/vulkan.h>
33 
34 #include "goldfish_vk_private_defs.h"
35 #include "vk_platform_compat.h"
36 #include "vulkan_gfxstream.h"
37 // Stuff we are not going to use but if included,
38 // will cause compile errors. These are Android Vulkan
39 // required extensions, but the approach will be to
40 // implement them completely on the guest side.
41 #undef VK_KHR_android_surface
42 #undef VK_ANDROID_external_memory_android_hardware_buffer
43 
44 namespace gfxstream {
45 namespace vk {
46 
47 uint32_t goldfish_vk_struct_type(const void* structExtension);
48 
49 size_t goldfish_vk_extension_struct_size(VkStructureType rootType, const void* structExtension);
50 
51 size_t goldfish_vk_extension_struct_size_with_stream_features(uint32_t streamFeatures,
52                                                               VkStructureType rootType,
53                                                               const void* structExtension);
54 
55 #ifdef VK_VERSION_1_0
56 #endif
57 #ifdef VK_VERSION_1_1
58 #endif
59 #ifdef VK_VERSION_1_2
60 #endif
61 #ifdef VK_VERSION_1_3
62 #endif
63 #ifdef VK_KHR_surface
64 #endif
65 #ifdef VK_KHR_swapchain
66 #endif
67 #ifdef VK_KHR_display
68 #endif
69 #ifdef VK_KHR_display_swapchain
70 #endif
71 #ifdef VK_KHR_xlib_surface
72 #endif
73 #ifdef VK_KHR_xcb_surface
74 #endif
75 #ifdef VK_KHR_wayland_surface
76 #endif
77 #ifdef VK_KHR_android_surface
78 #endif
79 #ifdef VK_KHR_win32_surface
80 #endif
81 #ifdef VK_KHR_sampler_mirror_clamp_to_edge
82 #endif
83 #ifdef VK_KHR_video_queue
84 #endif
85 #ifdef VK_KHR_video_decode_queue
86 #endif
87 #ifdef VK_KHR_video_decode_h264
88 #endif
89 #ifdef VK_KHR_dynamic_rendering
90 #endif
91 #ifdef VK_KHR_multiview
92 #endif
93 #ifdef VK_KHR_get_physical_device_properties2
94 #endif
95 #ifdef VK_KHR_device_group
96 #endif
97 #ifdef VK_KHR_shader_draw_parameters
98 #endif
99 #ifdef VK_KHR_maintenance1
100 #endif
101 #ifdef VK_KHR_device_group_creation
102 #endif
103 #ifdef VK_KHR_external_memory_capabilities
104 #endif
105 #ifdef VK_KHR_external_memory
106 #endif
107 #ifdef VK_KHR_external_memory_win32
108 #endif
109 #ifdef VK_KHR_external_memory_fd
110 #endif
111 #ifdef VK_KHR_win32_keyed_mutex
112 #endif
113 #ifdef VK_KHR_external_semaphore_capabilities
114 #endif
115 #ifdef VK_KHR_external_semaphore
116 #endif
117 #ifdef VK_KHR_external_semaphore_win32
118 #endif
119 #ifdef VK_KHR_external_semaphore_fd
120 #endif
121 #ifdef VK_KHR_push_descriptor
122 #endif
123 #ifdef VK_KHR_shader_float16_int8
124 #endif
125 #ifdef VK_KHR_16bit_storage
126 #endif
127 #ifdef VK_KHR_incremental_present
128 #endif
129 #ifdef VK_KHR_descriptor_update_template
130 #endif
131 #ifdef VK_KHR_imageless_framebuffer
132 #endif
133 #ifdef VK_KHR_create_renderpass2
134 #endif
135 #ifdef VK_KHR_shared_presentable_image
136 #endif
137 #ifdef VK_KHR_external_fence_capabilities
138 #endif
139 #ifdef VK_KHR_external_fence
140 #endif
141 #ifdef VK_KHR_external_fence_win32
142 #endif
143 #ifdef VK_KHR_external_fence_fd
144 #endif
145 #ifdef VK_KHR_performance_query
146 #endif
147 #ifdef VK_KHR_maintenance2
148 #endif
149 #ifdef VK_KHR_get_surface_capabilities2
150 #endif
151 #ifdef VK_KHR_variable_pointers
152 #endif
153 #ifdef VK_KHR_get_display_properties2
154 #endif
155 #ifdef VK_KHR_dedicated_allocation
156 #endif
157 #ifdef VK_KHR_storage_buffer_storage_class
158 #endif
159 #ifdef VK_KHR_relaxed_block_layout
160 #endif
161 #ifdef VK_KHR_get_memory_requirements2
162 #endif
163 #ifdef VK_KHR_image_format_list
164 #endif
165 #ifdef VK_KHR_sampler_ycbcr_conversion
166 #endif
167 #ifdef VK_KHR_bind_memory2
168 #endif
169 #ifdef VK_KHR_portability_subset
170 #endif
171 #ifdef VK_KHR_maintenance3
172 #endif
173 #ifdef VK_KHR_draw_indirect_count
174 #endif
175 #ifdef VK_KHR_shader_subgroup_extended_types
176 #endif
177 #ifdef VK_KHR_8bit_storage
178 #endif
179 #ifdef VK_KHR_shader_atomic_int64
180 #endif
181 #ifdef VK_KHR_shader_clock
182 #endif
183 #ifdef VK_KHR_video_decode_h265
184 #endif
185 #ifdef VK_KHR_global_priority
186 #endif
187 #ifdef VK_KHR_driver_properties
188 #endif
189 #ifdef VK_KHR_shader_float_controls
190 #endif
191 #ifdef VK_KHR_depth_stencil_resolve
192 #endif
193 #ifdef VK_KHR_swapchain_mutable_format
194 #endif
195 #ifdef VK_KHR_timeline_semaphore
196 #endif
197 #ifdef VK_KHR_vulkan_memory_model
198 #endif
199 #ifdef VK_KHR_shader_terminate_invocation
200 #endif
201 #ifdef VK_KHR_fragment_shading_rate
202 #endif
203 #ifdef VK_KHR_spirv_1_4
204 #endif
205 #ifdef VK_KHR_surface_protected_capabilities
206 #endif
207 #ifdef VK_KHR_separate_depth_stencil_layouts
208 #endif
209 #ifdef VK_KHR_present_wait
210 #endif
211 #ifdef VK_KHR_uniform_buffer_standard_layout
212 #endif
213 #ifdef VK_KHR_buffer_device_address
214 #endif
215 #ifdef VK_KHR_deferred_host_operations
216 #endif
217 #ifdef VK_KHR_pipeline_executable_properties
218 #endif
219 #ifdef VK_KHR_map_memory2
220 #endif
221 #ifdef VK_KHR_shader_integer_dot_product
222 #endif
223 #ifdef VK_KHR_pipeline_library
224 #endif
225 #ifdef VK_KHR_shader_non_semantic_info
226 #endif
227 #ifdef VK_KHR_present_id
228 #endif
229 #ifdef VK_KHR_video_encode_queue
230 #endif
231 #ifdef VK_KHR_synchronization2
232 #endif
233 #ifdef VK_KHR_fragment_shader_barycentric
234 #endif
235 #ifdef VK_KHR_shader_subgroup_uniform_control_flow
236 #endif
237 #ifdef VK_KHR_zero_initialize_workgroup_memory
238 #endif
239 #ifdef VK_KHR_workgroup_memory_explicit_layout
240 #endif
241 #ifdef VK_KHR_copy_commands2
242 #endif
243 #ifdef VK_KHR_format_feature_flags2
244 #endif
245 #ifdef VK_KHR_ray_tracing_maintenance1
246 #endif
247 #ifdef VK_KHR_portability_enumeration
248 #endif
249 #ifdef VK_KHR_maintenance4
250 #endif
251 #ifdef VK_KHR_ray_tracing_position_fetch
252 #endif
253 #ifdef VK_ANDROID_native_buffer
254 #endif
255 #ifdef VK_EXT_debug_report
256 #endif
257 #ifdef VK_NV_glsl_shader
258 #endif
259 #ifdef VK_EXT_depth_range_unrestricted
260 #endif
261 #ifdef VK_IMG_filter_cubic
262 #endif
263 #ifdef VK_AMD_rasterization_order
264 #endif
265 #ifdef VK_AMD_shader_trinary_minmax
266 #endif
267 #ifdef VK_AMD_shader_explicit_vertex_parameter
268 #endif
269 #ifdef VK_EXT_debug_marker
270 #endif
271 #ifdef VK_AMD_gcn_shader
272 #endif
273 #ifdef VK_NV_dedicated_allocation
274 #endif
275 #ifdef VK_EXT_transform_feedback
276 #endif
277 #ifdef VK_NVX_binary_import
278 #endif
279 #ifdef VK_NVX_image_view_handle
280 #endif
281 #ifdef VK_AMD_draw_indirect_count
282 #endif
283 #ifdef VK_AMD_negative_viewport_height
284 #endif
285 #ifdef VK_AMD_gpu_shader_half_float
286 #endif
287 #ifdef VK_AMD_shader_ballot
288 #endif
289 #ifdef VK_EXT_video_encode_h264
290 #endif
291 #ifdef VK_EXT_video_encode_h265
292 #endif
293 #ifdef VK_AMD_texture_gather_bias_lod
294 #endif
295 #ifdef VK_AMD_shader_info
296 #endif
297 #ifdef VK_AMD_shader_image_load_store_lod
298 #endif
299 #ifdef VK_GGP_stream_descriptor_surface
300 #endif
301 #ifdef VK_NV_corner_sampled_image
302 #endif
303 #ifdef VK_IMG_format_pvrtc
304 #endif
305 #ifdef VK_NV_external_memory_capabilities
306 #endif
307 #ifdef VK_NV_external_memory
308 #endif
309 #ifdef VK_NV_external_memory_win32
310 #endif
311 #ifdef VK_NV_win32_keyed_mutex
312 #endif
313 #ifdef VK_EXT_validation_flags
314 #endif
315 #ifdef VK_NN_vi_surface
316 #endif
317 #ifdef VK_EXT_shader_subgroup_ballot
318 #endif
319 #ifdef VK_EXT_shader_subgroup_vote
320 #endif
321 #ifdef VK_EXT_texture_compression_astc_hdr
322 #endif
323 #ifdef VK_EXT_astc_decode_mode
324 #endif
325 #ifdef VK_EXT_pipeline_robustness
326 #endif
327 #ifdef VK_EXT_conditional_rendering
328 #endif
329 #ifdef VK_NV_clip_space_w_scaling
330 #endif
331 #ifdef VK_EXT_direct_mode_display
332 #endif
333 #ifdef VK_EXT_acquire_xlib_display
334 #endif
335 #ifdef VK_EXT_display_surface_counter
336 #endif
337 #ifdef VK_EXT_display_control
338 #endif
339 #ifdef VK_GOOGLE_display_timing
340 #endif
341 #ifdef VK_NV_sample_mask_override_coverage
342 #endif
343 #ifdef VK_NV_geometry_shader_passthrough
344 #endif
345 #ifdef VK_NV_viewport_array2
346 #endif
347 #ifdef VK_NVX_multiview_per_view_attributes
348 #endif
349 #ifdef VK_NV_viewport_swizzle
350 #endif
351 #ifdef VK_EXT_discard_rectangles
352 #endif
353 #ifdef VK_EXT_conservative_rasterization
354 #endif
355 #ifdef VK_EXT_depth_clip_enable
356 #endif
357 #ifdef VK_EXT_swapchain_colorspace
358 #endif
359 #ifdef VK_EXT_hdr_metadata
360 #endif
361 #ifdef VK_MVK_ios_surface
362 #endif
363 #ifdef VK_MVK_macos_surface
364 #endif
365 #ifdef VK_EXT_external_memory_dma_buf
366 #endif
367 #ifdef VK_EXT_queue_family_foreign
368 #endif
369 #ifdef VK_EXT_debug_utils
370 #endif
371 #ifdef VK_ANDROID_external_memory_android_hardware_buffer
372 #endif
373 #ifdef VK_EXT_sampler_filter_minmax
374 #endif
375 #ifdef VK_AMD_gpu_shader_int16
376 #endif
377 #ifdef VK_AMD_mixed_attachment_samples
378 #endif
379 #ifdef VK_AMD_shader_fragment_mask
380 #endif
381 #ifdef VK_EXT_inline_uniform_block
382 #endif
383 #ifdef VK_EXT_shader_stencil_export
384 #endif
385 #ifdef VK_EXT_sample_locations
386 #endif
387 #ifdef VK_EXT_blend_operation_advanced
388 #endif
389 #ifdef VK_NV_fragment_coverage_to_color
390 #endif
391 #ifdef VK_NV_framebuffer_mixed_samples
392 #endif
393 #ifdef VK_NV_fill_rectangle
394 #endif
395 #ifdef VK_NV_shader_sm_builtins
396 #endif
397 #ifdef VK_EXT_post_depth_coverage
398 #endif
399 #ifdef VK_EXT_image_drm_format_modifier
400 #endif
401 #ifdef VK_EXT_validation_cache
402 #endif
403 #ifdef VK_EXT_descriptor_indexing
404 #endif
405 #ifdef VK_EXT_shader_viewport_index_layer
406 #endif
407 #ifdef VK_NV_shading_rate_image
408 #endif
409 #ifdef VK_NV_ray_tracing
410 #endif
411 #ifdef VK_NV_representative_fragment_test
412 #endif
413 #ifdef VK_EXT_filter_cubic
414 #endif
415 #ifdef VK_QCOM_render_pass_shader_resolve
416 #endif
417 #ifdef VK_EXT_global_priority
418 #endif
419 #ifdef VK_EXT_external_memory_host
420 #endif
421 #ifdef VK_AMD_buffer_marker
422 #endif
423 #ifdef VK_AMD_pipeline_compiler_control
424 #endif
425 #ifdef VK_EXT_calibrated_timestamps
426 #endif
427 #ifdef VK_AMD_shader_core_properties
428 #endif
429 #ifdef VK_AMD_memory_overallocation_behavior
430 #endif
431 #ifdef VK_EXT_vertex_attribute_divisor
432 #endif
433 #ifdef VK_GGP_frame_token
434 #endif
435 #ifdef VK_EXT_pipeline_creation_feedback
436 #endif
437 #ifdef VK_NV_shader_subgroup_partitioned
438 #endif
439 #ifdef VK_NV_compute_shader_derivatives
440 #endif
441 #ifdef VK_NV_mesh_shader
442 #endif
443 #ifdef VK_NV_fragment_shader_barycentric
444 #endif
445 #ifdef VK_NV_shader_image_footprint
446 #endif
447 #ifdef VK_NV_scissor_exclusive
448 #endif
449 #ifdef VK_NV_device_diagnostic_checkpoints
450 #endif
451 #ifdef VK_INTEL_shader_integer_functions2
452 #endif
453 #ifdef VK_INTEL_performance_query
454 #endif
455 #ifdef VK_EXT_pci_bus_info
456 #endif
457 #ifdef VK_AMD_display_native_hdr
458 #endif
459 #ifdef VK_FUCHSIA_imagepipe_surface
460 #endif
461 #ifdef VK_EXT_metal_surface
462 #endif
463 #ifdef VK_EXT_fragment_density_map
464 #endif
465 #ifdef VK_EXT_scalar_block_layout
466 #endif
467 #ifdef VK_GOOGLE_hlsl_functionality1
468 #endif
469 #ifdef VK_GOOGLE_decorate_string
470 #endif
471 #ifdef VK_EXT_subgroup_size_control
472 #endif
473 #ifdef VK_AMD_shader_core_properties2
474 #endif
475 #ifdef VK_AMD_device_coherent_memory
476 #endif
477 #ifdef VK_EXT_shader_image_atomic_int64
478 #endif
479 #ifdef VK_EXT_memory_budget
480 #endif
481 #ifdef VK_EXT_memory_priority
482 #endif
483 #ifdef VK_NV_dedicated_allocation_image_aliasing
484 #endif
485 #ifdef VK_EXT_buffer_device_address
486 #endif
487 #ifdef VK_EXT_tooling_info
488 #endif
489 #ifdef VK_EXT_separate_stencil_usage
490 #endif
491 #ifdef VK_EXT_validation_features
492 #endif
493 #ifdef VK_NV_cooperative_matrix
494 #endif
495 #ifdef VK_NV_coverage_reduction_mode
496 #endif
497 #ifdef VK_EXT_fragment_shader_interlock
498 #endif
499 #ifdef VK_EXT_ycbcr_image_arrays
500 #endif
501 #ifdef VK_EXT_provoking_vertex
502 #endif
503 #ifdef VK_EXT_full_screen_exclusive
504 #endif
505 #ifdef VK_EXT_headless_surface
506 #endif
507 #ifdef VK_EXT_line_rasterization
508 #endif
509 #ifdef VK_EXT_shader_atomic_float
510 #endif
511 #ifdef VK_EXT_host_query_reset
512 #endif
513 #ifdef VK_EXT_index_type_uint8
514 #endif
515 #ifdef VK_EXT_extended_dynamic_state
516 #endif
517 #ifdef VK_EXT_shader_atomic_float2
518 #endif
519 #ifdef VK_EXT_surface_maintenance1
520 #endif
521 #ifdef VK_EXT_swapchain_maintenance1
522 #endif
523 #ifdef VK_EXT_shader_demote_to_helper_invocation
524 #endif
525 #ifdef VK_NV_device_generated_commands
526 #endif
527 #ifdef VK_NV_inherited_viewport_scissor
528 #endif
529 #ifdef VK_EXT_texel_buffer_alignment
530 #endif
531 #ifdef VK_QCOM_render_pass_transform
532 #endif
533 #ifdef VK_EXT_device_memory_report
534 #endif
535 #ifdef VK_EXT_acquire_drm_display
536 #endif
537 #ifdef VK_EXT_robustness2
538 #endif
539 #ifdef VK_EXT_custom_border_color
540 #endif
541 #ifdef VK_GOOGLE_user_type
542 #endif
543 #ifdef VK_NV_present_barrier
544 #endif
545 #ifdef VK_EXT_private_data
546 #endif
547 #ifdef VK_EXT_pipeline_creation_cache_control
548 #endif
549 #ifdef VK_NV_device_diagnostics_config
550 #endif
551 #ifdef VK_QCOM_render_pass_store_ops
552 #endif
553 #ifdef VK_NV_low_latency
554 #endif
555 #ifdef VK_EXT_metal_objects
556 #endif
557 #ifdef VK_EXT_descriptor_buffer
558 #endif
559 #ifdef VK_EXT_graphics_pipeline_library
560 #endif
561 #ifdef VK_AMD_shader_early_and_late_fragment_tests
562 #endif
563 #ifdef VK_NV_fragment_shading_rate_enums
564 #endif
565 #ifdef VK_NV_ray_tracing_motion_blur
566 #endif
567 #ifdef VK_EXT_ycbcr_2plane_444_formats
568 #endif
569 #ifdef VK_EXT_fragment_density_map2
570 #endif
571 #ifdef VK_QCOM_rotated_copy_commands
572 #endif
573 #ifdef VK_EXT_image_robustness
574 #endif
575 #ifdef VK_EXT_image_compression_control
576 #endif
577 #ifdef VK_EXT_attachment_feedback_loop_layout
578 #endif
579 #ifdef VK_EXT_4444_formats
580 #endif
581 #ifdef VK_EXT_device_fault
582 #endif
583 #ifdef VK_ARM_rasterization_order_attachment_access
584 #endif
585 #ifdef VK_EXT_rgba10x6_formats
586 #endif
587 #ifdef VK_NV_acquire_winrt_display
588 #endif
589 #ifdef VK_EXT_directfb_surface
590 #endif
591 #ifdef VK_VALVE_mutable_descriptor_type
592 #endif
593 #ifdef VK_EXT_vertex_input_dynamic_state
594 #endif
595 #ifdef VK_EXT_physical_device_drm
596 #endif
597 #ifdef VK_EXT_device_address_binding_report
598 #endif
599 #ifdef VK_EXT_depth_clip_control
600 #endif
601 #ifdef VK_EXT_primitive_topology_list_restart
602 #endif
603 #ifdef VK_FUCHSIA_external_memory
604 #endif
605 #ifdef VK_FUCHSIA_external_semaphore
606 #endif
607 #ifdef VK_FUCHSIA_buffer_collection
608 #endif
609 #ifdef VK_HUAWEI_subpass_shading
610 #endif
611 #ifdef VK_HUAWEI_invocation_mask
612 #endif
613 #ifdef VK_NV_external_memory_rdma
614 #endif
615 #ifdef VK_EXT_pipeline_properties
616 #endif
617 #ifdef VK_EXT_multisampled_render_to_single_sampled
618 #endif
619 #ifdef VK_EXT_extended_dynamic_state2
620 #endif
621 #ifdef VK_QNX_screen_surface
622 #endif
623 #ifdef VK_EXT_color_write_enable
624 #endif
625 #ifdef VK_EXT_primitives_generated_query
626 #endif
627 #ifdef VK_GOOGLE_gfxstream
628 #endif
629 #ifdef VK_EXT_global_priority_query
630 #endif
631 #ifdef VK_EXT_image_view_min_lod
632 #endif
633 #ifdef VK_EXT_multi_draw
634 #endif
635 #ifdef VK_EXT_image_2d_view_of_3d
636 #endif
637 #ifdef VK_EXT_shader_tile_image
638 #endif
639 #ifdef VK_EXT_opacity_micromap
640 #endif
641 #ifdef VK_NV_displacement_micromap
642 #endif
643 #ifdef VK_EXT_load_store_op_none
644 #endif
645 #ifdef VK_HUAWEI_cluster_culling_shader
646 #endif
647 #ifdef VK_EXT_border_color_swizzle
648 #endif
649 #ifdef VK_EXT_pageable_device_local_memory
650 #endif
651 #ifdef VK_ARM_shader_core_properties
652 #endif
653 #ifdef VK_EXT_image_sliced_view_of_3d
654 #endif
655 #ifdef VK_VALVE_descriptor_set_host_mapping
656 #endif
657 #ifdef VK_EXT_depth_clamp_zero_one
658 #endif
659 #ifdef VK_EXT_non_seamless_cube_map
660 #endif
661 #ifdef VK_QCOM_fragment_density_map_offset
662 #endif
663 #ifdef VK_NV_copy_memory_indirect
664 #endif
665 #ifdef VK_NV_memory_decompression
666 #endif
667 #ifdef VK_NV_linear_color_attachment
668 #endif
669 #ifdef VK_GOOGLE_surfaceless_query
670 #endif
671 #ifdef VK_EXT_image_compression_control_swapchain
672 #endif
673 #ifdef VK_QCOM_image_processing
674 #endif
675 #ifdef VK_EXT_extended_dynamic_state3
676 #endif
677 #ifdef VK_EXT_subpass_merge_feedback
678 #endif
679 #ifdef VK_LUNARG_direct_driver_loading
680 #endif
681 #ifdef VK_EXT_shader_module_identifier
682 #endif
683 #ifdef VK_EXT_rasterization_order_attachment_access
684 #endif
685 #ifdef VK_NV_optical_flow
686 #endif
687 #ifdef VK_EXT_legacy_dithering
688 #endif
689 #ifdef VK_EXT_pipeline_protected_access
690 #endif
691 #ifdef VK_EXT_shader_object
692 #endif
693 #ifdef VK_QCOM_tile_properties
694 #endif
695 #ifdef VK_SEC_amigo_profiling
696 #endif
697 #ifdef VK_QCOM_multiview_per_view_viewports
698 #endif
699 #ifdef VK_NV_ray_tracing_invocation_reorder
700 #endif
701 #ifdef VK_EXT_mutable_descriptor_type
702 #endif
703 #ifdef VK_ARM_shader_core_builtins
704 #endif
705 #ifdef VK_EXT_pipeline_library_group_handles
706 #endif
707 #ifdef VK_QCOM_multiview_per_view_render_areas
708 #endif
709 #ifdef VK_EXT_attachment_feedback_loop_dynamic_state
710 #endif
711 #ifdef VK_KHR_acceleration_structure
712 #endif
713 #ifdef VK_KHR_ray_tracing_pipeline
714 #endif
715 #ifdef VK_KHR_ray_query
716 #endif
717 #ifdef VK_EXT_mesh_shader
718 #endif
719 
720 }  // namespace vk
721 }  // namespace gfxstream
722