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