[{"data":1,"prerenderedAt":10069},["ShallowReactive",2],{"heL3ce2jVC":3,"VyF3Mmj32r":8538,"N9m89Rcq0G":8717},{"title":4,"description":5,"body":6,"_type":8537,"_id":4},"VK_KHR_video_decode_queue.proposal","This document outlines a proposal to enable performing video decode operations in Vulkan.",{"type":7,"children":8,"toc":8493},"root",[9,16,23,28,43,48,53,59,64,83,97,109,115,122,142,155,183,188,194,215,227,307,312,348,353,366,372,385,390,411,424,430,435,460,465,500,529,535,540,565,578,584,596,601,683,688,844,857,869,896,915,920,947,953,963,989,1010,1016,1026,1039,1059,1082,1110,1133,1145,1150,1183,1204,1209,1228,1236,1262,1274,1292,1297,1310,1334,1339,1390,1407,1426,1432,1444,1472,1484,1514,1525,1537,1556,1562,1574,1586,1614,1674,1698,1715,1735,1752,1789,1795,1800,1805,1923,1928,2040,2046,2052,2677,2683,3201,3207,4181,4187,4479,4485,5057,5063,5783,5789,6220,6226,6802,6808,7236,7242,8043,8049,8063,8091,8097,8102,8107,8120,8125,8130,8143,8161,8167,8172,8231,8245,8257,8270,8275,8316,8328,8360,8399,8417,8422,8435,8446,8452,8457,8462,8487],{"type":10,"tag":11,"props":12,"children":13},"element","p",{},[14],{"type":15,"value":5},"text",{"type":10,"tag":17,"props":18,"children":20},"h2",{"id":19},"_problem_statement",[21],{"type":15,"value":22},"Problem Statement",{"type":10,"tag":11,"props":24,"children":25},{},[26],{"type":15,"value":27},"Integrating video decode operations into Vulkan applications enable a wide set of new usage scenarios including, but not limited to, the following examples:",{"type":10,"tag":29,"props":30,"children":31},"ul",{},[32,38],{"type":10,"tag":33,"props":34,"children":35},"li",{},[36],{"type":15,"value":37},"Applying post-processing on top of video frames decoded from a compressed video stream",{"type":10,"tag":33,"props":39,"children":40},{},[41],{"type":15,"value":42},"Sourcing dynamic texture data from compressed video streams",{"type":10,"tag":11,"props":44,"children":45},{},[46],{"type":15,"value":47},"It is also not uncommon for Vulkan capable devices to feature dedicated hardware acceleration for video decompression.",{"type":10,"tag":11,"props":49,"children":50},{},[51],{"type":15,"value":52},"The goal of this proposal is to enable these use cases, expose the underlying hardware capabilities, and provide tight integration with other functionalities of the Vulkan API.",{"type":10,"tag":17,"props":54,"children":56},{"id":55},"_solution_space",[57],{"type":15,"value":58},"Solution Space",{"type":10,"tag":11,"props":60,"children":61},{},[62],{"type":15,"value":63},"The following options have been considered:",{"type":10,"tag":65,"props":66,"children":67},"ol",{},[68,73,78],{"type":10,"tag":33,"props":69,"children":70},{},[71],{"type":15,"value":72},"Rely on external sharing capabilities to interact with existing video decode APIs",{"type":10,"tag":33,"props":74,"children":75},{},[76],{"type":15,"value":77},"Add new dedicated APIs to Vulkan specific to video decoding",{"type":10,"tag":33,"props":79,"children":80},{},[81],{"type":15,"value":82},"Build upon a common set of APIs that enable video coding operations in general",{"type":10,"tag":11,"props":84,"children":85},{},[86,88,95],{"type":15,"value":87},"As discussed in the proposal for the ",{"type":10,"tag":89,"props":90,"children":92},"code",{"className":91},[],[93],{"type":15,"value":94},"VK_KHR_video_queue",{"type":15,"value":96}," extension, reusing a common, shared infrastructure across all video coding functionalities that leverage existing Vulkan capabilities was preferred, hence this extension follows option 3.",{"type":10,"tag":11,"props":98,"children":99},{},[100,102,107],{"type":15,"value":101},"Further sub-options were considered whether a common set of APIs could be used to enable video decoding in general, upon which codec-specific extensions can be built. As the possibility of API reuse is similarly possible within the domain of video decoding as it is for video coding in general, this proposal follows the same principle to extend ",{"type":10,"tag":89,"props":103,"children":105},{"className":104},[],[106],{"type":15,"value":94},{"type":15,"value":108}," with codec-independent video decoding capabilities.",{"type":10,"tag":17,"props":110,"children":112},{"id":111},"_proposal",[113],{"type":15,"value":114},"Proposal",{"type":10,"tag":116,"props":117,"children":119},"h3",{"id":118},"_video_decode_queues",[120],{"type":15,"value":121},"Video Decode Queues",{"type":10,"tag":11,"props":123,"children":124},{},[125,127,132,134,140],{"type":15,"value":126},"While ",{"type":10,"tag":89,"props":128,"children":130},{"className":129},[],[131],{"type":15,"value":94},{"type":15,"value":133}," already includes support for a more fine grained query to determine the set of supported video codec operations for a given queue family, this extension introduces an explicit queue flag called ",{"type":10,"tag":89,"props":135,"children":137},{"className":136},[],[138],{"type":15,"value":139},"VK_QUEUE_VIDEO_DECODE_BIT_KHR",{"type":15,"value":141}," to indicate support for video decoding.",{"type":10,"tag":11,"props":143,"children":144},{},[145,147,153],{"type":15,"value":146},"Applications can use this flag bit to identify video decode capable queue families in general, if needed, before querying more details about the individual video codec operations supported through the use of the ",{"type":10,"tag":89,"props":148,"children":150},{"className":149},[],[151],{"type":15,"value":152},"VkQueueFamilyVideoPropertiesKHR",{"type":15,"value":154}," structure. It also indicates support for the set of command buffer commands available on video decode queues, which include the following:",{"type":10,"tag":29,"props":156,"children":157},{},[158,163,168,173,178],{"type":10,"tag":33,"props":159,"children":160},{},[161],{"type":15,"value":162},"Pipeline barrier and event handling commands used for synchronization",{"type":10,"tag":33,"props":164,"children":165},{},[166],{"type":15,"value":167},"Basic query commands to begin, end, and reset queries",{"type":10,"tag":33,"props":169,"children":170},{},[171],{"type":15,"value":172},"Timestamp write commands",{"type":10,"tag":33,"props":174,"children":175},{},[176],{"type":15,"value":177},"Generic video coding commands",{"type":10,"tag":33,"props":179,"children":180},{},[181],{"type":15,"value":182},"The new video decode command introduced by this extension",{"type":10,"tag":11,"props":184,"children":185},{},[186],{"type":15,"value":187},"For the full list of individual commands supported by video decode queues, and whether any command is supported inside/outside of video coding scopes, refer to the manual page of the corresponding command.",{"type":10,"tag":116,"props":189,"children":191},{"id":190},"_video_decode_profiles",[192],{"type":15,"value":193},"Video Decode Profiles",{"type":10,"tag":11,"props":195,"children":196},{},[197,199,205,207,213],{"type":15,"value":198},"Video decode profiles are defined using a ",{"type":10,"tag":89,"props":200,"children":202},{"className":201},[],[203],{"type":15,"value":204},"VkVideoProfileInfoKHR",{"type":15,"value":206}," structure that specifies a ",{"type":10,"tag":89,"props":208,"children":210},{"className":209},[],[211],{"type":15,"value":212},"videoCodecOperation",{"type":15,"value":214}," value identifying a video decode operation. This extension does not introduce any video decode operation flags, as that is left to the codec-specific decode extensions.",{"type":10,"tag":11,"props":216,"children":217},{},[218,220,225],{"type":15,"value":219},"On the other hand, this extension allows the application to specify usage hints specific to video decoding by chaining the following new structure to ",{"type":10,"tag":89,"props":221,"children":223},{"className":222},[],[224],{"type":15,"value":204},{"type":15,"value":226},":",{"type":10,"tag":228,"props":229,"children":234},"pre",{"className":230,"code":231,"language":232,"meta":233,"style":233},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkVideoDecodeUsageInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkVideoDecodeUsageFlagsKHR videoUsageHints;\n} VkVideoDecodeUsageInfoKHR;\n","c","",[235],{"type":10,"tag":89,"props":236,"children":237},{"__ignoreMap":233},[238,261,270,289,298],{"type":10,"tag":239,"props":240,"children":243},"span",{"class":241,"line":242},"line",1,[244,250,255],{"type":10,"tag":239,"props":245,"children":247},{"style":246},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[248],{"type":15,"value":249},"typedef",{"type":10,"tag":239,"props":251,"children":252},{"style":246},[253],{"type":15,"value":254}," struct",{"type":10,"tag":239,"props":256,"children":258},{"style":257},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[259],{"type":15,"value":260}," VkVideoDecodeUsageInfoKHR {\n",{"type":10,"tag":239,"props":262,"children":264},{"class":241,"line":263},2,[265],{"type":10,"tag":239,"props":266,"children":267},{"style":257},[268],{"type":15,"value":269}," VkStructureType sType;\n",{"type":10,"tag":239,"props":271,"children":273},{"class":241,"line":272},3,[274,279,284],{"type":10,"tag":239,"props":275,"children":276},{"style":246},[277],{"type":15,"value":278}," const",{"type":10,"tag":239,"props":280,"children":281},{"style":246},[282],{"type":15,"value":283}," void*",{"type":10,"tag":239,"props":285,"children":286},{"style":257},[287],{"type":15,"value":288}," pNext;\n",{"type":10,"tag":239,"props":290,"children":292},{"class":241,"line":291},4,[293],{"type":10,"tag":239,"props":294,"children":295},{"style":257},[296],{"type":15,"value":297}," VkVideoDecodeUsageFlagsKHR videoUsageHints;\n",{"type":10,"tag":239,"props":299,"children":301},{"class":241,"line":300},5,[302],{"type":10,"tag":239,"props":303,"children":304},{"style":257},[305],{"type":15,"value":306},"} VkVideoDecodeUsageInfoKHR;\n",{"type":10,"tag":11,"props":308,"children":309},{},[310],{"type":15,"value":311},"The hint flags introduced by this extension are as follows:",{"type":10,"tag":29,"props":313,"children":314},{},[315,326,337],{"type":10,"tag":33,"props":316,"children":317},{},[318,324],{"type":10,"tag":89,"props":319,"children":321},{"className":320},[],[322],{"type":15,"value":323},"VK_VIDEO_DECODE_USAGE_TRANSCODING_BIT_KHR",{"type":15,"value":325}," should be used in video transcoding use cases",{"type":10,"tag":33,"props":327,"children":328},{},[329,335],{"type":10,"tag":89,"props":330,"children":332},{"className":331},[],[333],{"type":15,"value":334},"VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR",{"type":15,"value":336}," should be used when decoding local video content",{"type":10,"tag":33,"props":338,"children":339},{},[340,346],{"type":10,"tag":89,"props":341,"children":343},{"className":342},[],[344],{"type":15,"value":345},"VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR",{"type":15,"value":347}," should be used when decoding video content streamed over network",{"type":10,"tag":11,"props":349,"children":350},{},[351],{"type":15,"value":352},"These usage hints do not provide any restrictions or guarantees, so any combination of flags can be used, but they allow the application to better communicate the intended use case scenario so that implementations can make appropriate choices based on it.",{"type":10,"tag":11,"props":354,"children":355},{},[356,358,364],{"type":15,"value":357},"Logically, however, it is part of the video profile definition, so capabilities may vary across video decode profiles that only differ in terms of video decode usage hints, and it also affects video profile compatibility between resources and video sessions, so the same ",{"type":10,"tag":89,"props":359,"children":361},{"className":360},[],[362],{"type":15,"value":363},"VkVideoDecodeUsageInfoKHR",{"type":15,"value":365}," structure has to be included everywhere where the specific video decode profile is used.",{"type":10,"tag":116,"props":367,"children":369},{"id":368},"_new_pipeline_stage_and_access_flags",[370],{"type":15,"value":371},"New Pipeline Stage and Access Flags",{"type":10,"tag":11,"props":373,"children":374},{},[375,377,383],{"type":15,"value":376},"This extension also introduces a new pipeline stage identified by the ",{"type":10,"tag":89,"props":378,"children":380},{"className":379},[],[381],{"type":15,"value":382},"VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR",{"type":15,"value":384}," flag to enable synchronizing video decode operations with respect to other Vulkan operations.",{"type":10,"tag":11,"props":386,"children":387},{},[388],{"type":15,"value":389},"In addition, two new access flags are introduced to indicate reads and writes, respectively, performed by the video decode pipeline stage:",{"type":10,"tag":29,"props":391,"children":392},{},[393,402],{"type":10,"tag":33,"props":394,"children":395},{},[396],{"type":10,"tag":89,"props":397,"children":399},{"className":398},[],[400],{"type":15,"value":401},"VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR",{"type":10,"tag":33,"props":403,"children":404},{},[405],{"type":10,"tag":89,"props":406,"children":408},{"className":407},[],[409],{"type":15,"value":410},"VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR",{"type":10,"tag":11,"props":412,"children":413},{},[414,416,422],{"type":15,"value":415},"As these flags did no longer fit into the legacy 32-bit enums, this extension requires the ",{"type":10,"tag":89,"props":417,"children":419},{"className":418},[],[420],{"type":15,"value":421},"VK_KHR_synchronization2",{"type":15,"value":423}," extension and relies on the 64-bit versions of the pipeline stage and access mask flags to handle synchronization specific to video decode operations.",{"type":10,"tag":116,"props":425,"children":427},{"id":426},"_new_buffer_and_image_usage_flags",[428],{"type":15,"value":429},"New Buffer and Image Usage Flags",{"type":10,"tag":11,"props":431,"children":432},{},[433],{"type":15,"value":434},"This extension introduces the following new buffer usage flags:",{"type":10,"tag":29,"props":436,"children":437},{},[438,449],{"type":10,"tag":33,"props":439,"children":440},{},[441,447],{"type":10,"tag":89,"props":442,"children":444},{"className":443},[],[445],{"type":15,"value":446},"VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR",{"type":15,"value":448}," allows using the buffer as a video bitstream buffer in video decode operations",{"type":10,"tag":33,"props":450,"children":451},{},[452,458],{"type":10,"tag":89,"props":453,"children":455},{"className":454},[],[456],{"type":15,"value":457},"VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR",{"type":15,"value":459}," is reserved for future use",{"type":10,"tag":11,"props":461,"children":462},{},[463],{"type":15,"value":464},"This extension also introduces the following new image usage flags:",{"type":10,"tag":29,"props":466,"children":467},{},[468,478,489],{"type":10,"tag":33,"props":469,"children":470},{},[471,477],{"type":10,"tag":89,"props":472,"children":474},{"className":473},[],[475],{"type":15,"value":476},"VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR",{"type":15,"value":459},{"type":10,"tag":33,"props":479,"children":480},{},[481,487],{"type":10,"tag":89,"props":482,"children":484},{"className":483},[],[485],{"type":15,"value":486},"VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR",{"type":15,"value":488}," allows using the image as a decode output picture",{"type":10,"tag":33,"props":490,"children":491},{},[492,498],{"type":10,"tag":89,"props":493,"children":495},{"className":494},[],[496],{"type":15,"value":497},"VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR",{"type":15,"value":499}," allows using the image as a decode DPB picture (reconstructed/reference picture)",{"type":10,"tag":11,"props":501,"children":502},{},[503,505,511,513,519,521,527],{"type":15,"value":504},"Specifying these usage flags alone is not sufficient to create a buffer or image that is compatible with a video session created against any particular video profile. In fact, when specifying any of these usage flags at resource creation time, the application has to include a ",{"type":10,"tag":89,"props":506,"children":508},{"className":507},[],[509],{"type":15,"value":510},"VkVideoProfileListInfoKHR",{"type":15,"value":512}," structure in the ",{"type":10,"tag":89,"props":514,"children":516},{"className":515},[],[517],{"type":15,"value":518},"pNext",{"type":15,"value":520}," chain of the corresponding create info structure with ",{"type":10,"tag":89,"props":522,"children":524},{"className":523},[],[525],{"type":15,"value":526},"VkVideoProfileListInfoKHR::pProfiles",{"type":15,"value":528}," including a video decode profile. The created resources will be compatible only with that single video decode profile (and any additional video encode profiles that may have been specified in the list).",{"type":10,"tag":116,"props":530,"children":532},{"id":531},"_new_format_feature_flags",[533],{"type":15,"value":534},"New Format Feature Flags",{"type":10,"tag":11,"props":536,"children":537},{},[538],{"type":15,"value":539},"To indicate which formats are compatible with video decode usage, the following new format feature flags are introduced:",{"type":10,"tag":29,"props":541,"children":542},{},[543,554],{"type":10,"tag":33,"props":544,"children":545},{},[546,552],{"type":10,"tag":89,"props":547,"children":549},{"className":548},[],[550],{"type":15,"value":551},"VK_FORMAT_FEATURE_VIDEO_DECODE_OUTPUT_BIT_KHR",{"type":15,"value":553}," indicates support for decode output picture usage",{"type":10,"tag":33,"props":555,"children":556},{},[557,563],{"type":10,"tag":89,"props":558,"children":560},{"className":559},[],[561],{"type":15,"value":562},"VK_FORMAT_FEATURE_VIDEO_DECODE_DPB_BIT_KHR",{"type":15,"value":564}," indicates support for decode DPB picture usage",{"type":10,"tag":11,"props":566,"children":567},{},[568,570,576],{"type":15,"value":569},"The presence of the format flags alone, as returned by the various format queries, is not sufficient to indicate that an image with that format is usable with video decoding using any particular video decode profile. Actual compatibility with a specific video decode profile has to be verified using the ",{"type":10,"tag":89,"props":571,"children":573},{"className":572},[],[574],{"type":15,"value":575},"vkGetPhysicalDeviceVideoFormatPropertiesKHR",{"type":15,"value":577}," command.",{"type":10,"tag":116,"props":579,"children":581},{"id":580},"_basic_operation",[582],{"type":15,"value":583},"Basic Operation",{"type":10,"tag":11,"props":585,"children":586},{},[587,589,594],{"type":15,"value":588},"Video decode operations can be recorded into command buffers allocated from command pools created against queue families that support the ",{"type":10,"tag":89,"props":590,"children":592},{"className":591},[],[593],{"type":15,"value":139},{"type":15,"value":595}," flag.",{"type":10,"tag":11,"props":597,"children":598},{},[599],{"type":15,"value":600},"Recording video decode operations happens through the use of the following new command:",{"type":10,"tag":228,"props":602,"children":604},{"className":230,"code":603,"language":232,"meta":233,"style":233},"VKAPI_ATTR void VKAPI_CALL vkCmdDecodeVideoKHR(\n VkCommandBuffer commandBuffer,\n const VkVideoDecodeInfoKHR* pDecodeInfo);\n",[605],{"type":10,"tag":89,"props":606,"children":607},{"__ignoreMap":233},[608,637,656],{"type":10,"tag":239,"props":609,"children":610},{"class":241,"line":242},[611,616,621,626,632],{"type":10,"tag":239,"props":612,"children":613},{"style":257},[614],{"type":15,"value":615},"VKAPI_ATTR ",{"type":10,"tag":239,"props":617,"children":618},{"style":246},[619],{"type":15,"value":620},"void",{"type":10,"tag":239,"props":622,"children":623},{"style":257},[624],{"type":15,"value":625}," VKAPI_CALL ",{"type":10,"tag":239,"props":627,"children":629},{"style":628},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[630],{"type":15,"value":631},"vkCmdDecodeVideoKHR",{"type":10,"tag":239,"props":633,"children":634},{"style":257},[635],{"type":15,"value":636},"(\n",{"type":10,"tag":239,"props":638,"children":639},{"class":241,"line":263},[640,645,651],{"type":10,"tag":239,"props":641,"children":642},{"style":257},[643],{"type":15,"value":644}," VkCommandBuffer ",{"type":10,"tag":239,"props":646,"children":648},{"style":647},"--shiki-default:#953800;--shiki-dark:#FFA657",[649],{"type":15,"value":650},"commandBuffer",{"type":10,"tag":239,"props":652,"children":653},{"style":257},[654],{"type":15,"value":655},",\n",{"type":10,"tag":239,"props":657,"children":658},{"class":241,"line":272},[659,663,668,673,678],{"type":10,"tag":239,"props":660,"children":661},{"style":246},[662],{"type":15,"value":278},{"type":10,"tag":239,"props":664,"children":665},{"style":257},[666],{"type":15,"value":667}," VkVideoDecodeInfoKHR",{"type":10,"tag":239,"props":669,"children":670},{"style":246},[671],{"type":15,"value":672},"*",{"type":10,"tag":239,"props":674,"children":675},{"style":647},[676],{"type":15,"value":677}," pDecodeInfo",{"type":10,"tag":239,"props":679,"children":680},{"style":257},[681],{"type":15,"value":682},");\n",{"type":10,"tag":11,"props":684,"children":685},{},[686],{"type":15,"value":687},"The common, codec-independent parameters of the video decode operation are provided using the following new structure:",{"type":10,"tag":228,"props":689,"children":691},{"className":230,"code":690,"language":232,"meta":233,"style":233},"typedef struct VkVideoDecodeInfoKHR {\n VkStructureType sType;\n const void* pNext;\n VkVideoDecodeFlagsKHR flags;\n VkBuffer srcBuffer;\n VkDeviceSize srcBufferOffset;\n VkDeviceSize srcBufferRange;\n VkVideoPictureResourceInfoKHR dstPictureResource;\n const VkVideoReferenceSlotInfoKHR* pSetupReferenceSlot;\n uint32_t referenceSlotCount;\n const VkVideoReferenceSlotInfoKHR* pReferenceSlots;\n} VkVideoDecodeInfoKHR;\n",[692],{"type":10,"tag":89,"props":693,"children":694},{"__ignoreMap":233},[695,711,719,735,743,751,760,769,778,800,814,835],{"type":10,"tag":239,"props":696,"children":697},{"class":241,"line":242},[698,702,706],{"type":10,"tag":239,"props":699,"children":700},{"style":246},[701],{"type":15,"value":249},{"type":10,"tag":239,"props":703,"children":704},{"style":246},[705],{"type":15,"value":254},{"type":10,"tag":239,"props":707,"children":708},{"style":257},[709],{"type":15,"value":710}," VkVideoDecodeInfoKHR {\n",{"type":10,"tag":239,"props":712,"children":713},{"class":241,"line":263},[714],{"type":10,"tag":239,"props":715,"children":716},{"style":257},[717],{"type":15,"value":718}," VkStructureType sType;\n",{"type":10,"tag":239,"props":720,"children":721},{"class":241,"line":272},[722,726,730],{"type":10,"tag":239,"props":723,"children":724},{"style":246},[725],{"type":15,"value":278},{"type":10,"tag":239,"props":727,"children":728},{"style":246},[729],{"type":15,"value":283},{"type":10,"tag":239,"props":731,"children":732},{"style":257},[733],{"type":15,"value":734}," pNext;\n",{"type":10,"tag":239,"props":736,"children":737},{"class":241,"line":291},[738],{"type":10,"tag":239,"props":739,"children":740},{"style":257},[741],{"type":15,"value":742}," VkVideoDecodeFlagsKHR flags;\n",{"type":10,"tag":239,"props":744,"children":745},{"class":241,"line":300},[746],{"type":10,"tag":239,"props":747,"children":748},{"style":257},[749],{"type":15,"value":750}," VkBuffer srcBuffer;\n",{"type":10,"tag":239,"props":752,"children":754},{"class":241,"line":753},6,[755],{"type":10,"tag":239,"props":756,"children":757},{"style":257},[758],{"type":15,"value":759}," VkDeviceSize srcBufferOffset;\n",{"type":10,"tag":239,"props":761,"children":763},{"class":241,"line":762},7,[764],{"type":10,"tag":239,"props":765,"children":766},{"style":257},[767],{"type":15,"value":768}," VkDeviceSize srcBufferRange;\n",{"type":10,"tag":239,"props":770,"children":772},{"class":241,"line":771},8,[773],{"type":10,"tag":239,"props":774,"children":775},{"style":257},[776],{"type":15,"value":777}," VkVideoPictureResourceInfoKHR dstPictureResource;\n",{"type":10,"tag":239,"props":779,"children":781},{"class":241,"line":780},9,[782,786,791,795],{"type":10,"tag":239,"props":783,"children":784},{"style":246},[785],{"type":15,"value":278},{"type":10,"tag":239,"props":787,"children":788},{"style":257},[789],{"type":15,"value":790}," VkVideoReferenceSlotInfoKHR",{"type":10,"tag":239,"props":792,"children":793},{"style":246},[794],{"type":15,"value":672},{"type":10,"tag":239,"props":796,"children":797},{"style":257},[798],{"type":15,"value":799}," pSetupReferenceSlot;\n",{"type":10,"tag":239,"props":801,"children":803},{"class":241,"line":802},10,[804,809],{"type":10,"tag":239,"props":805,"children":806},{"style":246},[807],{"type":15,"value":808}," uint32_t",{"type":10,"tag":239,"props":810,"children":811},{"style":257},[812],{"type":15,"value":813}," referenceSlotCount;\n",{"type":10,"tag":239,"props":815,"children":817},{"class":241,"line":816},11,[818,822,826,830],{"type":10,"tag":239,"props":819,"children":820},{"style":246},[821],{"type":15,"value":278},{"type":10,"tag":239,"props":823,"children":824},{"style":257},[825],{"type":15,"value":790},{"type":10,"tag":239,"props":827,"children":828},{"style":246},[829],{"type":15,"value":672},{"type":10,"tag":239,"props":831,"children":832},{"style":257},[833],{"type":15,"value":834}," pReferenceSlots;\n",{"type":10,"tag":239,"props":836,"children":838},{"class":241,"line":837},12,[839],{"type":10,"tag":239,"props":840,"children":841},{"style":257},[842],{"type":15,"value":843},"} VkVideoDecodeInfoKHR;\n",{"type":10,"tag":11,"props":845,"children":846},{},[847,849,855],{"type":15,"value":848},"Executing such a video decode operation results in the decompression of a single picture (unless otherwise defined by layered extensions), and, if there is an active ",{"type":10,"tag":89,"props":850,"children":852},{"className":851},[],[853],{"type":15,"value":854},"VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR",{"type":15,"value":856}," query, the status of the video decode operation is recorded into the active query slot.",{"type":10,"tag":11,"props":858,"children":859},{},[860,862,867],{"type":15,"value":861},"If the decode operation requires additional codec-specific parameters, then such parameters are provided in the ",{"type":10,"tag":89,"props":863,"children":865},{"className":864},[],[866],{"type":15,"value":518},{"type":15,"value":868}," chain of the structure above. Whether such codec-specific information is necessary, and what it may contain is up to the codec-specific extensions.",{"type":10,"tag":11,"props":870,"children":871},{},[872,878,880,886,888,894],{"type":10,"tag":89,"props":873,"children":875},{"className":874},[],[876],{"type":15,"value":877},"srcBuffer",{"type":15,"value":879},", ",{"type":10,"tag":89,"props":881,"children":883},{"className":882},[],[884],{"type":15,"value":885},"srcBufferOffset",{"type":15,"value":887},", and ",{"type":10,"tag":89,"props":889,"children":891},{"className":890},[],[892],{"type":15,"value":893},"srcBufferRange",{"type":15,"value":895}," provide information about the used video bitstream buffer range. The video decode operation reads the compressed picture data from this buffer range.",{"type":10,"tag":11,"props":897,"children":898},{},[899,901,906,908,913],{"type":15,"value":900},"The application has to create the video bitstream buffer with the new ",{"type":10,"tag":89,"props":902,"children":904},{"className":903},[],[905],{"type":15,"value":446},{"type":15,"value":907}," usage flag, and must also include the used video session’s video profile in the ",{"type":10,"tag":89,"props":909,"children":911},{"className":910},[],[912],{"type":15,"value":510},{"type":15,"value":914}," structure specified at buffer creation time.",{"type":10,"tag":11,"props":916,"children":917},{},[918],{"type":15,"value":919},"The expected contents of the video bitstream buffer range depends on the specific video codec used, as defined by corresponding codec-specific extensions built upon this proposal.",{"type":10,"tag":11,"props":921,"children":922},{},[923,925,931,932,938,939,945],{"type":15,"value":924},"The ",{"type":10,"tag":89,"props":926,"children":928},{"className":927},[],[929],{"type":15,"value":930},"dstPictureResource",{"type":15,"value":879},{"type":10,"tag":89,"props":933,"children":935},{"className":934},[],[936],{"type":15,"value":937},"pSetupReferenceSlot",{"type":15,"value":887},{"type":10,"tag":89,"props":940,"children":942},{"className":941},[],[943],{"type":15,"value":944},"pReferenceSlots",{"type":15,"value":946}," members specify the decode output picture, reconstructed picture, and reference pictures, respectively, used by the video decode operation, as discussed in later sections of this proposal.",{"type":10,"tag":116,"props":948,"children":950},{"id":949},"_decode_output_picture",[951],{"type":15,"value":952},"Decode Output Picture",{"type":10,"tag":11,"props":954,"children":955},{},[956,961],{"type":10,"tag":89,"props":957,"children":959},{"className":958},[],[960],{"type":15,"value":930},{"type":15,"value":962}," defines the parameters of the video picture resource to use as the decode output picture. The video decode operation writes the picture data resulting from the decompression of the bitstream data to this video picture resource. As such it is a mandatory parameter of the operation.",{"type":10,"tag":11,"props":964,"children":965},{},[966,968,974,976,981,982,987],{"type":15,"value":967},"The application has to create the image view specified in ",{"type":10,"tag":89,"props":969,"children":971},{"className":970},[],[972],{"type":15,"value":973},"dstPictureResource.imageViewBinding",{"type":15,"value":975}," with the new ",{"type":10,"tag":89,"props":977,"children":979},{"className":978},[],[980],{"type":15,"value":486},{"type":15,"value":907},{"type":10,"tag":89,"props":983,"children":985},{"className":984},[],[986],{"type":15,"value":510},{"type":15,"value":988}," structure specified at image creation time.",{"type":10,"tag":11,"props":990,"children":991},{},[992,994,1000,1002,1008],{"type":15,"value":993},"The image subresource backing the decode output picture has to be in the new ",{"type":10,"tag":89,"props":995,"children":997},{"className":996},[],[998],{"type":15,"value":999},"VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR",{"type":15,"value":1001}," layout at the time the video decode operation is executed, except if it matches the reconstructed picture, as discussed later, in which case the image subresource has to be in the new ",{"type":10,"tag":89,"props":1003,"children":1005},{"className":1004},[],[1006],{"type":15,"value":1007},"VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR",{"type":15,"value":1009}," layout.",{"type":10,"tag":116,"props":1011,"children":1013},{"id":1012},"_reconstructed_picture",[1014],{"type":15,"value":1015},"Reconstructed Picture",{"type":10,"tag":11,"props":1017,"children":1018},{},[1019,1024],{"type":10,"tag":89,"props":1020,"children":1022},{"className":1021},[],[1023],{"type":15,"value":937},{"type":15,"value":1025}," is an optional parameter specifying the video picture resource and DPB slot index to use for the reconstructed picture. Implementations use the reconstructed picture for one of the following purposes:",{"type":10,"tag":65,"props":1027,"children":1028},{},[1029,1034],{"type":10,"tag":33,"props":1030,"children":1031},{},[1032],{"type":15,"value":1033},"When the decoded picture is requested to be set up as a reference, according to the codec-specific semantics, the video decode operation will output the raw decoding results to this picture and activate the reconstructed picture’s DPB slot with it in order to enable using the picture as a reference picture in future video decode operations. Content-wise, this picture is generally identical to the decode output picture unless the decode output picture contains any sort of post-processing (e.g. film grain).",{"type":10,"tag":33,"props":1035,"children":1036},{},[1037],{"type":15,"value":1038},"When the decoded picture is not requested to be set up as a reference, implementations may use the reconstructed picture’s resource and/or DPB slot for intermediate data required by the decoding process.",{"type":10,"tag":11,"props":1040,"children":1041},{},[1042,1044,1049,1051,1057],{"type":15,"value":1043},"Accordingly, ",{"type":10,"tag":89,"props":1045,"children":1047},{"className":1046},[],[1048],{"type":15,"value":937},{"type":15,"value":1050}," must never be ",{"type":10,"tag":89,"props":1052,"children":1054},{"className":1053},[],[1055],{"type":15,"value":1056},"NULL",{"type":15,"value":1058},", except when the video session was created without any DPB slots.",{"type":10,"tag":1060,"props":1061,"children":1062},"note",{},[1063],{"type":10,"tag":11,"props":1064,"children":1065},{},[1066,1068,1073,1075,1080],{"type":15,"value":1067},"The original version of this extension only required the specification of the reconstructed picture information (i.e. a non-",{"type":10,"tag":89,"props":1069,"children":1071},{"className":1070},[],[1072],{"type":15,"value":1056},{"type":15,"value":1074}," ",{"type":10,"tag":89,"props":1076,"children":1078},{"className":1077},[],[1079],{"type":15,"value":937},{"type":15,"value":1081},") when the application intended to set up a reference picture by activating a DPB slot. Consequently, the presence of reconstructed picture information always implied DPB slot activation. This was changed in revision 8 of the extension, and whether DPB slot activation happens is now subject to codec-specific semantics. More details on this change are discussed in the corresponding issue in this proposal document.",{"type":10,"tag":11,"props":1083,"children":1084},{},[1085,1087,1093,1095,1101,1103,1108],{"type":15,"value":1086},"In summary, for decoded pictures requested to be set up as a reference, this parameter can be used to add new reference pictures to the DPB, and change the association between DPB slot indices and video picture resources. That also implies that the application has to specify a video picture resource in ",{"type":10,"tag":89,"props":1088,"children":1090},{"className":1089},[],[1091],{"type":15,"value":1092},"pSetupReferenceSlot→pPictureResource",{"type":15,"value":1094}," that was included in the set of bound reference picture resources specified when the video coding scope was started (in one of the elements of ",{"type":10,"tag":89,"props":1096,"children":1098},{"className":1097},[],[1099],{"type":15,"value":1100},"VkVideoBeginCodingInfoKHR::pReferenceSlots",{"type":15,"value":1102},"). No similar requirement exists for the decode output picture specified by ",{"type":10,"tag":89,"props":1104,"children":1106},{"className":1105},[],[1107],{"type":15,"value":930},{"type":15,"value":1109}," which can refer to any video picture resource.",{"type":10,"tag":11,"props":1111,"children":1112},{},[1113,1114,1120,1121,1126,1127,1132],{"type":15,"value":967},{"type":10,"tag":89,"props":1115,"children":1117},{"className":1116},[],[1118],{"type":15,"value":1119},"pSetupReferenceSlot→pPictureResource→imageViewBinding",{"type":15,"value":975},{"type":10,"tag":89,"props":1122,"children":1124},{"className":1123},[],[1125],{"type":15,"value":497},{"type":15,"value":907},{"type":10,"tag":89,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":15,"value":510},{"type":15,"value":988},{"type":10,"tag":11,"props":1134,"children":1135},{},[1136,1138,1143],{"type":15,"value":1137},"The image subresource backing the reconstructed picture has to be in the new ",{"type":10,"tag":89,"props":1139,"children":1141},{"className":1140},[],[1142],{"type":15,"value":1007},{"type":15,"value":1144}," layout at the time the video decode operation is executed.",{"type":10,"tag":11,"props":1146,"children":1147},{},[1148],{"type":15,"value":1149},"Implementations diverge in the way they handle reconstructed pictures:",{"type":10,"tag":29,"props":1151,"children":1152},{},[1153,1166,1178],{"type":10,"tag":33,"props":1154,"children":1155},{},[1156,1158,1164],{"type":15,"value":1157},"On some implementations the decode output picture and reconstructed picture have to be ",{"type":10,"tag":1159,"props":1160,"children":1161},"em",{},[1162],{"type":15,"value":1163},"distinct",{"type":15,"value":1165}," video picture resources, even if the picture data written by the video decode operation to the two resources is identical.",{"type":10,"tag":33,"props":1167,"children":1168},{},[1169,1171,1176],{"type":15,"value":1170},"On other implementations the decode output picture and reconstructed picture have to ",{"type":10,"tag":1159,"props":1172,"children":1173},{},[1174],{"type":15,"value":1175},"coincide",{"type":15,"value":1177},", i.e. both have to refer to the same video picture resource.",{"type":10,"tag":33,"props":1179,"children":1180},{},[1181],{"type":15,"value":1182},"Some other implementations may actually support both modes.",{"type":10,"tag":11,"props":1184,"children":1185},{},[1186,1188,1194,1196,1202],{"type":15,"value":1187},"Support for the individual modes is indicated by the ",{"type":10,"tag":89,"props":1189,"children":1191},{"className":1190},[],[1192],{"type":15,"value":1193},"VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR",{"type":15,"value":1195}," and ",{"type":10,"tag":89,"props":1197,"children":1199},{"className":1198},[],[1200],{"type":15,"value":1201},"VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR",{"type":15,"value":1203}," capability flags. Implementations are only required to support one of the two modes, hence portable applications have to make sure that they support both options. Dealing with this implementation divergence, however, is fairly simple.",{"type":10,"tag":11,"props":1205,"children":1206},{},[1207],{"type":15,"value":1208},"Generally speaking, the application has to create the following images in order to decode a video stream:",{"type":10,"tag":29,"props":1210,"children":1211},{},[1212,1217],{"type":10,"tag":33,"props":1213,"children":1214},{},[1215],{"type":15,"value":1216},"One or more images usable as reconstructed pictures, some of which will contain the reference pictures associated with the DPB.",{"type":10,"tag":33,"props":1218,"children":1219},{},[1220,1222,1226],{"type":15,"value":1221},"Optionally, an additional image usable as the decode output picture when the reconstructed picture has to be ",{"type":10,"tag":1159,"props":1223,"children":1224},{},[1225],{"type":15,"value":1163},{"type":15,"value":1227}," or when using video sessions without any DPB slots.",{"type":10,"tag":1060,"props":1229,"children":1230},{},[1231],{"type":10,"tag":11,"props":1232,"children":1233},{},[1234],{"type":15,"value":1235},"In practice, applications will typically allocate more than one decode output pictures for buffering purposes and/or to minimize synchronization overhead resulting from having to prevent write-after-write hazards across subsequent video decode operations targeting the same decode output picture resource. Some applications may also allocate more resources for reference pictures than the number of DPB slots for similar reasons.",{"type":10,"tag":11,"props":1237,"children":1238},{},[1239,1241,1246,1248,1252,1254,1260],{"type":15,"value":1240},"The application should always create the image(s) backing the DPB with the ",{"type":10,"tag":89,"props":1242,"children":1244},{"className":1243},[],[1245],{"type":15,"value":497},{"type":15,"value":1247}," usage flag. If only the ",{"type":10,"tag":1159,"props":1249,"children":1250},{},[1251],{"type":15,"value":1175},{"type":15,"value":1253}," mode is supported for reconstructed pictures, then the DPB image(s) that may be used as a reconstructed picture in a video decode operation have to also include the ",{"type":10,"tag":89,"props":1255,"children":1257},{"className":1256},[],[1258],{"type":15,"value":1259},"VK_IMAGE_USAGE_VIDEO_DECODE_DST_KHR",{"type":15,"value":1261}," usage flag to allow them to be used as coinciding decode output and reconstructed pictures.",{"type":10,"tag":11,"props":1263,"children":1264},{},[1265,1267,1272],{"type":15,"value":1266},"The image backing the decode output picture should always be created with the ",{"type":10,"tag":89,"props":1268,"children":1270},{"className":1269},[],[1271],{"type":15,"value":486},{"type":15,"value":1273}," usage flag.",{"type":10,"tag":11,"props":1275,"children":1276},{},[1277,1279,1284,1286,1291],{"type":15,"value":1278},"The DPB image(s) are expected to be in the ",{"type":10,"tag":89,"props":1280,"children":1282},{"className":1281},[],[1283],{"type":15,"value":1007},{"type":15,"value":1285}," layout while in use by video decode operations, while the decode output image is expected to be in the ",{"type":10,"tag":89,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":15,"value":999},{"type":15,"value":1009},{"type":10,"tag":11,"props":1293,"children":1294},{},[1295],{"type":15,"value":1296},"Here we have two cases to consider:",{"type":10,"tag":65,"props":1298,"children":1299},{},[1300,1305],{"type":10,"tag":33,"props":1301,"children":1302},{},[1303],{"type":15,"value":1304},"When a reconstructed picture is specified; and",{"type":10,"tag":33,"props":1306,"children":1307},{},[1308],{"type":15,"value":1309},"When one is not needed (as the video session was created without any DPB slots)",{"type":10,"tag":11,"props":1311,"children":1312},{},[1313,1315,1320,1322,1326,1328,1332],{"type":15,"value":1314},"In case of (2), the application can use the image created for the decode output picture in ",{"type":10,"tag":89,"props":1316,"children":1318},{"className":1317},[],[1319],{"type":15,"value":930},{"type":15,"value":1321},", indifferent of whether the ",{"type":10,"tag":1159,"props":1323,"children":1324},{},[1325],{"type":15,"value":1163},{"type":15,"value":1327}," or ",{"type":10,"tag":1159,"props":1329,"children":1330},{},[1331],{"type":15,"value":1175},{"type":15,"value":1333}," mode is used.",{"type":10,"tag":11,"props":1335,"children":1336},{},[1337],{"type":15,"value":1338},"In case of (1), the behavior is as follows:",{"type":10,"tag":29,"props":1340,"children":1341},{},[1342,1367],{"type":10,"tag":33,"props":1343,"children":1344},{},[1345,1347,1351,1353,1358,1360,1365],{"type":15,"value":1346},"In ",{"type":10,"tag":1159,"props":1348,"children":1349},{},[1350],{"type":15,"value":1163},{"type":15,"value":1352}," mode the decode output picture’s image should be used in ",{"type":10,"tag":89,"props":1354,"children":1356},{"className":1355},[],[1357],{"type":15,"value":930},{"type":15,"value":1359},", and (one of) the DPB image(s) should be referred to in ",{"type":10,"tag":89,"props":1361,"children":1363},{"className":1362},[],[1364],{"type":15,"value":937},{"type":15,"value":1366},", as it would naturally follow.",{"type":10,"tag":33,"props":1368,"children":1369},{},[1370,1371,1375,1377,1382,1383,1388],{"type":15,"value":1346},{"type":10,"tag":1159,"props":1372,"children":1373},{},[1374],{"type":15,"value":1175},{"type":15,"value":1376}," mode both ",{"type":10,"tag":89,"props":1378,"children":1380},{"className":1379},[],[1381],{"type":15,"value":930},{"type":15,"value":1195},{"type":10,"tag":89,"props":1384,"children":1386},{"className":1385},[],[1387],{"type":15,"value":937},{"type":15,"value":1389}," should refer to a video picture resource in (one of) the DPB image(s).",{"type":10,"tag":11,"props":1391,"children":1392},{},[1393,1395,1399,1401,1405],{"type":15,"value":1394},"In the latter situation the decoded picture will be written only to the DPB image, and the image created for decode-output-only use remains unused. If the application wants to concurrently use the decoded picture while also performing video decode operations using the same picture as reference, it can manually copy the decoded picture stored in the DPB image to the otherwise unused decode output image, if needed. This way it practically mimics the behavior of an implementation supporting the ",{"type":10,"tag":1159,"props":1396,"children":1397},{},[1398],{"type":15,"value":1163},{"type":15,"value":1400}," mode. However, in most use cases that is not necessary, hence on implementations supporting the ",{"type":10,"tag":1159,"props":1402,"children":1403},{},[1404],{"type":15,"value":1175},{"type":15,"value":1406}," mode the application can avoid having two copies of the decoded pictures, even if they are used as reference pictures later on.",{"type":10,"tag":11,"props":1408,"children":1409},{},[1410,1412,1417,1419,1424],{"type":15,"value":1411},"If the video profile in use requires additional codec-specific parameters for the reconstructed picture, then such parameters are provided in the ",{"type":10,"tag":89,"props":1413,"children":1415},{"className":1414},[],[1416],{"type":15,"value":518},{"type":15,"value":1418}," chain of ",{"type":10,"tag":89,"props":1420,"children":1422},{"className":1421},[],[1423],{"type":15,"value":937},{"type":15,"value":1425},". Whether such codec-specific reconstructed picture information is necessary, and what it may contain is up to the codec-specific extensions.",{"type":10,"tag":116,"props":1427,"children":1429},{"id":1428},"_reference_pictures",[1430],{"type":15,"value":1431},"Reference Pictures",{"type":10,"tag":11,"props":1433,"children":1434},{},[1435,1437,1442],{"type":15,"value":1436},"If the video session allows, reference pictures can be specified in the ",{"type":10,"tag":89,"props":1438,"children":1440},{"className":1439},[],[1441],{"type":15,"value":944},{"type":15,"value":1443}," array to provide predictions of the values of samples of the decoded picture.",{"type":10,"tag":11,"props":1445,"children":1446},{},[1447,1449,1454,1456,1462,1464,1470],{"type":15,"value":1448},"Each entry in the ",{"type":10,"tag":89,"props":1450,"children":1452},{"className":1451},[],[1453],{"type":15,"value":944},{"type":15,"value":1455}," array adds one or more pictures, currently associated with the DPB slot specified in the element’s ",{"type":10,"tag":89,"props":1457,"children":1459},{"className":1458},[],[1460],{"type":15,"value":1461},"slotIndex",{"type":15,"value":1463}," member and stored in the video picture resource specified in the element’s ",{"type":10,"tag":89,"props":1465,"children":1467},{"className":1466},[],[1468],{"type":15,"value":1469},"pPictureResource",{"type":15,"value":1471}," member, to the list of active reference pictures to use in the video decode operation.",{"type":10,"tag":11,"props":1473,"children":1474},{},[1475,1477,1482],{"type":15,"value":1476},"The application has to make sure to specify each video picture resource used as a reference picture in a video decode operation, beforehand, in the set of bound reference picture resources specified when the video coding scope was started (in one of the elements of ",{"type":10,"tag":89,"props":1478,"children":1480},{"className":1479},[],[1481],{"type":15,"value":1100},{"type":15,"value":1483},").",{"type":10,"tag":11,"props":1485,"children":1486},{},[1487,1488,1494,1496,1501,1502,1507,1508,1513],{"type":15,"value":967},{"type":10,"tag":89,"props":1489,"children":1491},{"className":1490},[],[1492],{"type":15,"value":1493},"pPictureResource→imageViewBinding",{"type":15,"value":1495}," of the elements of ",{"type":10,"tag":89,"props":1497,"children":1499},{"className":1498},[],[1500],{"type":15,"value":944},{"type":15,"value":975},{"type":10,"tag":89,"props":1503,"children":1505},{"className":1504},[],[1506],{"type":15,"value":497},{"type":15,"value":907},{"type":10,"tag":89,"props":1509,"children":1511},{"className":1510},[],[1512],{"type":15,"value":510},{"type":15,"value":988},{"type":10,"tag":11,"props":1515,"children":1516},{},[1517,1519,1524],{"type":15,"value":1518},"The image subresources backing the reference pictures have to be in the new ",{"type":10,"tag":89,"props":1520,"children":1522},{"className":1521},[],[1523],{"type":15,"value":1007},{"type":15,"value":1144},{"type":10,"tag":11,"props":1526,"children":1527},{},[1528,1530,1535],{"type":15,"value":1529},"Typically the number of elements in ",{"type":10,"tag":89,"props":1531,"children":1533},{"className":1532},[],[1534],{"type":15,"value":944},{"type":15,"value":1536}," equals the number of reference pictures added, but in certain cases (depending on the used video codec and video profile) there may be multiple pictures in the same DPB slot resource.",{"type":10,"tag":11,"props":1538,"children":1539},{},[1540,1542,1547,1549,1554],{"type":15,"value":1541},"If the video profile in use requires additional codec-specific parameters for the reference pictures, then such parameters are provided in the ",{"type":10,"tag":89,"props":1543,"children":1545},{"className":1544},[],[1546],{"type":15,"value":518},{"type":15,"value":1548}," chain of the elements of ",{"type":10,"tag":89,"props":1550,"children":1552},{"className":1551},[],[1553],{"type":15,"value":944},{"type":15,"value":1555},". Whether such codec-specific reference picture information is necessary, and what it may contain is up to the codec-specific extensions.",{"type":10,"tag":116,"props":1557,"children":1559},{"id":1558},"_capabilities",[1560],{"type":15,"value":1561},"Capabilities",{"type":10,"tag":11,"props":1563,"children":1564},{},[1565,1567,1572],{"type":15,"value":1566},"Querying capabilities specific to video decoding happens through the query mechanisms introduced by the ",{"type":10,"tag":89,"props":1568,"children":1570},{"className":1569},[],[1571],{"type":15,"value":94},{"type":15,"value":1573}," extension.",{"type":10,"tag":11,"props":1575,"children":1576},{},[1577,1579,1584],{"type":15,"value":1578},"Support for individual video decode operations can be retrieved for each queue family using the ",{"type":10,"tag":89,"props":1580,"children":1582},{"className":1581},[],[1583],{"type":15,"value":152},{"type":15,"value":1585}," structure, as discussed earlier.",{"type":10,"tag":11,"props":1587,"children":1588},{},[1589,1591,1597,1599,1604,1606,1612],{"type":15,"value":1590},"The application can also use the ",{"type":10,"tag":89,"props":1592,"children":1594},{"className":1593},[],[1595],{"type":15,"value":1596},"vkGetPhysicalDeviceVideoCapabilitiesKHR",{"type":15,"value":1598}," command to query the capabilities of a specific video decode profile. In case of video decode profiles, the following new structure has to be included in the ",{"type":10,"tag":89,"props":1600,"children":1602},{"className":1601},[],[1603],{"type":15,"value":518},{"type":15,"value":1605}," chain of the ",{"type":10,"tag":89,"props":1607,"children":1609},{"className":1608},[],[1610],{"type":15,"value":1611},"VkVideoCapabilitiesKHR",{"type":15,"value":1613}," structure used to retrieve the general video decode capabilities:",{"type":10,"tag":228,"props":1615,"children":1617},{"className":230,"code":1616,"language":232,"meta":233,"style":233},"typedef struct VkVideoDecodeCapabilitiesKHR {\n VkStructureType sType;\n void* pNext;\n VkVideoDecodeCapabilityFlagsKHR flags;\n} VkVideoDecodeCapabilitiesKHR;\n",[1618],{"type":10,"tag":89,"props":1619,"children":1620},{"__ignoreMap":233},[1621,1637,1645,1658,1666],{"type":10,"tag":239,"props":1622,"children":1623},{"class":241,"line":242},[1624,1628,1632],{"type":10,"tag":239,"props":1625,"children":1626},{"style":246},[1627],{"type":15,"value":249},{"type":10,"tag":239,"props":1629,"children":1630},{"style":246},[1631],{"type":15,"value":254},{"type":10,"tag":239,"props":1633,"children":1634},{"style":257},[1635],{"type":15,"value":1636}," VkVideoDecodeCapabilitiesKHR {\n",{"type":10,"tag":239,"props":1638,"children":1639},{"class":241,"line":263},[1640],{"type":10,"tag":239,"props":1641,"children":1642},{"style":257},[1643],{"type":15,"value":1644}," VkStructureType sType;\n",{"type":10,"tag":239,"props":1646,"children":1647},{"class":241,"line":272},[1648,1653],{"type":10,"tag":239,"props":1649,"children":1650},{"style":246},[1651],{"type":15,"value":1652}," void*",{"type":10,"tag":239,"props":1654,"children":1655},{"style":257},[1656],{"type":15,"value":1657}," pNext;\n",{"type":10,"tag":239,"props":1659,"children":1660},{"class":241,"line":291},[1661],{"type":10,"tag":239,"props":1662,"children":1663},{"style":257},[1664],{"type":15,"value":1665}," VkVideoDecodeCapabilityFlagsKHR flags;\n",{"type":10,"tag":239,"props":1667,"children":1668},{"class":241,"line":300},[1669],{"type":10,"tag":239,"props":1670,"children":1671},{"style":257},[1672],{"type":15,"value":1673},"} VkVideoDecodeCapabilitiesKHR;\n",{"type":10,"tag":11,"props":1675,"children":1676},{},[1677,1679,1685,1687,1691,1692,1696],{"type":15,"value":1678},"This structure only contains a new decode-specific ",{"type":10,"tag":89,"props":1680,"children":1682},{"className":1681},[],[1683],{"type":15,"value":1684},"flags",{"type":15,"value":1686}," member that indicates support for various video decode capabilities, like the support for the ",{"type":10,"tag":1159,"props":1688,"children":1689},{},[1690],{"type":15,"value":1163},{"type":15,"value":1195},{"type":10,"tag":1159,"props":1693,"children":1694},{},[1695],{"type":15,"value":1175},{"type":15,"value":1697}," modes for reconstructed pictures, as discussed earlier.",{"type":10,"tag":11,"props":1699,"children":1700},{},[1701,1702,1707,1709,1714],{"type":15,"value":924},{"type":10,"tag":89,"props":1703,"children":1705},{"className":1704},[],[1706],{"type":15,"value":575},{"type":15,"value":1708}," command can be used to query the supported image/picture formats for a given set of video profiles, as described in the ",{"type":10,"tag":89,"props":1710,"children":1712},{"className":1711},[],[1713],{"type":15,"value":94},{"type":15,"value":1573},{"type":10,"tag":11,"props":1716,"children":1717},{},[1718,1720,1725,1727,1733],{"type":15,"value":1719},"In particular, if the application would like to query the list of format properties supported for decode output pictures, then it should include the new ",{"type":10,"tag":89,"props":1721,"children":1723},{"className":1722},[],[1724],{"type":15,"value":486},{"type":15,"value":1726}," usage flag in ",{"type":10,"tag":89,"props":1728,"children":1730},{"className":1729},[],[1731],{"type":15,"value":1732},"VkPhysicalDeviceVideoFormatInfoKHR::imageUsage",{"type":15,"value":1734},".",{"type":10,"tag":11,"props":1736,"children":1737},{},[1738,1740,1745,1746,1751],{"type":15,"value":1739},"Similarly, to query the list of format properties supported for decode DPB pictures (reconstructed/reference pictures), then it should include the new ",{"type":10,"tag":89,"props":1741,"children":1743},{"className":1742},[],[1744],{"type":15,"value":497},{"type":15,"value":1726},{"type":10,"tag":89,"props":1747,"children":1749},{"className":1748},[],[1750],{"type":15,"value":1732},{"type":15,"value":1734},{"type":10,"tag":11,"props":1753,"children":1754},{},[1755,1757,1761,1763,1768,1770,1775,1777,1782,1783,1788],{"type":15,"value":1756},"When using the ",{"type":10,"tag":1159,"props":1758,"children":1759},{},[1760],{"type":15,"value":1175},{"type":15,"value":1762}," mode, the application will need DPB pictures that support both decode output and DPB usage, hence it should call ",{"type":10,"tag":89,"props":1764,"children":1766},{"className":1765},[],[1767],{"type":15,"value":575},{"type":15,"value":1769}," with ",{"type":10,"tag":89,"props":1771,"children":1773},{"className":1772},[],[1774],{"type":15,"value":1732},{"type":15,"value":1776}," including both ",{"type":10,"tag":89,"props":1778,"children":1780},{"className":1779},[],[1781],{"type":15,"value":486},{"type":15,"value":1195},{"type":10,"tag":89,"props":1784,"children":1786},{"className":1785},[],[1787],{"type":15,"value":497},{"type":15,"value":1734},{"type":10,"tag":116,"props":1790,"children":1792},{"id":1791},"_usage_summary",[1793],{"type":15,"value":1794},"Usage Summary",{"type":10,"tag":11,"props":1796,"children":1797},{},[1798],{"type":15,"value":1799},"To summarize the usage of the video decoding features introduced by this extension, let us take a look at a typical usage scenario when using this extension to decode a video stream.",{"type":10,"tag":11,"props":1801,"children":1802},{},[1803],{"type":15,"value":1804},"Before the application can start recording command buffers with video decode operations, it has to do the following:",{"type":10,"tag":65,"props":1806,"children":1807},{},[1808,1828,1848,1860,1872,1884,1889,1901,1913,1918],{"type":10,"tag":33,"props":1809,"children":1810},{},[1811,1813,1819,1821,1826],{"type":15,"value":1812},"Ensure that the implementation can decode the video content at hand by first querying the video codec operations supported by each queue family using the ",{"type":10,"tag":89,"props":1814,"children":1816},{"className":1815},[],[1817],{"type":15,"value":1818},"vkGetPhysicalDeviceQueueFamilyProperties2",{"type":15,"value":1820}," command and the ",{"type":10,"tag":89,"props":1822,"children":1824},{"className":1823},[],[1825],{"type":15,"value":152},{"type":15,"value":1827}," output structure.",{"type":10,"tag":33,"props":1829,"children":1830},{},[1831,1833,1839,1841,1846],{"type":15,"value":1832},"If needed, the application has to also retrieve the ",{"type":10,"tag":89,"props":1834,"children":1836},{"className":1835},[],[1837],{"type":15,"value":1838},"VkQueueFamilyQueryResultStatusPropertiesKHR",{"type":15,"value":1840}," output structure for the queue family to check support for ",{"type":10,"tag":89,"props":1842,"children":1844},{"className":1843},[],[1845],{"type":15,"value":854},{"type":15,"value":1847}," queries.",{"type":10,"tag":33,"props":1849,"children":1850},{},[1851,1853,1858],{"type":15,"value":1852},"Construct the ",{"type":10,"tag":89,"props":1854,"children":1856},{"className":1855},[],[1857],{"type":15,"value":204},{"type":15,"value":1859}," structure describing the entire video profile, including the video codec operation, chroma subsampling, bit depths, and any other usage or codec-specific parameters.",{"type":10,"tag":33,"props":1861,"children":1862},{},[1863,1865,1870],{"type":15,"value":1864},"Ensure that the specific video profile is supported by the implementation using the ",{"type":10,"tag":89,"props":1866,"children":1868},{"className":1867},[],[1869],{"type":15,"value":1596},{"type":15,"value":1871}," command and retrieve the general, decode-specific, and codec-specific capabilities at the same time.",{"type":10,"tag":33,"props":1873,"children":1874},{},[1875,1877,1882],{"type":15,"value":1876},"Query the list of supported image/picture format properties supported for the video profile using the ",{"type":10,"tag":89,"props":1878,"children":1880},{"className":1879},[],[1881],{"type":15,"value":575},{"type":15,"value":1883}," structure, and select a suitable format for the DPB and decode output pictures.",{"type":10,"tag":33,"props":1885,"children":1886},{},[1887],{"type":15,"value":1888},"If needed, create one or more images corresponding to the decode output picture(s) and/or DPB picture(s) with the appropriate usage flags and video profile list, as described earlier, and bind suitable device memory to them. Also create any image views with the appropriate usage flags to use in the video decode operations.",{"type":10,"tag":33,"props":1890,"children":1891},{},[1892,1894,1899],{"type":15,"value":1893},"Create a buffer with the ",{"type":10,"tag":89,"props":1895,"children":1897},{"className":1896},[],[1898],{"type":15,"value":446},{"type":15,"value":1900}," usage flag and the video profile list, to use as the source video bitstream buffer. If the buffer is expected to be populated using the CPU, consider binding compatible host-visible device memory to the buffer.",{"type":10,"tag":33,"props":1902,"children":1903},{},[1904,1906,1911],{"type":15,"value":1905},"If result status queries are needed and supported (as determined earlier), create a query pool with the ",{"type":10,"tag":89,"props":1907,"children":1909},{"className":1908},[],[1910],{"type":15,"value":854},{"type":15,"value":1912}," query type and the used video decode profile.",{"type":10,"tag":33,"props":1914,"children":1915},{},[1916],{"type":15,"value":1917},"Create the video session using the video decode profile and appropriate parameters within the capabilities supported by the profile, as determined earlier. Bind suitable device memory to each memory binding index of the video session.",{"type":10,"tag":33,"props":1919,"children":1920},{},[1921],{"type":15,"value":1922},"If needed, create a video session parameters object for the video session.",{"type":10,"tag":11,"props":1924,"children":1925},{},[1926],{"type":15,"value":1927},"Recording video decode operations into command buffers typically consists of the following sequence:",{"type":10,"tag":65,"props":1929,"children":1930},{},[1931,1951,1971,1999,2011,2023,2028],{"type":10,"tag":33,"props":1932,"children":1933},{},[1934,1936,1942,1944,1949],{"type":15,"value":1935},"Start a video coding scope with the created video session (and parameters) object using the ",{"type":10,"tag":89,"props":1937,"children":1939},{"className":1938},[],[1940],{"type":15,"value":1941},"vkCmdBeginVideoCodingKHR",{"type":15,"value":1943}," command. Make sure to include all video picture resources in ",{"type":10,"tag":89,"props":1945,"children":1947},{"className":1946},[],[1948],{"type":15,"value":1100},{"type":15,"value":1950}," that may be used as reconstructed or reference pictures within the video coding scope, and ensure that the DPB slots specified for each reflect the current DPB slot association for the resource.",{"type":10,"tag":33,"props":1952,"children":1953},{},[1954,1956,1962,1964,1970],{"type":15,"value":1955},"If this is the first video coding scope the video session is used in, reset the video session to the initial state by recording a ",{"type":10,"tag":89,"props":1957,"children":1959},{"className":1958},[],[1960],{"type":15,"value":1961},"vkCmdControlVideoCodingKHR",{"type":15,"value":1963}," command with the ",{"type":10,"tag":89,"props":1965,"children":1967},{"className":1966},[],[1968],{"type":15,"value":1969},"VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR",{"type":15,"value":595},{"type":10,"tag":33,"props":1972,"children":1973},{},[1974,1976,1981,1983,1989,1991,1997],{"type":15,"value":1975},"If needed, start a ",{"type":10,"tag":89,"props":1977,"children":1979},{"className":1978},[],[1980],{"type":15,"value":854},{"type":15,"value":1982}," query using ",{"type":10,"tag":89,"props":1984,"children":1986},{"className":1985},[],[1987],{"type":15,"value":1988},"vkCmdBeginQuery",{"type":15,"value":1990},". Reset the query using ",{"type":10,"tag":89,"props":1992,"children":1994},{"className":1993},[],[1995],{"type":15,"value":1996},"vkCmdResetQueryPool",{"type":15,"value":1998},", beforehand, as needed.",{"type":10,"tag":33,"props":2000,"children":2001},{},[2002,2004,2009],{"type":15,"value":2003},"Issue a video decode operation using the ",{"type":10,"tag":89,"props":2005,"children":2007},{"className":2006},[],[2008],{"type":15,"value":631},{"type":15,"value":2010}," command with appropriate parameters, as discussed earlier.",{"type":10,"tag":33,"props":2012,"children":2013},{},[2014,2016,2022],{"type":15,"value":2015},"If needed, end the started query using ",{"type":10,"tag":89,"props":2017,"children":2019},{"className":2018},[],[2020],{"type":15,"value":2021},"vkCmdEndQuery",{"type":15,"value":1734},{"type":10,"tag":33,"props":2024,"children":2025},{},[2026],{"type":15,"value":2027},"Record any further control or decode operations into the video coding scope, as needed.",{"type":10,"tag":33,"props":2029,"children":2030},{},[2031,2033,2039],{"type":15,"value":2032},"End the video coding scope using the ",{"type":10,"tag":89,"props":2034,"children":2036},{"className":2035},[],[2037],{"type":15,"value":2038},"vkCmdEndVideoCodingKHR",{"type":15,"value":577},{"type":10,"tag":17,"props":2041,"children":2043},{"id":2042},"_examples",[2044],{"type":15,"value":2045},"Examples",{"type":10,"tag":116,"props":2047,"children":2049},{"id":2048},"_select_queue_family_with_video_decode_support_for_a_given_video_codec_operation",[2050],{"type":15,"value":2051},"Select queue family with video decode support for a given video codec operation",{"type":10,"tag":228,"props":2053,"children":2055},{"className":230,"code":2054,"language":232,"meta":233,"style":233},"VkVideoCodecOperationFlagBitsKHR neededVideoDecodeOp = ...\nuint32_t queueFamilyIndex;\nuint32_t queueFamilyCount;\n\nvkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyCount, NULL);\n\nVkQueueFamilyProperties2* props = calloc(queueFamilyCount,\n sizeof(VkQueueFamilyProperties2));\nVkQueueFamilyVideoPropertiesKHR* videoProps = calloc(queueFamilyCount,\n sizeof(VkQueueFamilyVideoPropertiesKHR));\n\nfor (queueFamilyIndex = 0; queueFamilyIndex \u003C queueFamilyCount; ++queueFamilyIndex) {\n props[queueFamilyIndex].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2;\n props[queueFamilyIndex].pNext = &videoProps[queueFamilyIndex];\n\n videoProps[queueFamilyIndex].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR;\n}\n\nvkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueFamilyCount, props);\n\nfor (queueFamilyIndex = 0; queueFamilyIndex \u003C queueFamilyCount; ++queueFamilyIndex) {\n if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0 &&\n (videoProps[queueFamilyIndex].videoCodecOperations & neededVideoDecodeOp) != 0) {\n break;\n }\n}\n\nif (queueFamilyIndex \u003C queueFamilyCount) {\n // Found appropriate queue family\n ...\n} else {\n // Did not find a queue family with the needed capabilities\n ...\n}\n",[2056],{"type":10,"tag":89,"props":2057,"children":2058},{"__ignoreMap":233},[2059,2077,2090,2102,2111,2146,2153,2184,2197,2225,2237,2244,2291,2314,2346,2354,2376,2385,2393,2418,2426,2466,2513,2553,2567,2576,2584,2592,2614,2624,2633,2652,2661,2669],{"type":10,"tag":239,"props":2060,"children":2061},{"class":241,"line":242},[2062,2067,2072],{"type":10,"tag":239,"props":2063,"children":2064},{"style":257},[2065],{"type":15,"value":2066},"VkVideoCodecOperationFlagBitsKHR neededVideoDecodeOp ",{"type":10,"tag":239,"props":2068,"children":2069},{"style":246},[2070],{"type":15,"value":2071},"=",{"type":10,"tag":239,"props":2073,"children":2074},{"style":257},[2075],{"type":15,"value":2076}," ...\n",{"type":10,"tag":239,"props":2078,"children":2079},{"class":241,"line":263},[2080,2085],{"type":10,"tag":239,"props":2081,"children":2082},{"style":246},[2083],{"type":15,"value":2084},"uint32_t",{"type":10,"tag":239,"props":2086,"children":2087},{"style":257},[2088],{"type":15,"value":2089}," queueFamilyIndex;\n",{"type":10,"tag":239,"props":2091,"children":2092},{"class":241,"line":272},[2093,2097],{"type":10,"tag":239,"props":2094,"children":2095},{"style":246},[2096],{"type":15,"value":2084},{"type":10,"tag":239,"props":2098,"children":2099},{"style":257},[2100],{"type":15,"value":2101}," queueFamilyCount;\n",{"type":10,"tag":239,"props":2103,"children":2104},{"class":241,"line":291},[2105],{"type":10,"tag":239,"props":2106,"children":2108},{"emptyLinePlaceholder":2107},true,[2109],{"type":15,"value":2110},"\n",{"type":10,"tag":239,"props":2112,"children":2113},{"class":241,"line":300},[2114,2118,2123,2128,2133,2137,2142],{"type":10,"tag":239,"props":2115,"children":2116},{"style":628},[2117],{"type":15,"value":1818},{"type":10,"tag":239,"props":2119,"children":2120},{"style":257},[2121],{"type":15,"value":2122},"(physicalDevice, ",{"type":10,"tag":239,"props":2124,"children":2125},{"style":246},[2126],{"type":15,"value":2127},"&",{"type":10,"tag":239,"props":2129,"children":2130},{"style":647},[2131],{"type":15,"value":2132},"queueFamilyCount",{"type":10,"tag":239,"props":2134,"children":2135},{"style":257},[2136],{"type":15,"value":879},{"type":10,"tag":239,"props":2138,"children":2140},{"style":2139},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[2141],{"type":15,"value":1056},{"type":10,"tag":239,"props":2143,"children":2144},{"style":257},[2145],{"type":15,"value":682},{"type":10,"tag":239,"props":2147,"children":2148},{"class":241,"line":753},[2149],{"type":10,"tag":239,"props":2150,"children":2151},{"emptyLinePlaceholder":2107},[2152],{"type":15,"value":2110},{"type":10,"tag":239,"props":2154,"children":2155},{"class":241,"line":762},[2156,2161,2165,2170,2174,2179],{"type":10,"tag":239,"props":2157,"children":2158},{"style":257},[2159],{"type":15,"value":2160},"VkQueueFamilyProperties2",{"type":10,"tag":239,"props":2162,"children":2163},{"style":246},[2164],{"type":15,"value":672},{"type":10,"tag":239,"props":2166,"children":2167},{"style":257},[2168],{"type":15,"value":2169}," props ",{"type":10,"tag":239,"props":2171,"children":2172},{"style":246},[2173],{"type":15,"value":2071},{"type":10,"tag":239,"props":2175,"children":2176},{"style":628},[2177],{"type":15,"value":2178}," calloc",{"type":10,"tag":239,"props":2180,"children":2181},{"style":257},[2182],{"type":15,"value":2183},"(queueFamilyCount,\n",{"type":10,"tag":239,"props":2185,"children":2186},{"class":241,"line":771},[2187,2192],{"type":10,"tag":239,"props":2188,"children":2189},{"style":246},[2190],{"type":15,"value":2191}," sizeof",{"type":10,"tag":239,"props":2193,"children":2194},{"style":257},[2195],{"type":15,"value":2196},"(VkQueueFamilyProperties2));\n",{"type":10,"tag":239,"props":2198,"children":2199},{"class":241,"line":780},[2200,2204,2208,2213,2217,2221],{"type":10,"tag":239,"props":2201,"children":2202},{"style":257},[2203],{"type":15,"value":152},{"type":10,"tag":239,"props":2205,"children":2206},{"style":246},[2207],{"type":15,"value":672},{"type":10,"tag":239,"props":2209,"children":2210},{"style":257},[2211],{"type":15,"value":2212}," videoProps ",{"type":10,"tag":239,"props":2214,"children":2215},{"style":246},[2216],{"type":15,"value":2071},{"type":10,"tag":239,"props":2218,"children":2219},{"style":628},[2220],{"type":15,"value":2178},{"type":10,"tag":239,"props":2222,"children":2223},{"style":257},[2224],{"type":15,"value":2183},{"type":10,"tag":239,"props":2226,"children":2227},{"class":241,"line":802},[2228,2232],{"type":10,"tag":239,"props":2229,"children":2230},{"style":246},[2231],{"type":15,"value":2191},{"type":10,"tag":239,"props":2233,"children":2234},{"style":257},[2235],{"type":15,"value":2236},"(VkQueueFamilyVideoPropertiesKHR));\n",{"type":10,"tag":239,"props":2238,"children":2239},{"class":241,"line":816},[2240],{"type":10,"tag":239,"props":2241,"children":2242},{"emptyLinePlaceholder":2107},[2243],{"type":15,"value":2110},{"type":10,"tag":239,"props":2245,"children":2246},{"class":241,"line":837},[2247,2252,2257,2261,2266,2271,2276,2281,2286],{"type":10,"tag":239,"props":2248,"children":2249},{"style":246},[2250],{"type":15,"value":2251},"for",{"type":10,"tag":239,"props":2253,"children":2254},{"style":257},[2255],{"type":15,"value":2256}," (queueFamilyIndex ",{"type":10,"tag":239,"props":2258,"children":2259},{"style":246},[2260],{"type":15,"value":2071},{"type":10,"tag":239,"props":2262,"children":2263},{"style":2139},[2264],{"type":15,"value":2265}," 0",{"type":10,"tag":239,"props":2267,"children":2268},{"style":257},[2269],{"type":15,"value":2270},"; queueFamilyIndex ",{"type":10,"tag":239,"props":2272,"children":2273},{"style":246},[2274],{"type":15,"value":2275},"\u003C",{"type":10,"tag":239,"props":2277,"children":2278},{"style":257},[2279],{"type":15,"value":2280}," queueFamilyCount; ",{"type":10,"tag":239,"props":2282,"children":2283},{"style":246},[2284],{"type":15,"value":2285},"++",{"type":10,"tag":239,"props":2287,"children":2288},{"style":257},[2289],{"type":15,"value":2290},"queueFamilyIndex) {\n",{"type":10,"tag":239,"props":2292,"children":2294},{"class":241,"line":2293},13,[2295,2300,2305,2309],{"type":10,"tag":239,"props":2296,"children":2297},{"style":647},[2298],{"type":15,"value":2299}," props",{"type":10,"tag":239,"props":2301,"children":2302},{"style":257},[2303],{"type":15,"value":2304},"[queueFamilyIndex].sType ",{"type":10,"tag":239,"props":2306,"children":2307},{"style":246},[2308],{"type":15,"value":2071},{"type":10,"tag":239,"props":2310,"children":2311},{"style":257},[2312],{"type":15,"value":2313}," VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2;\n",{"type":10,"tag":239,"props":2315,"children":2317},{"class":241,"line":2316},14,[2318,2322,2327,2331,2336,2341],{"type":10,"tag":239,"props":2319,"children":2320},{"style":647},[2321],{"type":15,"value":2299},{"type":10,"tag":239,"props":2323,"children":2324},{"style":257},[2325],{"type":15,"value":2326},"[queueFamilyIndex].pNext ",{"type":10,"tag":239,"props":2328,"children":2329},{"style":246},[2330],{"type":15,"value":2071},{"type":10,"tag":239,"props":2332,"children":2333},{"style":246},[2334],{"type":15,"value":2335}," &",{"type":10,"tag":239,"props":2337,"children":2338},{"style":647},[2339],{"type":15,"value":2340},"videoProps",{"type":10,"tag":239,"props":2342,"children":2343},{"style":257},[2344],{"type":15,"value":2345},"[queueFamilyIndex];\n",{"type":10,"tag":239,"props":2347,"children":2349},{"class":241,"line":2348},15,[2350],{"type":10,"tag":239,"props":2351,"children":2352},{"emptyLinePlaceholder":2107},[2353],{"type":15,"value":2110},{"type":10,"tag":239,"props":2355,"children":2357},{"class":241,"line":2356},16,[2358,2363,2367,2371],{"type":10,"tag":239,"props":2359,"children":2360},{"style":647},[2361],{"type":15,"value":2362}," videoProps",{"type":10,"tag":239,"props":2364,"children":2365},{"style":257},[2366],{"type":15,"value":2304},{"type":10,"tag":239,"props":2368,"children":2369},{"style":246},[2370],{"type":15,"value":2071},{"type":10,"tag":239,"props":2372,"children":2373},{"style":257},[2374],{"type":15,"value":2375}," VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR;\n",{"type":10,"tag":239,"props":2377,"children":2379},{"class":241,"line":2378},17,[2380],{"type":10,"tag":239,"props":2381,"children":2382},{"style":257},[2383],{"type":15,"value":2384},"}\n",{"type":10,"tag":239,"props":2386,"children":2388},{"class":241,"line":2387},18,[2389],{"type":10,"tag":239,"props":2390,"children":2391},{"emptyLinePlaceholder":2107},[2392],{"type":15,"value":2110},{"type":10,"tag":239,"props":2394,"children":2396},{"class":241,"line":2395},19,[2397,2401,2405,2409,2413],{"type":10,"tag":239,"props":2398,"children":2399},{"style":628},[2400],{"type":15,"value":1818},{"type":10,"tag":239,"props":2402,"children":2403},{"style":257},[2404],{"type":15,"value":2122},{"type":10,"tag":239,"props":2406,"children":2407},{"style":246},[2408],{"type":15,"value":2127},{"type":10,"tag":239,"props":2410,"children":2411},{"style":647},[2412],{"type":15,"value":2132},{"type":10,"tag":239,"props":2414,"children":2415},{"style":257},[2416],{"type":15,"value":2417},", props);\n",{"type":10,"tag":239,"props":2419,"children":2421},{"class":241,"line":2420},20,[2422],{"type":10,"tag":239,"props":2423,"children":2424},{"emptyLinePlaceholder":2107},[2425],{"type":15,"value":2110},{"type":10,"tag":239,"props":2427,"children":2429},{"class":241,"line":2428},21,[2430,2434,2438,2442,2446,2450,2454,2458,2462],{"type":10,"tag":239,"props":2431,"children":2432},{"style":246},[2433],{"type":15,"value":2251},{"type":10,"tag":239,"props":2435,"children":2436},{"style":257},[2437],{"type":15,"value":2256},{"type":10,"tag":239,"props":2439,"children":2440},{"style":246},[2441],{"type":15,"value":2071},{"type":10,"tag":239,"props":2443,"children":2444},{"style":2139},[2445],{"type":15,"value":2265},{"type":10,"tag":239,"props":2447,"children":2448},{"style":257},[2449],{"type":15,"value":2270},{"type":10,"tag":239,"props":2451,"children":2452},{"style":246},[2453],{"type":15,"value":2275},{"type":10,"tag":239,"props":2455,"children":2456},{"style":257},[2457],{"type":15,"value":2280},{"type":10,"tag":239,"props":2459,"children":2460},{"style":246},[2461],{"type":15,"value":2285},{"type":10,"tag":239,"props":2463,"children":2464},{"style":257},[2465],{"type":15,"value":2290},{"type":10,"tag":239,"props":2467,"children":2469},{"class":241,"line":2468},22,[2470,2475,2480,2485,2490,2494,2499,2504,2508],{"type":10,"tag":239,"props":2471,"children":2472},{"style":246},[2473],{"type":15,"value":2474}," if",{"type":10,"tag":239,"props":2476,"children":2477},{"style":257},[2478],{"type":15,"value":2479}," ((",{"type":10,"tag":239,"props":2481,"children":2482},{"style":647},[2483],{"type":15,"value":2484},"props",{"type":10,"tag":239,"props":2486,"children":2487},{"style":257},[2488],{"type":15,"value":2489},"[queueFamilyIndex].queueFamilyProperties.queueFlags ",{"type":10,"tag":239,"props":2491,"children":2492},{"style":246},[2493],{"type":15,"value":2127},{"type":10,"tag":239,"props":2495,"children":2496},{"style":257},[2497],{"type":15,"value":2498}," VK_QUEUE_VIDEO_DECODE_BIT_KHR) ",{"type":10,"tag":239,"props":2500,"children":2501},{"style":246},[2502],{"type":15,"value":2503},"!=",{"type":10,"tag":239,"props":2505,"children":2506},{"style":2139},[2507],{"type":15,"value":2265},{"type":10,"tag":239,"props":2509,"children":2510},{"style":246},[2511],{"type":15,"value":2512}," &&\n",{"type":10,"tag":239,"props":2514,"children":2516},{"class":241,"line":2515},23,[2517,2522,2526,2531,2535,2540,2544,2548],{"type":10,"tag":239,"props":2518,"children":2519},{"style":257},[2520],{"type":15,"value":2521}," (",{"type":10,"tag":239,"props":2523,"children":2524},{"style":647},[2525],{"type":15,"value":2340},{"type":10,"tag":239,"props":2527,"children":2528},{"style":257},[2529],{"type":15,"value":2530},"[queueFamilyIndex].videoCodecOperations ",{"type":10,"tag":239,"props":2532,"children":2533},{"style":246},[2534],{"type":15,"value":2127},{"type":10,"tag":239,"props":2536,"children":2537},{"style":257},[2538],{"type":15,"value":2539}," neededVideoDecodeOp) ",{"type":10,"tag":239,"props":2541,"children":2542},{"style":246},[2543],{"type":15,"value":2503},{"type":10,"tag":239,"props":2545,"children":2546},{"style":2139},[2547],{"type":15,"value":2265},{"type":10,"tag":239,"props":2549,"children":2550},{"style":257},[2551],{"type":15,"value":2552},") {\n",{"type":10,"tag":239,"props":2554,"children":2556},{"class":241,"line":2555},24,[2557,2562],{"type":10,"tag":239,"props":2558,"children":2559},{"style":246},[2560],{"type":15,"value":2561}," break",{"type":10,"tag":239,"props":2563,"children":2564},{"style":257},[2565],{"type":15,"value":2566},";\n",{"type":10,"tag":239,"props":2568,"children":2570},{"class":241,"line":2569},25,[2571],{"type":10,"tag":239,"props":2572,"children":2573},{"style":257},[2574],{"type":15,"value":2575}," }\n",{"type":10,"tag":239,"props":2577,"children":2579},{"class":241,"line":2578},26,[2580],{"type":10,"tag":239,"props":2581,"children":2582},{"style":257},[2583],{"type":15,"value":2384},{"type":10,"tag":239,"props":2585,"children":2587},{"class":241,"line":2586},27,[2588],{"type":10,"tag":239,"props":2589,"children":2590},{"emptyLinePlaceholder":2107},[2591],{"type":15,"value":2110},{"type":10,"tag":239,"props":2593,"children":2595},{"class":241,"line":2594},28,[2596,2601,2605,2609],{"type":10,"tag":239,"props":2597,"children":2598},{"style":246},[2599],{"type":15,"value":2600},"if",{"type":10,"tag":239,"props":2602,"children":2603},{"style":257},[2604],{"type":15,"value":2256},{"type":10,"tag":239,"props":2606,"children":2607},{"style":246},[2608],{"type":15,"value":2275},{"type":10,"tag":239,"props":2610,"children":2611},{"style":257},[2612],{"type":15,"value":2613}," queueFamilyCount) {\n",{"type":10,"tag":239,"props":2615,"children":2617},{"class":241,"line":2616},29,[2618],{"type":10,"tag":239,"props":2619,"children":2621},{"style":2620},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[2622],{"type":15,"value":2623}," // Found appropriate queue family\n",{"type":10,"tag":239,"props":2625,"children":2627},{"class":241,"line":2626},30,[2628],{"type":10,"tag":239,"props":2629,"children":2630},{"style":257},[2631],{"type":15,"value":2632}," ...\n",{"type":10,"tag":239,"props":2634,"children":2636},{"class":241,"line":2635},31,[2637,2642,2647],{"type":10,"tag":239,"props":2638,"children":2639},{"style":257},[2640],{"type":15,"value":2641},"} ",{"type":10,"tag":239,"props":2643,"children":2644},{"style":246},[2645],{"type":15,"value":2646},"else",{"type":10,"tag":239,"props":2648,"children":2649},{"style":257},[2650],{"type":15,"value":2651}," {\n",{"type":10,"tag":239,"props":2653,"children":2655},{"class":241,"line":2654},32,[2656],{"type":10,"tag":239,"props":2657,"children":2658},{"style":2620},[2659],{"type":15,"value":2660}," // Did not find a queue family with the needed capabilities\n",{"type":10,"tag":239,"props":2662,"children":2664},{"class":241,"line":2663},33,[2665],{"type":10,"tag":239,"props":2666,"children":2667},{"style":257},[2668],{"type":15,"value":2632},{"type":10,"tag":239,"props":2670,"children":2672},{"class":241,"line":2671},34,[2673],{"type":10,"tag":239,"props":2674,"children":2675},{"style":257},[2676],{"type":15,"value":2384},{"type":10,"tag":116,"props":2678,"children":2680},{"id":2679},"_check_support_and_query_the_capabilities_for_a_video_decode_profile",[2681],{"type":15,"value":2682},"Check support and query the capabilities for a video decode profile",{"type":10,"tag":228,"props":2684,"children":2686},{"className":230,"code":2685,"language":232,"meta":233,"style":233},"VkResult result;\n\n// We also include the optional decode usage hints here\nVkVideoDecodeUsageInfoKHR profileUsageInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_USAGE_INFO_KHR,\n .pNext = ... // pointer to codec-specific profile structure\n .videoUsageHints = VK_VIDEO_DECODE_USAGE_DEFAULT_KHR,\n};\n\nVkVideoProfileInfoKHR profileInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR,\n .pNext = &profileUsageInfo\n .videoCodecOperation = ... // used video decode operation\n .chromaSubsampling = VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR,\n .lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,\n .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR\n};\n\nVkVideoDecodeCapabilitiesKHR decodeCapabilities = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_CAPABILITIES_KHR,\n .pNext = ... // pointer to codec-specific capability structure\n}\n\nVkVideoCapabilitiesKHR capabilities = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR,\n .pNext = &decodeCapabilities\n};\n\nresult = vkGetPhysicalDeviceVideoCapabilitiesKHR(physicalDevice, &profileInfo, &capabilities);\n\nif (result == VK_SUCCESS) {\n // Profile is supported, check additional capabilities\n ...\n} else {\n // Profile is not supported, result provides additional information about why\n ...\n}\n",[2687],{"type":10,"tag":89,"props":2688,"children":2689},{"__ignoreMap":233},[2690,2698,2705,2713,2729,2746,2768,2785,2793,2800,2816,2832,2852,2873,2890,2907,2924,2931,2938,2954,2970,2990,2997,3004,3020,3036,3056,3063,3070,3117,3124,3146,3154,3161,3176,3185,3193],{"type":10,"tag":239,"props":2691,"children":2692},{"class":241,"line":242},[2693],{"type":10,"tag":239,"props":2694,"children":2695},{"style":257},[2696],{"type":15,"value":2697},"VkResult result;\n",{"type":10,"tag":239,"props":2699,"children":2700},{"class":241,"line":263},[2701],{"type":10,"tag":239,"props":2702,"children":2703},{"emptyLinePlaceholder":2107},[2704],{"type":15,"value":2110},{"type":10,"tag":239,"props":2706,"children":2707},{"class":241,"line":272},[2708],{"type":10,"tag":239,"props":2709,"children":2710},{"style":2620},[2711],{"type":15,"value":2712},"// We also include the optional decode usage hints here\n",{"type":10,"tag":239,"props":2714,"children":2715},{"class":241,"line":291},[2716,2721,2725],{"type":10,"tag":239,"props":2717,"children":2718},{"style":257},[2719],{"type":15,"value":2720},"VkVideoDecodeUsageInfoKHR profileUsageInfo ",{"type":10,"tag":239,"props":2722,"children":2723},{"style":246},[2724],{"type":15,"value":2071},{"type":10,"tag":239,"props":2726,"children":2727},{"style":257},[2728],{"type":15,"value":2651},{"type":10,"tag":239,"props":2730,"children":2731},{"class":241,"line":300},[2732,2737,2741],{"type":10,"tag":239,"props":2733,"children":2734},{"style":257},[2735],{"type":15,"value":2736}," .sType ",{"type":10,"tag":239,"props":2738,"children":2739},{"style":246},[2740],{"type":15,"value":2071},{"type":10,"tag":239,"props":2742,"children":2743},{"style":257},[2744],{"type":15,"value":2745}," VK_STRUCTURE_TYPE_VIDEO_DECODE_USAGE_INFO_KHR,\n",{"type":10,"tag":239,"props":2747,"children":2748},{"class":241,"line":753},[2749,2754,2758,2763],{"type":10,"tag":239,"props":2750,"children":2751},{"style":257},[2752],{"type":15,"value":2753}," .pNext ",{"type":10,"tag":239,"props":2755,"children":2756},{"style":246},[2757],{"type":15,"value":2071},{"type":10,"tag":239,"props":2759,"children":2760},{"style":257},[2761],{"type":15,"value":2762}," ...",{"type":10,"tag":239,"props":2764,"children":2765},{"style":2620},[2766],{"type":15,"value":2767}," // pointer to codec-specific profile structure\n",{"type":10,"tag":239,"props":2769,"children":2770},{"class":241,"line":762},[2771,2776,2780],{"type":10,"tag":239,"props":2772,"children":2773},{"style":257},[2774],{"type":15,"value":2775}," .videoUsageHints ",{"type":10,"tag":239,"props":2777,"children":2778},{"style":246},[2779],{"type":15,"value":2071},{"type":10,"tag":239,"props":2781,"children":2782},{"style":257},[2783],{"type":15,"value":2784}," VK_VIDEO_DECODE_USAGE_DEFAULT_KHR,\n",{"type":10,"tag":239,"props":2786,"children":2787},{"class":241,"line":771},[2788],{"type":10,"tag":239,"props":2789,"children":2790},{"style":257},[2791],{"type":15,"value":2792},"};\n",{"type":10,"tag":239,"props":2794,"children":2795},{"class":241,"line":780},[2796],{"type":10,"tag":239,"props":2797,"children":2798},{"emptyLinePlaceholder":2107},[2799],{"type":15,"value":2110},{"type":10,"tag":239,"props":2801,"children":2802},{"class":241,"line":802},[2803,2808,2812],{"type":10,"tag":239,"props":2804,"children":2805},{"style":257},[2806],{"type":15,"value":2807},"VkVideoProfileInfoKHR profileInfo ",{"type":10,"tag":239,"props":2809,"children":2810},{"style":246},[2811],{"type":15,"value":2071},{"type":10,"tag":239,"props":2813,"children":2814},{"style":257},[2815],{"type":15,"value":2651},{"type":10,"tag":239,"props":2817,"children":2818},{"class":241,"line":816},[2819,2823,2827],{"type":10,"tag":239,"props":2820,"children":2821},{"style":257},[2822],{"type":15,"value":2736},{"type":10,"tag":239,"props":2824,"children":2825},{"style":246},[2826],{"type":15,"value":2071},{"type":10,"tag":239,"props":2828,"children":2829},{"style":257},[2830],{"type":15,"value":2831}," VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR,\n",{"type":10,"tag":239,"props":2833,"children":2834},{"class":241,"line":837},[2835,2839,2843,2847],{"type":10,"tag":239,"props":2836,"children":2837},{"style":257},[2838],{"type":15,"value":2753},{"type":10,"tag":239,"props":2840,"children":2841},{"style":246},[2842],{"type":15,"value":2071},{"type":10,"tag":239,"props":2844,"children":2845},{"style":246},[2846],{"type":15,"value":2335},{"type":10,"tag":239,"props":2848,"children":2849},{"style":257},[2850],{"type":15,"value":2851},"profileUsageInfo\n",{"type":10,"tag":239,"props":2853,"children":2854},{"class":241,"line":2293},[2855,2860,2864,2868],{"type":10,"tag":239,"props":2856,"children":2857},{"style":257},[2858],{"type":15,"value":2859}," .videoCodecOperation ",{"type":10,"tag":239,"props":2861,"children":2862},{"style":246},[2863],{"type":15,"value":2071},{"type":10,"tag":239,"props":2865,"children":2866},{"style":257},[2867],{"type":15,"value":2762},{"type":10,"tag":239,"props":2869,"children":2870},{"style":2620},[2871],{"type":15,"value":2872}," // used video decode operation\n",{"type":10,"tag":239,"props":2874,"children":2875},{"class":241,"line":2316},[2876,2881,2885],{"type":10,"tag":239,"props":2877,"children":2878},{"style":257},[2879],{"type":15,"value":2880}," .chromaSubsampling ",{"type":10,"tag":239,"props":2882,"children":2883},{"style":246},[2884],{"type":15,"value":2071},{"type":10,"tag":239,"props":2886,"children":2887},{"style":257},[2888],{"type":15,"value":2889}," VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR,\n",{"type":10,"tag":239,"props":2891,"children":2892},{"class":241,"line":2348},[2893,2898,2902],{"type":10,"tag":239,"props":2894,"children":2895},{"style":257},[2896],{"type":15,"value":2897}," .lumaBitDepth ",{"type":10,"tag":239,"props":2899,"children":2900},{"style":246},[2901],{"type":15,"value":2071},{"type":10,"tag":239,"props":2903,"children":2904},{"style":257},[2905],{"type":15,"value":2906}," VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,\n",{"type":10,"tag":239,"props":2908,"children":2909},{"class":241,"line":2356},[2910,2915,2919],{"type":10,"tag":239,"props":2911,"children":2912},{"style":257},[2913],{"type":15,"value":2914}," .chromaBitDepth ",{"type":10,"tag":239,"props":2916,"children":2917},{"style":246},[2918],{"type":15,"value":2071},{"type":10,"tag":239,"props":2920,"children":2921},{"style":257},[2922],{"type":15,"value":2923}," VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR\n",{"type":10,"tag":239,"props":2925,"children":2926},{"class":241,"line":2378},[2927],{"type":10,"tag":239,"props":2928,"children":2929},{"style":257},[2930],{"type":15,"value":2792},{"type":10,"tag":239,"props":2932,"children":2933},{"class":241,"line":2387},[2934],{"type":10,"tag":239,"props":2935,"children":2936},{"emptyLinePlaceholder":2107},[2937],{"type":15,"value":2110},{"type":10,"tag":239,"props":2939,"children":2940},{"class":241,"line":2395},[2941,2946,2950],{"type":10,"tag":239,"props":2942,"children":2943},{"style":257},[2944],{"type":15,"value":2945},"VkVideoDecodeCapabilitiesKHR decodeCapabilities ",{"type":10,"tag":239,"props":2947,"children":2948},{"style":246},[2949],{"type":15,"value":2071},{"type":10,"tag":239,"props":2951,"children":2952},{"style":257},[2953],{"type":15,"value":2651},{"type":10,"tag":239,"props":2955,"children":2956},{"class":241,"line":2420},[2957,2961,2965],{"type":10,"tag":239,"props":2958,"children":2959},{"style":257},[2960],{"type":15,"value":2736},{"type":10,"tag":239,"props":2962,"children":2963},{"style":246},[2964],{"type":15,"value":2071},{"type":10,"tag":239,"props":2966,"children":2967},{"style":257},[2968],{"type":15,"value":2969}," VK_STRUCTURE_TYPE_VIDEO_DECODE_CAPABILITIES_KHR,\n",{"type":10,"tag":239,"props":2971,"children":2972},{"class":241,"line":2428},[2973,2977,2981,2985],{"type":10,"tag":239,"props":2974,"children":2975},{"style":257},[2976],{"type":15,"value":2753},{"type":10,"tag":239,"props":2978,"children":2979},{"style":246},[2980],{"type":15,"value":2071},{"type":10,"tag":239,"props":2982,"children":2983},{"style":257},[2984],{"type":15,"value":2762},{"type":10,"tag":239,"props":2986,"children":2987},{"style":2620},[2988],{"type":15,"value":2989}," // pointer to codec-specific capability structure\n",{"type":10,"tag":239,"props":2991,"children":2992},{"class":241,"line":2468},[2993],{"type":10,"tag":239,"props":2994,"children":2995},{"style":257},[2996],{"type":15,"value":2384},{"type":10,"tag":239,"props":2998,"children":2999},{"class":241,"line":2515},[3000],{"type":10,"tag":239,"props":3001,"children":3002},{"emptyLinePlaceholder":2107},[3003],{"type":15,"value":2110},{"type":10,"tag":239,"props":3005,"children":3006},{"class":241,"line":2555},[3007,3012,3016],{"type":10,"tag":239,"props":3008,"children":3009},{"style":257},[3010],{"type":15,"value":3011},"VkVideoCapabilitiesKHR capabilities ",{"type":10,"tag":239,"props":3013,"children":3014},{"style":246},[3015],{"type":15,"value":2071},{"type":10,"tag":239,"props":3017,"children":3018},{"style":257},[3019],{"type":15,"value":2651},{"type":10,"tag":239,"props":3021,"children":3022},{"class":241,"line":2569},[3023,3027,3031],{"type":10,"tag":239,"props":3024,"children":3025},{"style":257},[3026],{"type":15,"value":2736},{"type":10,"tag":239,"props":3028,"children":3029},{"style":246},[3030],{"type":15,"value":2071},{"type":10,"tag":239,"props":3032,"children":3033},{"style":257},[3034],{"type":15,"value":3035}," VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR,\n",{"type":10,"tag":239,"props":3037,"children":3038},{"class":241,"line":2578},[3039,3043,3047,3051],{"type":10,"tag":239,"props":3040,"children":3041},{"style":257},[3042],{"type":15,"value":2753},{"type":10,"tag":239,"props":3044,"children":3045},{"style":246},[3046],{"type":15,"value":2071},{"type":10,"tag":239,"props":3048,"children":3049},{"style":246},[3050],{"type":15,"value":2335},{"type":10,"tag":239,"props":3052,"children":3053},{"style":257},[3054],{"type":15,"value":3055},"decodeCapabilities\n",{"type":10,"tag":239,"props":3057,"children":3058},{"class":241,"line":2586},[3059],{"type":10,"tag":239,"props":3060,"children":3061},{"style":257},[3062],{"type":15,"value":2792},{"type":10,"tag":239,"props":3064,"children":3065},{"class":241,"line":2594},[3066],{"type":10,"tag":239,"props":3067,"children":3068},{"emptyLinePlaceholder":2107},[3069],{"type":15,"value":2110},{"type":10,"tag":239,"props":3071,"children":3072},{"class":241,"line":2616},[3073,3078,3082,3087,3091,3095,3100,3104,3108,3113],{"type":10,"tag":239,"props":3074,"children":3075},{"style":257},[3076],{"type":15,"value":3077},"result ",{"type":10,"tag":239,"props":3079,"children":3080},{"style":246},[3081],{"type":15,"value":2071},{"type":10,"tag":239,"props":3083,"children":3084},{"style":628},[3085],{"type":15,"value":3086}," vkGetPhysicalDeviceVideoCapabilitiesKHR",{"type":10,"tag":239,"props":3088,"children":3089},{"style":257},[3090],{"type":15,"value":2122},{"type":10,"tag":239,"props":3092,"children":3093},{"style":246},[3094],{"type":15,"value":2127},{"type":10,"tag":239,"props":3096,"children":3097},{"style":647},[3098],{"type":15,"value":3099},"profileInfo",{"type":10,"tag":239,"props":3101,"children":3102},{"style":257},[3103],{"type":15,"value":879},{"type":10,"tag":239,"props":3105,"children":3106},{"style":246},[3107],{"type":15,"value":2127},{"type":10,"tag":239,"props":3109,"children":3110},{"style":647},[3111],{"type":15,"value":3112},"capabilities",{"type":10,"tag":239,"props":3114,"children":3115},{"style":257},[3116],{"type":15,"value":682},{"type":10,"tag":239,"props":3118,"children":3119},{"class":241,"line":2626},[3120],{"type":10,"tag":239,"props":3121,"children":3122},{"emptyLinePlaceholder":2107},[3123],{"type":15,"value":2110},{"type":10,"tag":239,"props":3125,"children":3126},{"class":241,"line":2635},[3127,3131,3136,3141],{"type":10,"tag":239,"props":3128,"children":3129},{"style":246},[3130],{"type":15,"value":2600},{"type":10,"tag":239,"props":3132,"children":3133},{"style":257},[3134],{"type":15,"value":3135}," (result ",{"type":10,"tag":239,"props":3137,"children":3138},{"style":246},[3139],{"type":15,"value":3140},"==",{"type":10,"tag":239,"props":3142,"children":3143},{"style":257},[3144],{"type":15,"value":3145}," VK_SUCCESS) {\n",{"type":10,"tag":239,"props":3147,"children":3148},{"class":241,"line":2654},[3149],{"type":10,"tag":239,"props":3150,"children":3151},{"style":2620},[3152],{"type":15,"value":3153}," // Profile is supported, check additional capabilities\n",{"type":10,"tag":239,"props":3155,"children":3156},{"class":241,"line":2663},[3157],{"type":10,"tag":239,"props":3158,"children":3159},{"style":257},[3160],{"type":15,"value":2632},{"type":10,"tag":239,"props":3162,"children":3163},{"class":241,"line":2671},[3164,3168,3172],{"type":10,"tag":239,"props":3165,"children":3166},{"style":257},[3167],{"type":15,"value":2641},{"type":10,"tag":239,"props":3169,"children":3170},{"style":246},[3171],{"type":15,"value":2646},{"type":10,"tag":239,"props":3173,"children":3174},{"style":257},[3175],{"type":15,"value":2651},{"type":10,"tag":239,"props":3177,"children":3179},{"class":241,"line":3178},35,[3180],{"type":10,"tag":239,"props":3181,"children":3182},{"style":2620},[3183],{"type":15,"value":3184}," // Profile is not supported, result provides additional information about why\n",{"type":10,"tag":239,"props":3186,"children":3188},{"class":241,"line":3187},36,[3189],{"type":10,"tag":239,"props":3190,"children":3191},{"style":257},[3192],{"type":15,"value":2632},{"type":10,"tag":239,"props":3194,"children":3196},{"class":241,"line":3195},37,[3197],{"type":10,"tag":239,"props":3198,"children":3199},{"style":257},[3200],{"type":15,"value":2384},{"type":10,"tag":116,"props":3202,"children":3204},{"id":3203},"_select_decode_output_and_dpb_formats_supported_by_the_video_decode_profile",[3205],{"type":15,"value":3206},"Select decode output and DPB formats supported by the video decode profile",{"type":10,"tag":228,"props":3208,"children":3210},{"className":230,"code":3209,"language":232,"meta":233,"style":233},"VkVideoProfileInfoKHR profileInfo = {\n ...\n};\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = 1,\n .pProfiles = &profileInfo\n};\n\nVkPhysicalDeviceVideoFormatInfoKHR formatInfo = {\n .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR,\n .pNext = &profileListInfo\n};\n\nVkVideoFormatPropertiesKHR* formatProps = NULL;\n\n// First query decode output formats\nformatInfo.imageUsage = VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR;\n\nvkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL);\nformatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));\nfor (uint32_t i = 0; i \u003C formatCount; ++i) {\n formatProps[i].sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;\n}\nvkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);\n\nfor (uint32_t i = 0; i \u003C formatCount; ++i) {\n // Select decode output format and image creation capabilities best suited for the use case\n ...\n}\nfree(formatProps);\n\n// Then query DPB formats\nformatInfo.imageUsage = VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR;\n\n// If DISTINCT mode is not supported or if COINCIDE mode is supported and preferred, then the DPB\n// images generally have to be created to be usable both as decode output and DPB pictures\nif ((decodeCapabilities.flags & VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR) == 0 || preferCoincideMode) {\n formatInfo.imageUsage |= VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR;\n}\n\nvkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL);\nformatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));\nfor (uint32_t i = 0; i \u003C formatCount; ++i) {\n formatProps[i].sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;\n}\nvkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);\n\nfor (uint32_t i = 0; i \u003C formatCount; ++i) {\n // Select DPB format and image creation capabilities best suited for the use case\n ...\n}\nfree(formatProps);\n",[3211],{"type":10,"tag":89,"props":3212,"children":3213},{"__ignoreMap":233},[3214,3229,3236,3243,3250,3266,3282,3302,3323,3344,3351,3358,3374,3390,3410,3417,3424,3453,3460,3468,3485,3492,3537,3568,3620,3642,3649,3685,3692,3739,3747,3754,3761,3774,3781,3789,3805,3812,3821,3830,3870,3888,3896,3904,3948,3976,4024,4044,4052,4088,4096,4144,4153,4161,4169],{"type":10,"tag":239,"props":3215,"children":3216},{"class":241,"line":242},[3217,3221,3225],{"type":10,"tag":239,"props":3218,"children":3219},{"style":257},[3220],{"type":15,"value":2807},{"type":10,"tag":239,"props":3222,"children":3223},{"style":246},[3224],{"type":15,"value":2071},{"type":10,"tag":239,"props":3226,"children":3227},{"style":257},[3228],{"type":15,"value":2651},{"type":10,"tag":239,"props":3230,"children":3231},{"class":241,"line":263},[3232],{"type":10,"tag":239,"props":3233,"children":3234},{"style":257},[3235],{"type":15,"value":2632},{"type":10,"tag":239,"props":3237,"children":3238},{"class":241,"line":272},[3239],{"type":10,"tag":239,"props":3240,"children":3241},{"style":257},[3242],{"type":15,"value":2792},{"type":10,"tag":239,"props":3244,"children":3245},{"class":241,"line":291},[3246],{"type":10,"tag":239,"props":3247,"children":3248},{"emptyLinePlaceholder":2107},[3249],{"type":15,"value":2110},{"type":10,"tag":239,"props":3251,"children":3252},{"class":241,"line":300},[3253,3258,3262],{"type":10,"tag":239,"props":3254,"children":3255},{"style":257},[3256],{"type":15,"value":3257},"VkVideoProfileListInfoKHR profileListInfo ",{"type":10,"tag":239,"props":3259,"children":3260},{"style":246},[3261],{"type":15,"value":2071},{"type":10,"tag":239,"props":3263,"children":3264},{"style":257},[3265],{"type":15,"value":2651},{"type":10,"tag":239,"props":3267,"children":3268},{"class":241,"line":753},[3269,3273,3277],{"type":10,"tag":239,"props":3270,"children":3271},{"style":257},[3272],{"type":15,"value":2736},{"type":10,"tag":239,"props":3274,"children":3275},{"style":246},[3276],{"type":15,"value":2071},{"type":10,"tag":239,"props":3278,"children":3279},{"style":257},[3280],{"type":15,"value":3281}," VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n",{"type":10,"tag":239,"props":3283,"children":3284},{"class":241,"line":762},[3285,3289,3293,3298],{"type":10,"tag":239,"props":3286,"children":3287},{"style":257},[3288],{"type":15,"value":2753},{"type":10,"tag":239,"props":3290,"children":3291},{"style":246},[3292],{"type":15,"value":2071},{"type":10,"tag":239,"props":3294,"children":3295},{"style":2139},[3296],{"type":15,"value":3297}," NULL",{"type":10,"tag":239,"props":3299,"children":3300},{"style":257},[3301],{"type":15,"value":655},{"type":10,"tag":239,"props":3303,"children":3304},{"class":241,"line":771},[3305,3310,3314,3319],{"type":10,"tag":239,"props":3306,"children":3307},{"style":257},[3308],{"type":15,"value":3309}," .profileCount ",{"type":10,"tag":239,"props":3311,"children":3312},{"style":246},[3313],{"type":15,"value":2071},{"type":10,"tag":239,"props":3315,"children":3316},{"style":2139},[3317],{"type":15,"value":3318}," 1",{"type":10,"tag":239,"props":3320,"children":3321},{"style":257},[3322],{"type":15,"value":655},{"type":10,"tag":239,"props":3324,"children":3325},{"class":241,"line":780},[3326,3331,3335,3339],{"type":10,"tag":239,"props":3327,"children":3328},{"style":257},[3329],{"type":15,"value":3330}," .pProfiles ",{"type":10,"tag":239,"props":3332,"children":3333},{"style":246},[3334],{"type":15,"value":2071},{"type":10,"tag":239,"props":3336,"children":3337},{"style":246},[3338],{"type":15,"value":2335},{"type":10,"tag":239,"props":3340,"children":3341},{"style":257},[3342],{"type":15,"value":3343},"profileInfo\n",{"type":10,"tag":239,"props":3345,"children":3346},{"class":241,"line":802},[3347],{"type":10,"tag":239,"props":3348,"children":3349},{"style":257},[3350],{"type":15,"value":2792},{"type":10,"tag":239,"props":3352,"children":3353},{"class":241,"line":816},[3354],{"type":10,"tag":239,"props":3355,"children":3356},{"emptyLinePlaceholder":2107},[3357],{"type":15,"value":2110},{"type":10,"tag":239,"props":3359,"children":3360},{"class":241,"line":837},[3361,3366,3370],{"type":10,"tag":239,"props":3362,"children":3363},{"style":257},[3364],{"type":15,"value":3365},"VkPhysicalDeviceVideoFormatInfoKHR formatInfo ",{"type":10,"tag":239,"props":3367,"children":3368},{"style":246},[3369],{"type":15,"value":2071},{"type":10,"tag":239,"props":3371,"children":3372},{"style":257},[3373],{"type":15,"value":2651},{"type":10,"tag":239,"props":3375,"children":3376},{"class":241,"line":2293},[3377,3381,3385],{"type":10,"tag":239,"props":3378,"children":3379},{"style":257},[3380],{"type":15,"value":2736},{"type":10,"tag":239,"props":3382,"children":3383},{"style":246},[3384],{"type":15,"value":2071},{"type":10,"tag":239,"props":3386,"children":3387},{"style":257},[3388],{"type":15,"value":3389}," VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR,\n",{"type":10,"tag":239,"props":3391,"children":3392},{"class":241,"line":2316},[3393,3397,3401,3405],{"type":10,"tag":239,"props":3394,"children":3395},{"style":257},[3396],{"type":15,"value":2753},{"type":10,"tag":239,"props":3398,"children":3399},{"style":246},[3400],{"type":15,"value":2071},{"type":10,"tag":239,"props":3402,"children":3403},{"style":246},[3404],{"type":15,"value":2335},{"type":10,"tag":239,"props":3406,"children":3407},{"style":257},[3408],{"type":15,"value":3409},"profileListInfo\n",{"type":10,"tag":239,"props":3411,"children":3412},{"class":241,"line":2348},[3413],{"type":10,"tag":239,"props":3414,"children":3415},{"style":257},[3416],{"type":15,"value":2792},{"type":10,"tag":239,"props":3418,"children":3419},{"class":241,"line":2356},[3420],{"type":10,"tag":239,"props":3421,"children":3422},{"emptyLinePlaceholder":2107},[3423],{"type":15,"value":2110},{"type":10,"tag":239,"props":3425,"children":3426},{"class":241,"line":2378},[3427,3432,3436,3441,3445,3449],{"type":10,"tag":239,"props":3428,"children":3429},{"style":257},[3430],{"type":15,"value":3431},"VkVideoFormatPropertiesKHR",{"type":10,"tag":239,"props":3433,"children":3434},{"style":246},[3435],{"type":15,"value":672},{"type":10,"tag":239,"props":3437,"children":3438},{"style":257},[3439],{"type":15,"value":3440}," formatProps ",{"type":10,"tag":239,"props":3442,"children":3443},{"style":246},[3444],{"type":15,"value":2071},{"type":10,"tag":239,"props":3446,"children":3447},{"style":2139},[3448],{"type":15,"value":3297},{"type":10,"tag":239,"props":3450,"children":3451},{"style":257},[3452],{"type":15,"value":2566},{"type":10,"tag":239,"props":3454,"children":3455},{"class":241,"line":2387},[3456],{"type":10,"tag":239,"props":3457,"children":3458},{"emptyLinePlaceholder":2107},[3459],{"type":15,"value":2110},{"type":10,"tag":239,"props":3461,"children":3462},{"class":241,"line":2395},[3463],{"type":10,"tag":239,"props":3464,"children":3465},{"style":2620},[3466],{"type":15,"value":3467},"// First query decode output formats\n",{"type":10,"tag":239,"props":3469,"children":3470},{"class":241,"line":2420},[3471,3476,3480],{"type":10,"tag":239,"props":3472,"children":3473},{"style":257},[3474],{"type":15,"value":3475},"formatInfo.imageUsage ",{"type":10,"tag":239,"props":3477,"children":3478},{"style":246},[3479],{"type":15,"value":2071},{"type":10,"tag":239,"props":3481,"children":3482},{"style":257},[3483],{"type":15,"value":3484}," VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR;\n",{"type":10,"tag":239,"props":3486,"children":3487},{"class":241,"line":2428},[3488],{"type":10,"tag":239,"props":3489,"children":3490},{"emptyLinePlaceholder":2107},[3491],{"type":15,"value":2110},{"type":10,"tag":239,"props":3493,"children":3494},{"class":241,"line":2468},[3495,3499,3503,3507,3512,3516,3520,3525,3529,3533],{"type":10,"tag":239,"props":3496,"children":3497},{"style":628},[3498],{"type":15,"value":575},{"type":10,"tag":239,"props":3500,"children":3501},{"style":257},[3502],{"type":15,"value":2122},{"type":10,"tag":239,"props":3504,"children":3505},{"style":246},[3506],{"type":15,"value":2127},{"type":10,"tag":239,"props":3508,"children":3509},{"style":647},[3510],{"type":15,"value":3511},"formatInfo",{"type":10,"tag":239,"props":3513,"children":3514},{"style":257},[3515],{"type":15,"value":879},{"type":10,"tag":239,"props":3517,"children":3518},{"style":246},[3519],{"type":15,"value":2127},{"type":10,"tag":239,"props":3521,"children":3522},{"style":647},[3523],{"type":15,"value":3524},"formatCount",{"type":10,"tag":239,"props":3526,"children":3527},{"style":257},[3528],{"type":15,"value":879},{"type":10,"tag":239,"props":3530,"children":3531},{"style":2139},[3532],{"type":15,"value":1056},{"type":10,"tag":239,"props":3534,"children":3535},{"style":257},[3536],{"type":15,"value":682},{"type":10,"tag":239,"props":3538,"children":3539},{"class":241,"line":2515},[3540,3545,3549,3553,3558,3563],{"type":10,"tag":239,"props":3541,"children":3542},{"style":257},[3543],{"type":15,"value":3544},"formatProps ",{"type":10,"tag":239,"props":3546,"children":3547},{"style":246},[3548],{"type":15,"value":2071},{"type":10,"tag":239,"props":3550,"children":3551},{"style":628},[3552],{"type":15,"value":2178},{"type":10,"tag":239,"props":3554,"children":3555},{"style":257},[3556],{"type":15,"value":3557},"(formatCount, ",{"type":10,"tag":239,"props":3559,"children":3560},{"style":246},[3561],{"type":15,"value":3562},"sizeof",{"type":10,"tag":239,"props":3564,"children":3565},{"style":257},[3566],{"type":15,"value":3567},"(VkVideoFormatPropertiesKHR));\n",{"type":10,"tag":239,"props":3569,"children":3570},{"class":241,"line":2555},[3571,3575,3580,3584,3589,3593,3597,3602,3606,3611,3615],{"type":10,"tag":239,"props":3572,"children":3573},{"style":246},[3574],{"type":15,"value":2251},{"type":10,"tag":239,"props":3576,"children":3577},{"style":257},[3578],{"type":15,"value":3579}," (",{"type":10,"tag":239,"props":3581,"children":3582},{"style":246},[3583],{"type":15,"value":2084},{"type":10,"tag":239,"props":3585,"children":3586},{"style":257},[3587],{"type":15,"value":3588}," i ",{"type":10,"tag":239,"props":3590,"children":3591},{"style":246},[3592],{"type":15,"value":2071},{"type":10,"tag":239,"props":3594,"children":3595},{"style":2139},[3596],{"type":15,"value":2265},{"type":10,"tag":239,"props":3598,"children":3599},{"style":257},[3600],{"type":15,"value":3601},"; i ",{"type":10,"tag":239,"props":3603,"children":3604},{"style":246},[3605],{"type":15,"value":2275},{"type":10,"tag":239,"props":3607,"children":3608},{"style":257},[3609],{"type":15,"value":3610}," formatCount; ",{"type":10,"tag":239,"props":3612,"children":3613},{"style":246},[3614],{"type":15,"value":2285},{"type":10,"tag":239,"props":3616,"children":3617},{"style":257},[3618],{"type":15,"value":3619},"i) {\n",{"type":10,"tag":239,"props":3621,"children":3622},{"class":241,"line":2569},[3623,3628,3633,3637],{"type":10,"tag":239,"props":3624,"children":3625},{"style":647},[3626],{"type":15,"value":3627}," formatProps",{"type":10,"tag":239,"props":3629,"children":3630},{"style":257},[3631],{"type":15,"value":3632},"[i].sType ",{"type":10,"tag":239,"props":3634,"children":3635},{"style":246},[3636],{"type":15,"value":2071},{"type":10,"tag":239,"props":3638,"children":3639},{"style":257},[3640],{"type":15,"value":3641}," VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;\n",{"type":10,"tag":239,"props":3643,"children":3644},{"class":241,"line":2578},[3645],{"type":10,"tag":239,"props":3646,"children":3647},{"style":257},[3648],{"type":15,"value":2384},{"type":10,"tag":239,"props":3650,"children":3651},{"class":241,"line":2586},[3652,3656,3660,3664,3668,3672,3676,3680],{"type":10,"tag":239,"props":3653,"children":3654},{"style":628},[3655],{"type":15,"value":575},{"type":10,"tag":239,"props":3657,"children":3658},{"style":257},[3659],{"type":15,"value":2122},{"type":10,"tag":239,"props":3661,"children":3662},{"style":246},[3663],{"type":15,"value":2127},{"type":10,"tag":239,"props":3665,"children":3666},{"style":647},[3667],{"type":15,"value":3511},{"type":10,"tag":239,"props":3669,"children":3670},{"style":257},[3671],{"type":15,"value":879},{"type":10,"tag":239,"props":3673,"children":3674},{"style":246},[3675],{"type":15,"value":2127},{"type":10,"tag":239,"props":3677,"children":3678},{"style":647},[3679],{"type":15,"value":3524},{"type":10,"tag":239,"props":3681,"children":3682},{"style":257},[3683],{"type":15,"value":3684},", formatProps);\n",{"type":10,"tag":239,"props":3686,"children":3687},{"class":241,"line":2594},[3688],{"type":10,"tag":239,"props":3689,"children":3690},{"emptyLinePlaceholder":2107},[3691],{"type":15,"value":2110},{"type":10,"tag":239,"props":3693,"children":3694},{"class":241,"line":2616},[3695,3699,3703,3707,3711,3715,3719,3723,3727,3731,3735],{"type":10,"tag":239,"props":3696,"children":3697},{"style":246},[3698],{"type":15,"value":2251},{"type":10,"tag":239,"props":3700,"children":3701},{"style":257},[3702],{"type":15,"value":3579},{"type":10,"tag":239,"props":3704,"children":3705},{"style":246},[3706],{"type":15,"value":2084},{"type":10,"tag":239,"props":3708,"children":3709},{"style":257},[3710],{"type":15,"value":3588},{"type":10,"tag":239,"props":3712,"children":3713},{"style":246},[3714],{"type":15,"value":2071},{"type":10,"tag":239,"props":3716,"children":3717},{"style":2139},[3718],{"type":15,"value":2265},{"type":10,"tag":239,"props":3720,"children":3721},{"style":257},[3722],{"type":15,"value":3601},{"type":10,"tag":239,"props":3724,"children":3725},{"style":246},[3726],{"type":15,"value":2275},{"type":10,"tag":239,"props":3728,"children":3729},{"style":257},[3730],{"type":15,"value":3610},{"type":10,"tag":239,"props":3732,"children":3733},{"style":246},[3734],{"type":15,"value":2285},{"type":10,"tag":239,"props":3736,"children":3737},{"style":257},[3738],{"type":15,"value":3619},{"type":10,"tag":239,"props":3740,"children":3741},{"class":241,"line":2626},[3742],{"type":10,"tag":239,"props":3743,"children":3744},{"style":2620},[3745],{"type":15,"value":3746}," // Select decode output format and image creation capabilities best suited for the use case\n",{"type":10,"tag":239,"props":3748,"children":3749},{"class":241,"line":2635},[3750],{"type":10,"tag":239,"props":3751,"children":3752},{"style":257},[3753],{"type":15,"value":2632},{"type":10,"tag":239,"props":3755,"children":3756},{"class":241,"line":2654},[3757],{"type":10,"tag":239,"props":3758,"children":3759},{"style":257},[3760],{"type":15,"value":2384},{"type":10,"tag":239,"props":3762,"children":3763},{"class":241,"line":2663},[3764,3769],{"type":10,"tag":239,"props":3765,"children":3766},{"style":628},[3767],{"type":15,"value":3768},"free",{"type":10,"tag":239,"props":3770,"children":3771},{"style":257},[3772],{"type":15,"value":3773},"(formatProps);\n",{"type":10,"tag":239,"props":3775,"children":3776},{"class":241,"line":2671},[3777],{"type":10,"tag":239,"props":3778,"children":3779},{"emptyLinePlaceholder":2107},[3780],{"type":15,"value":2110},{"type":10,"tag":239,"props":3782,"children":3783},{"class":241,"line":3178},[3784],{"type":10,"tag":239,"props":3785,"children":3786},{"style":2620},[3787],{"type":15,"value":3788},"// Then query DPB formats\n",{"type":10,"tag":239,"props":3790,"children":3791},{"class":241,"line":3187},[3792,3796,3800],{"type":10,"tag":239,"props":3793,"children":3794},{"style":257},[3795],{"type":15,"value":3475},{"type":10,"tag":239,"props":3797,"children":3798},{"style":246},[3799],{"type":15,"value":2071},{"type":10,"tag":239,"props":3801,"children":3802},{"style":257},[3803],{"type":15,"value":3804}," VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR;\n",{"type":10,"tag":239,"props":3806,"children":3807},{"class":241,"line":3195},[3808],{"type":10,"tag":239,"props":3809,"children":3810},{"emptyLinePlaceholder":2107},[3811],{"type":15,"value":2110},{"type":10,"tag":239,"props":3813,"children":3815},{"class":241,"line":3814},38,[3816],{"type":10,"tag":239,"props":3817,"children":3818},{"style":2620},[3819],{"type":15,"value":3820},"// If DISTINCT mode is not supported or if COINCIDE mode is supported and preferred, then the DPB\n",{"type":10,"tag":239,"props":3822,"children":3824},{"class":241,"line":3823},39,[3825],{"type":10,"tag":239,"props":3826,"children":3827},{"style":2620},[3828],{"type":15,"value":3829},"// images generally have to be created to be usable both as decode output and DPB pictures\n",{"type":10,"tag":239,"props":3831,"children":3833},{"class":241,"line":3832},40,[3834,3838,3843,3847,3852,3856,3860,3865],{"type":10,"tag":239,"props":3835,"children":3836},{"style":246},[3837],{"type":15,"value":2600},{"type":10,"tag":239,"props":3839,"children":3840},{"style":257},[3841],{"type":15,"value":3842}," ((decodeCapabilities.flags ",{"type":10,"tag":239,"props":3844,"children":3845},{"style":246},[3846],{"type":15,"value":2127},{"type":10,"tag":239,"props":3848,"children":3849},{"style":257},[3850],{"type":15,"value":3851}," VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR) ",{"type":10,"tag":239,"props":3853,"children":3854},{"style":246},[3855],{"type":15,"value":3140},{"type":10,"tag":239,"props":3857,"children":3858},{"style":2139},[3859],{"type":15,"value":2265},{"type":10,"tag":239,"props":3861,"children":3862},{"style":246},[3863],{"type":15,"value":3864}," ||",{"type":10,"tag":239,"props":3866,"children":3867},{"style":257},[3868],{"type":15,"value":3869}," preferCoincideMode) {\n",{"type":10,"tag":239,"props":3871,"children":3873},{"class":241,"line":3872},41,[3874,3879,3884],{"type":10,"tag":239,"props":3875,"children":3876},{"style":257},[3877],{"type":15,"value":3878}," formatInfo.imageUsage ",{"type":10,"tag":239,"props":3880,"children":3881},{"style":246},[3882],{"type":15,"value":3883},"|=",{"type":10,"tag":239,"props":3885,"children":3886},{"style":257},[3887],{"type":15,"value":3484},{"type":10,"tag":239,"props":3889,"children":3891},{"class":241,"line":3890},42,[3892],{"type":10,"tag":239,"props":3893,"children":3894},{"style":257},[3895],{"type":15,"value":2384},{"type":10,"tag":239,"props":3897,"children":3899},{"class":241,"line":3898},43,[3900],{"type":10,"tag":239,"props":3901,"children":3902},{"emptyLinePlaceholder":2107},[3903],{"type":15,"value":2110},{"type":10,"tag":239,"props":3905,"children":3907},{"class":241,"line":3906},44,[3908,3912,3916,3920,3924,3928,3932,3936,3940,3944],{"type":10,"tag":239,"props":3909,"children":3910},{"style":628},[3911],{"type":15,"value":575},{"type":10,"tag":239,"props":3913,"children":3914},{"style":257},[3915],{"type":15,"value":2122},{"type":10,"tag":239,"props":3917,"children":3918},{"style":246},[3919],{"type":15,"value":2127},{"type":10,"tag":239,"props":3921,"children":3922},{"style":647},[3923],{"type":15,"value":3511},{"type":10,"tag":239,"props":3925,"children":3926},{"style":257},[3927],{"type":15,"value":879},{"type":10,"tag":239,"props":3929,"children":3930},{"style":246},[3931],{"type":15,"value":2127},{"type":10,"tag":239,"props":3933,"children":3934},{"style":647},[3935],{"type":15,"value":3524},{"type":10,"tag":239,"props":3937,"children":3938},{"style":257},[3939],{"type":15,"value":879},{"type":10,"tag":239,"props":3941,"children":3942},{"style":2139},[3943],{"type":15,"value":1056},{"type":10,"tag":239,"props":3945,"children":3946},{"style":257},[3947],{"type":15,"value":682},{"type":10,"tag":239,"props":3949,"children":3951},{"class":241,"line":3950},45,[3952,3956,3960,3964,3968,3972],{"type":10,"tag":239,"props":3953,"children":3954},{"style":257},[3955],{"type":15,"value":3544},{"type":10,"tag":239,"props":3957,"children":3958},{"style":246},[3959],{"type":15,"value":2071},{"type":10,"tag":239,"props":3961,"children":3962},{"style":628},[3963],{"type":15,"value":2178},{"type":10,"tag":239,"props":3965,"children":3966},{"style":257},[3967],{"type":15,"value":3557},{"type":10,"tag":239,"props":3969,"children":3970},{"style":246},[3971],{"type":15,"value":3562},{"type":10,"tag":239,"props":3973,"children":3974},{"style":257},[3975],{"type":15,"value":3567},{"type":10,"tag":239,"props":3977,"children":3979},{"class":241,"line":3978},46,[3980,3984,3988,3992,3996,4000,4004,4008,4012,4016,4020],{"type":10,"tag":239,"props":3981,"children":3982},{"style":246},[3983],{"type":15,"value":2251},{"type":10,"tag":239,"props":3985,"children":3986},{"style":257},[3987],{"type":15,"value":3579},{"type":10,"tag":239,"props":3989,"children":3990},{"style":246},[3991],{"type":15,"value":2084},{"type":10,"tag":239,"props":3993,"children":3994},{"style":257},[3995],{"type":15,"value":3588},{"type":10,"tag":239,"props":3997,"children":3998},{"style":246},[3999],{"type":15,"value":2071},{"type":10,"tag":239,"props":4001,"children":4002},{"style":2139},[4003],{"type":15,"value":2265},{"type":10,"tag":239,"props":4005,"children":4006},{"style":257},[4007],{"type":15,"value":3601},{"type":10,"tag":239,"props":4009,"children":4010},{"style":246},[4011],{"type":15,"value":2275},{"type":10,"tag":239,"props":4013,"children":4014},{"style":257},[4015],{"type":15,"value":3610},{"type":10,"tag":239,"props":4017,"children":4018},{"style":246},[4019],{"type":15,"value":2285},{"type":10,"tag":239,"props":4021,"children":4022},{"style":257},[4023],{"type":15,"value":3619},{"type":10,"tag":239,"props":4025,"children":4027},{"class":241,"line":4026},47,[4028,4032,4036,4040],{"type":10,"tag":239,"props":4029,"children":4030},{"style":647},[4031],{"type":15,"value":3627},{"type":10,"tag":239,"props":4033,"children":4034},{"style":257},[4035],{"type":15,"value":3632},{"type":10,"tag":239,"props":4037,"children":4038},{"style":246},[4039],{"type":15,"value":2071},{"type":10,"tag":239,"props":4041,"children":4042},{"style":257},[4043],{"type":15,"value":3641},{"type":10,"tag":239,"props":4045,"children":4047},{"class":241,"line":4046},48,[4048],{"type":10,"tag":239,"props":4049,"children":4050},{"style":257},[4051],{"type":15,"value":2384},{"type":10,"tag":239,"props":4053,"children":4055},{"class":241,"line":4054},49,[4056,4060,4064,4068,4072,4076,4080,4084],{"type":10,"tag":239,"props":4057,"children":4058},{"style":628},[4059],{"type":15,"value":575},{"type":10,"tag":239,"props":4061,"children":4062},{"style":257},[4063],{"type":15,"value":2122},{"type":10,"tag":239,"props":4065,"children":4066},{"style":246},[4067],{"type":15,"value":2127},{"type":10,"tag":239,"props":4069,"children":4070},{"style":647},[4071],{"type":15,"value":3511},{"type":10,"tag":239,"props":4073,"children":4074},{"style":257},[4075],{"type":15,"value":879},{"type":10,"tag":239,"props":4077,"children":4078},{"style":246},[4079],{"type":15,"value":2127},{"type":10,"tag":239,"props":4081,"children":4082},{"style":647},[4083],{"type":15,"value":3524},{"type":10,"tag":239,"props":4085,"children":4086},{"style":257},[4087],{"type":15,"value":3684},{"type":10,"tag":239,"props":4089,"children":4091},{"class":241,"line":4090},50,[4092],{"type":10,"tag":239,"props":4093,"children":4094},{"emptyLinePlaceholder":2107},[4095],{"type":15,"value":2110},{"type":10,"tag":239,"props":4097,"children":4099},{"class":241,"line":4098},51,[4100,4104,4108,4112,4116,4120,4124,4128,4132,4136,4140],{"type":10,"tag":239,"props":4101,"children":4102},{"style":246},[4103],{"type":15,"value":2251},{"type":10,"tag":239,"props":4105,"children":4106},{"style":257},[4107],{"type":15,"value":3579},{"type":10,"tag":239,"props":4109,"children":4110},{"style":246},[4111],{"type":15,"value":2084},{"type":10,"tag":239,"props":4113,"children":4114},{"style":257},[4115],{"type":15,"value":3588},{"type":10,"tag":239,"props":4117,"children":4118},{"style":246},[4119],{"type":15,"value":2071},{"type":10,"tag":239,"props":4121,"children":4122},{"style":2139},[4123],{"type":15,"value":2265},{"type":10,"tag":239,"props":4125,"children":4126},{"style":257},[4127],{"type":15,"value":3601},{"type":10,"tag":239,"props":4129,"children":4130},{"style":246},[4131],{"type":15,"value":2275},{"type":10,"tag":239,"props":4133,"children":4134},{"style":257},[4135],{"type":15,"value":3610},{"type":10,"tag":239,"props":4137,"children":4138},{"style":246},[4139],{"type":15,"value":2285},{"type":10,"tag":239,"props":4141,"children":4142},{"style":257},[4143],{"type":15,"value":3619},{"type":10,"tag":239,"props":4145,"children":4147},{"class":241,"line":4146},52,[4148],{"type":10,"tag":239,"props":4149,"children":4150},{"style":2620},[4151],{"type":15,"value":4152}," // Select DPB format and image creation capabilities best suited for the use case\n",{"type":10,"tag":239,"props":4154,"children":4156},{"class":241,"line":4155},53,[4157],{"type":10,"tag":239,"props":4158,"children":4159},{"style":257},[4160],{"type":15,"value":2632},{"type":10,"tag":239,"props":4162,"children":4164},{"class":241,"line":4163},54,[4165],{"type":10,"tag":239,"props":4166,"children":4167},{"style":257},[4168],{"type":15,"value":2384},{"type":10,"tag":239,"props":4170,"children":4172},{"class":241,"line":4171},55,[4173,4177],{"type":10,"tag":239,"props":4174,"children":4175},{"style":628},[4176],{"type":15,"value":3768},{"type":10,"tag":239,"props":4178,"children":4179},{"style":257},[4180],{"type":15,"value":3773},{"type":10,"tag":116,"props":4182,"children":4184},{"id":4183},"_create_bitstream_buffer",[4185],{"type":15,"value":4186},"Create bitstream buffer",{"type":10,"tag":228,"props":4188,"children":4190},{"className":230,"code":4189,"language":232,"meta":233,"style":233},"VkBuffer bitstreamBuffer = VK_NULL_HANDLE;\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = ... // number of video profiles to use the bitstream buffer with\n .pProfiles = ... // pointer to an array of video profile information structure chains\n};\n\nVkBufferCreateInfo createInfo = {\n .sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO,\n .pNext = &profileListInfo,\n ...\n .usage = VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR | ... // any other usages that may be needed\n ...\n};\n\nvkCreateBuffer(device, &createInfo, NULL, &bitstreamBuffer);\n",[4191],{"type":10,"tag":89,"props":4192,"children":4193},{"__ignoreMap":233},[4194,4211,4218,4233,4248,4267,4287,4307,4314,4321,4337,4353,4373,4380,4411,4418,4425,4432],{"type":10,"tag":239,"props":4195,"children":4196},{"class":241,"line":242},[4197,4202,4206],{"type":10,"tag":239,"props":4198,"children":4199},{"style":257},[4200],{"type":15,"value":4201},"VkBuffer bitstreamBuffer ",{"type":10,"tag":239,"props":4203,"children":4204},{"style":246},[4205],{"type":15,"value":2071},{"type":10,"tag":239,"props":4207,"children":4208},{"style":257},[4209],{"type":15,"value":4210}," VK_NULL_HANDLE;\n",{"type":10,"tag":239,"props":4212,"children":4213},{"class":241,"line":263},[4214],{"type":10,"tag":239,"props":4215,"children":4216},{"emptyLinePlaceholder":2107},[4217],{"type":15,"value":2110},{"type":10,"tag":239,"props":4219,"children":4220},{"class":241,"line":272},[4221,4225,4229],{"type":10,"tag":239,"props":4222,"children":4223},{"style":257},[4224],{"type":15,"value":3257},{"type":10,"tag":239,"props":4226,"children":4227},{"style":246},[4228],{"type":15,"value":2071},{"type":10,"tag":239,"props":4230,"children":4231},{"style":257},[4232],{"type":15,"value":2651},{"type":10,"tag":239,"props":4234,"children":4235},{"class":241,"line":291},[4236,4240,4244],{"type":10,"tag":239,"props":4237,"children":4238},{"style":257},[4239],{"type":15,"value":2736},{"type":10,"tag":239,"props":4241,"children":4242},{"style":246},[4243],{"type":15,"value":2071},{"type":10,"tag":239,"props":4245,"children":4246},{"style":257},[4247],{"type":15,"value":3281},{"type":10,"tag":239,"props":4249,"children":4250},{"class":241,"line":300},[4251,4255,4259,4263],{"type":10,"tag":239,"props":4252,"children":4253},{"style":257},[4254],{"type":15,"value":2753},{"type":10,"tag":239,"props":4256,"children":4257},{"style":246},[4258],{"type":15,"value":2071},{"type":10,"tag":239,"props":4260,"children":4261},{"style":2139},[4262],{"type":15,"value":3297},{"type":10,"tag":239,"props":4264,"children":4265},{"style":257},[4266],{"type":15,"value":655},{"type":10,"tag":239,"props":4268,"children":4269},{"class":241,"line":753},[4270,4274,4278,4282],{"type":10,"tag":239,"props":4271,"children":4272},{"style":257},[4273],{"type":15,"value":3309},{"type":10,"tag":239,"props":4275,"children":4276},{"style":246},[4277],{"type":15,"value":2071},{"type":10,"tag":239,"props":4279,"children":4280},{"style":257},[4281],{"type":15,"value":2762},{"type":10,"tag":239,"props":4283,"children":4284},{"style":2620},[4285],{"type":15,"value":4286}," // number of video profiles to use the bitstream buffer with\n",{"type":10,"tag":239,"props":4288,"children":4289},{"class":241,"line":762},[4290,4294,4298,4302],{"type":10,"tag":239,"props":4291,"children":4292},{"style":257},[4293],{"type":15,"value":3330},{"type":10,"tag":239,"props":4295,"children":4296},{"style":246},[4297],{"type":15,"value":2071},{"type":10,"tag":239,"props":4299,"children":4300},{"style":257},[4301],{"type":15,"value":2762},{"type":10,"tag":239,"props":4303,"children":4304},{"style":2620},[4305],{"type":15,"value":4306}," // pointer to an array of video profile information structure chains\n",{"type":10,"tag":239,"props":4308,"children":4309},{"class":241,"line":771},[4310],{"type":10,"tag":239,"props":4311,"children":4312},{"style":257},[4313],{"type":15,"value":2792},{"type":10,"tag":239,"props":4315,"children":4316},{"class":241,"line":780},[4317],{"type":10,"tag":239,"props":4318,"children":4319},{"emptyLinePlaceholder":2107},[4320],{"type":15,"value":2110},{"type":10,"tag":239,"props":4322,"children":4323},{"class":241,"line":802},[4324,4329,4333],{"type":10,"tag":239,"props":4325,"children":4326},{"style":257},[4327],{"type":15,"value":4328},"VkBufferCreateInfo createInfo ",{"type":10,"tag":239,"props":4330,"children":4331},{"style":246},[4332],{"type":15,"value":2071},{"type":10,"tag":239,"props":4334,"children":4335},{"style":257},[4336],{"type":15,"value":2651},{"type":10,"tag":239,"props":4338,"children":4339},{"class":241,"line":816},[4340,4344,4348],{"type":10,"tag":239,"props":4341,"children":4342},{"style":257},[4343],{"type":15,"value":2736},{"type":10,"tag":239,"props":4345,"children":4346},{"style":246},[4347],{"type":15,"value":2071},{"type":10,"tag":239,"props":4349,"children":4350},{"style":257},[4351],{"type":15,"value":4352}," VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO,\n",{"type":10,"tag":239,"props":4354,"children":4355},{"class":241,"line":837},[4356,4360,4364,4368],{"type":10,"tag":239,"props":4357,"children":4358},{"style":257},[4359],{"type":15,"value":2753},{"type":10,"tag":239,"props":4361,"children":4362},{"style":246},[4363],{"type":15,"value":2071},{"type":10,"tag":239,"props":4365,"children":4366},{"style":246},[4367],{"type":15,"value":2335},{"type":10,"tag":239,"props":4369,"children":4370},{"style":257},[4371],{"type":15,"value":4372},"profileListInfo,\n",{"type":10,"tag":239,"props":4374,"children":4375},{"class":241,"line":2293},[4376],{"type":10,"tag":239,"props":4377,"children":4378},{"style":257},[4379],{"type":15,"value":2632},{"type":10,"tag":239,"props":4381,"children":4382},{"class":241,"line":2316},[4383,4388,4392,4397,4402,4406],{"type":10,"tag":239,"props":4384,"children":4385},{"style":257},[4386],{"type":15,"value":4387}," .usage ",{"type":10,"tag":239,"props":4389,"children":4390},{"style":246},[4391],{"type":15,"value":2071},{"type":10,"tag":239,"props":4393,"children":4394},{"style":257},[4395],{"type":15,"value":4396}," VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR ",{"type":10,"tag":239,"props":4398,"children":4399},{"style":246},[4400],{"type":15,"value":4401},"|",{"type":10,"tag":239,"props":4403,"children":4404},{"style":257},[4405],{"type":15,"value":2762},{"type":10,"tag":239,"props":4407,"children":4408},{"style":2620},[4409],{"type":15,"value":4410}," // any other usages that may be needed\n",{"type":10,"tag":239,"props":4412,"children":4413},{"class":241,"line":2348},[4414],{"type":10,"tag":239,"props":4415,"children":4416},{"style":257},[4417],{"type":15,"value":2632},{"type":10,"tag":239,"props":4419,"children":4420},{"class":241,"line":2356},[4421],{"type":10,"tag":239,"props":4422,"children":4423},{"style":257},[4424],{"type":15,"value":2792},{"type":10,"tag":239,"props":4426,"children":4427},{"class":241,"line":2378},[4428],{"type":10,"tag":239,"props":4429,"children":4430},{"emptyLinePlaceholder":2107},[4431],{"type":15,"value":2110},{"type":10,"tag":239,"props":4433,"children":4434},{"class":241,"line":2387},[4435,4440,4445,4449,4454,4458,4462,4466,4470,4475],{"type":10,"tag":239,"props":4436,"children":4437},{"style":628},[4438],{"type":15,"value":4439},"vkCreateBuffer",{"type":10,"tag":239,"props":4441,"children":4442},{"style":257},[4443],{"type":15,"value":4444},"(device, ",{"type":10,"tag":239,"props":4446,"children":4447},{"style":246},[4448],{"type":15,"value":2127},{"type":10,"tag":239,"props":4450,"children":4451},{"style":647},[4452],{"type":15,"value":4453},"createInfo",{"type":10,"tag":239,"props":4455,"children":4456},{"style":257},[4457],{"type":15,"value":879},{"type":10,"tag":239,"props":4459,"children":4460},{"style":2139},[4461],{"type":15,"value":1056},{"type":10,"tag":239,"props":4463,"children":4464},{"style":257},[4465],{"type":15,"value":879},{"type":10,"tag":239,"props":4467,"children":4468},{"style":246},[4469],{"type":15,"value":2127},{"type":10,"tag":239,"props":4471,"children":4472},{"style":647},[4473],{"type":15,"value":4474},"bitstreamBuffer",{"type":10,"tag":239,"props":4476,"children":4477},{"style":257},[4478],{"type":15,"value":682},{"type":10,"tag":116,"props":4480,"children":4482},{"id":4481},"_create_decode_output_image_and_image_view",[4483],{"type":15,"value":4484},"Create decode output image and image view",{"type":10,"tag":228,"props":4486,"children":4488},{"className":230,"code":4487,"language":232,"meta":233,"style":233},"VkImage outputImage = VK_NULL_HANDLE;\nVkImageView outputImageView = VK_NULL_HANDLE;\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = ... // number of video profiles to use the decode output image with\n .pProfiles = ... // pointer to an array of video profile information structure chains\n};\n\nVkImageCreateInfo imageCreateInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,\n .pNext = &profileListInfo,\n ...\n .usage = VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR | ... // any other usages that may be needed\n ...\n};\n\nvkCreateImage(device, &imageCreateInfo, NULL, &outputImage);\n\nVkImageViewUsageCreateInfo imageViewUsageInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO,\n .pNext = NULL,\n .usage = VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR\n};\n\nVkImageViewCreateInfo imageViewCreateInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO,\n .pNext = &imageViewUsageInfo,\n .flags = 0,\n .image = outputImage,\n .viewType = ... // image view type (only 2D or 2D_ARRAY is supported)\n ... // other image view creation parameters\n};\n\nvkCreateImageView(device, &imageViewCreateInfo, NULL, &outputImageView);\n",[4489],{"type":10,"tag":89,"props":4490,"children":4491},{"__ignoreMap":233},[4492,4508,4524,4531,4546,4561,4580,4600,4619,4626,4633,4649,4665,4684,4691,4719,4726,4733,4740,4786,4793,4809,4825,4844,4860,4867,4874,4890,4906,4926,4946,4963,4984,4997,5004,5011],{"type":10,"tag":239,"props":4493,"children":4494},{"class":241,"line":242},[4495,4500,4504],{"type":10,"tag":239,"props":4496,"children":4497},{"style":257},[4498],{"type":15,"value":4499},"VkImage outputImage ",{"type":10,"tag":239,"props":4501,"children":4502},{"style":246},[4503],{"type":15,"value":2071},{"type":10,"tag":239,"props":4505,"children":4506},{"style":257},[4507],{"type":15,"value":4210},{"type":10,"tag":239,"props":4509,"children":4510},{"class":241,"line":263},[4511,4516,4520],{"type":10,"tag":239,"props":4512,"children":4513},{"style":257},[4514],{"type":15,"value":4515},"VkImageView outputImageView ",{"type":10,"tag":239,"props":4517,"children":4518},{"style":246},[4519],{"type":15,"value":2071},{"type":10,"tag":239,"props":4521,"children":4522},{"style":257},[4523],{"type":15,"value":4210},{"type":10,"tag":239,"props":4525,"children":4526},{"class":241,"line":272},[4527],{"type":10,"tag":239,"props":4528,"children":4529},{"emptyLinePlaceholder":2107},[4530],{"type":15,"value":2110},{"type":10,"tag":239,"props":4532,"children":4533},{"class":241,"line":291},[4534,4538,4542],{"type":10,"tag":239,"props":4535,"children":4536},{"style":257},[4537],{"type":15,"value":3257},{"type":10,"tag":239,"props":4539,"children":4540},{"style":246},[4541],{"type":15,"value":2071},{"type":10,"tag":239,"props":4543,"children":4544},{"style":257},[4545],{"type":15,"value":2651},{"type":10,"tag":239,"props":4547,"children":4548},{"class":241,"line":300},[4549,4553,4557],{"type":10,"tag":239,"props":4550,"children":4551},{"style":257},[4552],{"type":15,"value":2736},{"type":10,"tag":239,"props":4554,"children":4555},{"style":246},[4556],{"type":15,"value":2071},{"type":10,"tag":239,"props":4558,"children":4559},{"style":257},[4560],{"type":15,"value":3281},{"type":10,"tag":239,"props":4562,"children":4563},{"class":241,"line":753},[4564,4568,4572,4576],{"type":10,"tag":239,"props":4565,"children":4566},{"style":257},[4567],{"type":15,"value":2753},{"type":10,"tag":239,"props":4569,"children":4570},{"style":246},[4571],{"type":15,"value":2071},{"type":10,"tag":239,"props":4573,"children":4574},{"style":2139},[4575],{"type":15,"value":3297},{"type":10,"tag":239,"props":4577,"children":4578},{"style":257},[4579],{"type":15,"value":655},{"type":10,"tag":239,"props":4581,"children":4582},{"class":241,"line":762},[4583,4587,4591,4595],{"type":10,"tag":239,"props":4584,"children":4585},{"style":257},[4586],{"type":15,"value":3309},{"type":10,"tag":239,"props":4588,"children":4589},{"style":246},[4590],{"type":15,"value":2071},{"type":10,"tag":239,"props":4592,"children":4593},{"style":257},[4594],{"type":15,"value":2762},{"type":10,"tag":239,"props":4596,"children":4597},{"style":2620},[4598],{"type":15,"value":4599}," // number of video profiles to use the decode output image with\n",{"type":10,"tag":239,"props":4601,"children":4602},{"class":241,"line":771},[4603,4607,4611,4615],{"type":10,"tag":239,"props":4604,"children":4605},{"style":257},[4606],{"type":15,"value":3330},{"type":10,"tag":239,"props":4608,"children":4609},{"style":246},[4610],{"type":15,"value":2071},{"type":10,"tag":239,"props":4612,"children":4613},{"style":257},[4614],{"type":15,"value":2762},{"type":10,"tag":239,"props":4616,"children":4617},{"style":2620},[4618],{"type":15,"value":4306},{"type":10,"tag":239,"props":4620,"children":4621},{"class":241,"line":780},[4622],{"type":10,"tag":239,"props":4623,"children":4624},{"style":257},[4625],{"type":15,"value":2792},{"type":10,"tag":239,"props":4627,"children":4628},{"class":241,"line":802},[4629],{"type":10,"tag":239,"props":4630,"children":4631},{"emptyLinePlaceholder":2107},[4632],{"type":15,"value":2110},{"type":10,"tag":239,"props":4634,"children":4635},{"class":241,"line":816},[4636,4641,4645],{"type":10,"tag":239,"props":4637,"children":4638},{"style":257},[4639],{"type":15,"value":4640},"VkImageCreateInfo imageCreateInfo ",{"type":10,"tag":239,"props":4642,"children":4643},{"style":246},[4644],{"type":15,"value":2071},{"type":10,"tag":239,"props":4646,"children":4647},{"style":257},[4648],{"type":15,"value":2651},{"type":10,"tag":239,"props":4650,"children":4651},{"class":241,"line":837},[4652,4656,4660],{"type":10,"tag":239,"props":4653,"children":4654},{"style":257},[4655],{"type":15,"value":2736},{"type":10,"tag":239,"props":4657,"children":4658},{"style":246},[4659],{"type":15,"value":2071},{"type":10,"tag":239,"props":4661,"children":4662},{"style":257},[4663],{"type":15,"value":4664}," VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,\n",{"type":10,"tag":239,"props":4666,"children":4667},{"class":241,"line":2293},[4668,4672,4676,4680],{"type":10,"tag":239,"props":4669,"children":4670},{"style":257},[4671],{"type":15,"value":2753},{"type":10,"tag":239,"props":4673,"children":4674},{"style":246},[4675],{"type":15,"value":2071},{"type":10,"tag":239,"props":4677,"children":4678},{"style":246},[4679],{"type":15,"value":2335},{"type":10,"tag":239,"props":4681,"children":4682},{"style":257},[4683],{"type":15,"value":4372},{"type":10,"tag":239,"props":4685,"children":4686},{"class":241,"line":2316},[4687],{"type":10,"tag":239,"props":4688,"children":4689},{"style":257},[4690],{"type":15,"value":2632},{"type":10,"tag":239,"props":4692,"children":4693},{"class":241,"line":2348},[4694,4698,4702,4707,4711,4715],{"type":10,"tag":239,"props":4695,"children":4696},{"style":257},[4697],{"type":15,"value":4387},{"type":10,"tag":239,"props":4699,"children":4700},{"style":246},[4701],{"type":15,"value":2071},{"type":10,"tag":239,"props":4703,"children":4704},{"style":257},[4705],{"type":15,"value":4706}," VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR ",{"type":10,"tag":239,"props":4708,"children":4709},{"style":246},[4710],{"type":15,"value":4401},{"type":10,"tag":239,"props":4712,"children":4713},{"style":257},[4714],{"type":15,"value":2762},{"type":10,"tag":239,"props":4716,"children":4717},{"style":2620},[4718],{"type":15,"value":4410},{"type":10,"tag":239,"props":4720,"children":4721},{"class":241,"line":2356},[4722],{"type":10,"tag":239,"props":4723,"children":4724},{"style":257},[4725],{"type":15,"value":2632},{"type":10,"tag":239,"props":4727,"children":4728},{"class":241,"line":2378},[4729],{"type":10,"tag":239,"props":4730,"children":4731},{"style":257},[4732],{"type":15,"value":2792},{"type":10,"tag":239,"props":4734,"children":4735},{"class":241,"line":2387},[4736],{"type":10,"tag":239,"props":4737,"children":4738},{"emptyLinePlaceholder":2107},[4739],{"type":15,"value":2110},{"type":10,"tag":239,"props":4741,"children":4742},{"class":241,"line":2395},[4743,4748,4752,4756,4761,4765,4769,4773,4777,4782],{"type":10,"tag":239,"props":4744,"children":4745},{"style":628},[4746],{"type":15,"value":4747},"vkCreateImage",{"type":10,"tag":239,"props":4749,"children":4750},{"style":257},[4751],{"type":15,"value":4444},{"type":10,"tag":239,"props":4753,"children":4754},{"style":246},[4755],{"type":15,"value":2127},{"type":10,"tag":239,"props":4757,"children":4758},{"style":647},[4759],{"type":15,"value":4760},"imageCreateInfo",{"type":10,"tag":239,"props":4762,"children":4763},{"style":257},[4764],{"type":15,"value":879},{"type":10,"tag":239,"props":4766,"children":4767},{"style":2139},[4768],{"type":15,"value":1056},{"type":10,"tag":239,"props":4770,"children":4771},{"style":257},[4772],{"type":15,"value":879},{"type":10,"tag":239,"props":4774,"children":4775},{"style":246},[4776],{"type":15,"value":2127},{"type":10,"tag":239,"props":4778,"children":4779},{"style":647},[4780],{"type":15,"value":4781},"outputImage",{"type":10,"tag":239,"props":4783,"children":4784},{"style":257},[4785],{"type":15,"value":682},{"type":10,"tag":239,"props":4787,"children":4788},{"class":241,"line":2420},[4789],{"type":10,"tag":239,"props":4790,"children":4791},{"emptyLinePlaceholder":2107},[4792],{"type":15,"value":2110},{"type":10,"tag":239,"props":4794,"children":4795},{"class":241,"line":2428},[4796,4801,4805],{"type":10,"tag":239,"props":4797,"children":4798},{"style":257},[4799],{"type":15,"value":4800},"VkImageViewUsageCreateInfo imageViewUsageInfo ",{"type":10,"tag":239,"props":4802,"children":4803},{"style":246},[4804],{"type":15,"value":2071},{"type":10,"tag":239,"props":4806,"children":4807},{"style":257},[4808],{"type":15,"value":2651},{"type":10,"tag":239,"props":4810,"children":4811},{"class":241,"line":2468},[4812,4816,4820],{"type":10,"tag":239,"props":4813,"children":4814},{"style":257},[4815],{"type":15,"value":2736},{"type":10,"tag":239,"props":4817,"children":4818},{"style":246},[4819],{"type":15,"value":2071},{"type":10,"tag":239,"props":4821,"children":4822},{"style":257},[4823],{"type":15,"value":4824}," VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO,\n",{"type":10,"tag":239,"props":4826,"children":4827},{"class":241,"line":2515},[4828,4832,4836,4840],{"type":10,"tag":239,"props":4829,"children":4830},{"style":257},[4831],{"type":15,"value":2753},{"type":10,"tag":239,"props":4833,"children":4834},{"style":246},[4835],{"type":15,"value":2071},{"type":10,"tag":239,"props":4837,"children":4838},{"style":2139},[4839],{"type":15,"value":3297},{"type":10,"tag":239,"props":4841,"children":4842},{"style":257},[4843],{"type":15,"value":655},{"type":10,"tag":239,"props":4845,"children":4846},{"class":241,"line":2555},[4847,4851,4855],{"type":10,"tag":239,"props":4848,"children":4849},{"style":257},[4850],{"type":15,"value":4387},{"type":10,"tag":239,"props":4852,"children":4853},{"style":246},[4854],{"type":15,"value":2071},{"type":10,"tag":239,"props":4856,"children":4857},{"style":257},[4858],{"type":15,"value":4859}," VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR\n",{"type":10,"tag":239,"props":4861,"children":4862},{"class":241,"line":2569},[4863],{"type":10,"tag":239,"props":4864,"children":4865},{"style":257},[4866],{"type":15,"value":2792},{"type":10,"tag":239,"props":4868,"children":4869},{"class":241,"line":2578},[4870],{"type":10,"tag":239,"props":4871,"children":4872},{"emptyLinePlaceholder":2107},[4873],{"type":15,"value":2110},{"type":10,"tag":239,"props":4875,"children":4876},{"class":241,"line":2586},[4877,4882,4886],{"type":10,"tag":239,"props":4878,"children":4879},{"style":257},[4880],{"type":15,"value":4881},"VkImageViewCreateInfo imageViewCreateInfo ",{"type":10,"tag":239,"props":4883,"children":4884},{"style":246},[4885],{"type":15,"value":2071},{"type":10,"tag":239,"props":4887,"children":4888},{"style":257},[4889],{"type":15,"value":2651},{"type":10,"tag":239,"props":4891,"children":4892},{"class":241,"line":2594},[4893,4897,4901],{"type":10,"tag":239,"props":4894,"children":4895},{"style":257},[4896],{"type":15,"value":2736},{"type":10,"tag":239,"props":4898,"children":4899},{"style":246},[4900],{"type":15,"value":2071},{"type":10,"tag":239,"props":4902,"children":4903},{"style":257},[4904],{"type":15,"value":4905}," VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO,\n",{"type":10,"tag":239,"props":4907,"children":4908},{"class":241,"line":2616},[4909,4913,4917,4921],{"type":10,"tag":239,"props":4910,"children":4911},{"style":257},[4912],{"type":15,"value":2753},{"type":10,"tag":239,"props":4914,"children":4915},{"style":246},[4916],{"type":15,"value":2071},{"type":10,"tag":239,"props":4918,"children":4919},{"style":246},[4920],{"type":15,"value":2335},{"type":10,"tag":239,"props":4922,"children":4923},{"style":257},[4924],{"type":15,"value":4925},"imageViewUsageInfo,\n",{"type":10,"tag":239,"props":4927,"children":4928},{"class":241,"line":2626},[4929,4934,4938,4942],{"type":10,"tag":239,"props":4930,"children":4931},{"style":257},[4932],{"type":15,"value":4933}," .flags ",{"type":10,"tag":239,"props":4935,"children":4936},{"style":246},[4937],{"type":15,"value":2071},{"type":10,"tag":239,"props":4939,"children":4940},{"style":2139},[4941],{"type":15,"value":2265},{"type":10,"tag":239,"props":4943,"children":4944},{"style":257},[4945],{"type":15,"value":655},{"type":10,"tag":239,"props":4947,"children":4948},{"class":241,"line":2635},[4949,4954,4958],{"type":10,"tag":239,"props":4950,"children":4951},{"style":257},[4952],{"type":15,"value":4953}," .image ",{"type":10,"tag":239,"props":4955,"children":4956},{"style":246},[4957],{"type":15,"value":2071},{"type":10,"tag":239,"props":4959,"children":4960},{"style":257},[4961],{"type":15,"value":4962}," outputImage,\n",{"type":10,"tag":239,"props":4964,"children":4965},{"class":241,"line":2654},[4966,4971,4975,4979],{"type":10,"tag":239,"props":4967,"children":4968},{"style":257},[4969],{"type":15,"value":4970}," .viewType ",{"type":10,"tag":239,"props":4972,"children":4973},{"style":246},[4974],{"type":15,"value":2071},{"type":10,"tag":239,"props":4976,"children":4977},{"style":257},[4978],{"type":15,"value":2762},{"type":10,"tag":239,"props":4980,"children":4981},{"style":2620},[4982],{"type":15,"value":4983}," // image view type (only 2D or 2D_ARRAY is supported)\n",{"type":10,"tag":239,"props":4985,"children":4986},{"class":241,"line":2663},[4987,4992],{"type":10,"tag":239,"props":4988,"children":4989},{"style":257},[4990],{"type":15,"value":4991}," ...",{"type":10,"tag":239,"props":4993,"children":4994},{"style":2620},[4995],{"type":15,"value":4996}," // other image view creation parameters\n",{"type":10,"tag":239,"props":4998,"children":4999},{"class":241,"line":2671},[5000],{"type":10,"tag":239,"props":5001,"children":5002},{"style":257},[5003],{"type":15,"value":2792},{"type":10,"tag":239,"props":5005,"children":5006},{"class":241,"line":3178},[5007],{"type":10,"tag":239,"props":5008,"children":5009},{"emptyLinePlaceholder":2107},[5010],{"type":15,"value":2110},{"type":10,"tag":239,"props":5012,"children":5013},{"class":241,"line":3187},[5014,5019,5023,5027,5032,5036,5040,5044,5048,5053],{"type":10,"tag":239,"props":5015,"children":5016},{"style":628},[5017],{"type":15,"value":5018},"vkCreateImageView",{"type":10,"tag":239,"props":5020,"children":5021},{"style":257},[5022],{"type":15,"value":4444},{"type":10,"tag":239,"props":5024,"children":5025},{"style":246},[5026],{"type":15,"value":2127},{"type":10,"tag":239,"props":5028,"children":5029},{"style":647},[5030],{"type":15,"value":5031},"imageViewCreateInfo",{"type":10,"tag":239,"props":5033,"children":5034},{"style":257},[5035],{"type":15,"value":879},{"type":10,"tag":239,"props":5037,"children":5038},{"style":2139},[5039],{"type":15,"value":1056},{"type":10,"tag":239,"props":5041,"children":5042},{"style":257},[5043],{"type":15,"value":879},{"type":10,"tag":239,"props":5045,"children":5046},{"style":246},[5047],{"type":15,"value":2127},{"type":10,"tag":239,"props":5049,"children":5050},{"style":647},[5051],{"type":15,"value":5052},"outputImageView",{"type":10,"tag":239,"props":5054,"children":5055},{"style":257},[5056],{"type":15,"value":682},{"type":10,"tag":116,"props":5058,"children":5060},{"id":5059},"_create_dpb_image_and_image_view",[5061],{"type":15,"value":5062},"Create DPB image and image view",{"type":10,"tag":228,"props":5064,"children":5066},{"className":230,"code":5065,"language":232,"meta":233,"style":233},"// NOTE: This example creates a single image and image view that is used to back all DPB pictures\n// but, depending on the support of the VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR\n// capability flag, the application can choose to create separate images for each DPB slot or\n// picture\n\nVkImage dpbImage = VK_NULL_HANDLE;\nVkImageView dpbImageView = VK_NULL_HANDLE;\n\nVkImageUsage dpbImageUsage = VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR;\n\n// If DISTINCT mode is not supported or if COINCIDE mode is supported and preferred, then the DPB\n// images generally have to be created to be usable both as decode output and DPB pictures\nif ((decodeCapabilities.flags & VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR) == 0 || preferCoincideMode) {\n dpbImageUsage |= VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR;\n}\n\n\nVkVideoProfileListInfoKHR profileListInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR,\n .pNext = NULL,\n .profileCount = ... // number of video profiles to use the decode DPB image with\n .pProfiles = ... // pointer to an array of video profile information structure chains\n};\n\nVkImageCreateInfo imageCreateInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,\n .pNext = &profileListInfo,\n ...\n .usage = dpbImageUsage | ... // any other usages that may be needed\n ...\n .arrayLayers = // typically equal to the DPB slot count\n};\n\nvkCreateImage(device, &imageCreateInfo, NULL, &dpbImage);\n\nVkImageViewUsageCreateInfo imageViewUsageInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO,\n .pNext = NULL,\n .usage = dpbImageUsage\n};\n\nVkImageViewCreateInfo imageViewCreateInfo = {\n .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO,\n .pNext = &imageViewUsageInfo,\n .flags = 0,\n .image = dpbImage,\n .viewType = ... // image view type (only 2D or 2D_ARRAY is supported)\n ... // other image view creation parameters\n};\n\nvkCreateImageView(device, &imageViewCreateInfo, NULL, &dpbImageView);\n",[5067],{"type":10,"tag":89,"props":5068,"children":5069},{"__ignoreMap":233},[5070,5078,5086,5094,5102,5109,5125,5141,5148,5164,5171,5178,5185,5220,5236,5243,5250,5257,5272,5287,5306,5326,5345,5352,5359,5374,5389,5408,5415,5443,5450,5467,5474,5481,5525,5532,5547,5562,5581,5597,5604,5611,5626,5641,5660,5679,5695,5714,5725,5732,5739],{"type":10,"tag":239,"props":5071,"children":5072},{"class":241,"line":242},[5073],{"type":10,"tag":239,"props":5074,"children":5075},{"style":2620},[5076],{"type":15,"value":5077},"// NOTE: This example creates a single image and image view that is used to back all DPB pictures\n",{"type":10,"tag":239,"props":5079,"children":5080},{"class":241,"line":263},[5081],{"type":10,"tag":239,"props":5082,"children":5083},{"style":2620},[5084],{"type":15,"value":5085},"// but, depending on the support of the VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR\n",{"type":10,"tag":239,"props":5087,"children":5088},{"class":241,"line":272},[5089],{"type":10,"tag":239,"props":5090,"children":5091},{"style":2620},[5092],{"type":15,"value":5093},"// capability flag, the application can choose to create separate images for each DPB slot or\n",{"type":10,"tag":239,"props":5095,"children":5096},{"class":241,"line":291},[5097],{"type":10,"tag":239,"props":5098,"children":5099},{"style":2620},[5100],{"type":15,"value":5101},"// picture\n",{"type":10,"tag":239,"props":5103,"children":5104},{"class":241,"line":300},[5105],{"type":10,"tag":239,"props":5106,"children":5107},{"emptyLinePlaceholder":2107},[5108],{"type":15,"value":2110},{"type":10,"tag":239,"props":5110,"children":5111},{"class":241,"line":753},[5112,5117,5121],{"type":10,"tag":239,"props":5113,"children":5114},{"style":257},[5115],{"type":15,"value":5116},"VkImage dpbImage ",{"type":10,"tag":239,"props":5118,"children":5119},{"style":246},[5120],{"type":15,"value":2071},{"type":10,"tag":239,"props":5122,"children":5123},{"style":257},[5124],{"type":15,"value":4210},{"type":10,"tag":239,"props":5126,"children":5127},{"class":241,"line":762},[5128,5133,5137],{"type":10,"tag":239,"props":5129,"children":5130},{"style":257},[5131],{"type":15,"value":5132},"VkImageView dpbImageView ",{"type":10,"tag":239,"props":5134,"children":5135},{"style":246},[5136],{"type":15,"value":2071},{"type":10,"tag":239,"props":5138,"children":5139},{"style":257},[5140],{"type":15,"value":4210},{"type":10,"tag":239,"props":5142,"children":5143},{"class":241,"line":771},[5144],{"type":10,"tag":239,"props":5145,"children":5146},{"emptyLinePlaceholder":2107},[5147],{"type":15,"value":2110},{"type":10,"tag":239,"props":5149,"children":5150},{"class":241,"line":780},[5151,5156,5160],{"type":10,"tag":239,"props":5152,"children":5153},{"style":257},[5154],{"type":15,"value":5155},"VkImageUsage dpbImageUsage ",{"type":10,"tag":239,"props":5157,"children":5158},{"style":246},[5159],{"type":15,"value":2071},{"type":10,"tag":239,"props":5161,"children":5162},{"style":257},[5163],{"type":15,"value":3804},{"type":10,"tag":239,"props":5165,"children":5166},{"class":241,"line":802},[5167],{"type":10,"tag":239,"props":5168,"children":5169},{"emptyLinePlaceholder":2107},[5170],{"type":15,"value":2110},{"type":10,"tag":239,"props":5172,"children":5173},{"class":241,"line":816},[5174],{"type":10,"tag":239,"props":5175,"children":5176},{"style":2620},[5177],{"type":15,"value":3820},{"type":10,"tag":239,"props":5179,"children":5180},{"class":241,"line":837},[5181],{"type":10,"tag":239,"props":5182,"children":5183},{"style":2620},[5184],{"type":15,"value":3829},{"type":10,"tag":239,"props":5186,"children":5187},{"class":241,"line":2293},[5188,5192,5196,5200,5204,5208,5212,5216],{"type":10,"tag":239,"props":5189,"children":5190},{"style":246},[5191],{"type":15,"value":2600},{"type":10,"tag":239,"props":5193,"children":5194},{"style":257},[5195],{"type":15,"value":3842},{"type":10,"tag":239,"props":5197,"children":5198},{"style":246},[5199],{"type":15,"value":2127},{"type":10,"tag":239,"props":5201,"children":5202},{"style":257},[5203],{"type":15,"value":3851},{"type":10,"tag":239,"props":5205,"children":5206},{"style":246},[5207],{"type":15,"value":3140},{"type":10,"tag":239,"props":5209,"children":5210},{"style":2139},[5211],{"type":15,"value":2265},{"type":10,"tag":239,"props":5213,"children":5214},{"style":246},[5215],{"type":15,"value":3864},{"type":10,"tag":239,"props":5217,"children":5218},{"style":257},[5219],{"type":15,"value":3869},{"type":10,"tag":239,"props":5221,"children":5222},{"class":241,"line":2316},[5223,5228,5232],{"type":10,"tag":239,"props":5224,"children":5225},{"style":257},[5226],{"type":15,"value":5227}," dpbImageUsage ",{"type":10,"tag":239,"props":5229,"children":5230},{"style":246},[5231],{"type":15,"value":3883},{"type":10,"tag":239,"props":5233,"children":5234},{"style":257},[5235],{"type":15,"value":3484},{"type":10,"tag":239,"props":5237,"children":5238},{"class":241,"line":2348},[5239],{"type":10,"tag":239,"props":5240,"children":5241},{"style":257},[5242],{"type":15,"value":2384},{"type":10,"tag":239,"props":5244,"children":5245},{"class":241,"line":2356},[5246],{"type":10,"tag":239,"props":5247,"children":5248},{"emptyLinePlaceholder":2107},[5249],{"type":15,"value":2110},{"type":10,"tag":239,"props":5251,"children":5252},{"class":241,"line":2378},[5253],{"type":10,"tag":239,"props":5254,"children":5255},{"emptyLinePlaceholder":2107},[5256],{"type":15,"value":2110},{"type":10,"tag":239,"props":5258,"children":5259},{"class":241,"line":2387},[5260,5264,5268],{"type":10,"tag":239,"props":5261,"children":5262},{"style":257},[5263],{"type":15,"value":3257},{"type":10,"tag":239,"props":5265,"children":5266},{"style":246},[5267],{"type":15,"value":2071},{"type":10,"tag":239,"props":5269,"children":5270},{"style":257},[5271],{"type":15,"value":2651},{"type":10,"tag":239,"props":5273,"children":5274},{"class":241,"line":2395},[5275,5279,5283],{"type":10,"tag":239,"props":5276,"children":5277},{"style":257},[5278],{"type":15,"value":2736},{"type":10,"tag":239,"props":5280,"children":5281},{"style":246},[5282],{"type":15,"value":2071},{"type":10,"tag":239,"props":5284,"children":5285},{"style":257},[5286],{"type":15,"value":3281},{"type":10,"tag":239,"props":5288,"children":5289},{"class":241,"line":2420},[5290,5294,5298,5302],{"type":10,"tag":239,"props":5291,"children":5292},{"style":257},[5293],{"type":15,"value":2753},{"type":10,"tag":239,"props":5295,"children":5296},{"style":246},[5297],{"type":15,"value":2071},{"type":10,"tag":239,"props":5299,"children":5300},{"style":2139},[5301],{"type":15,"value":3297},{"type":10,"tag":239,"props":5303,"children":5304},{"style":257},[5305],{"type":15,"value":655},{"type":10,"tag":239,"props":5307,"children":5308},{"class":241,"line":2428},[5309,5313,5317,5321],{"type":10,"tag":239,"props":5310,"children":5311},{"style":257},[5312],{"type":15,"value":3309},{"type":10,"tag":239,"props":5314,"children":5315},{"style":246},[5316],{"type":15,"value":2071},{"type":10,"tag":239,"props":5318,"children":5319},{"style":257},[5320],{"type":15,"value":2762},{"type":10,"tag":239,"props":5322,"children":5323},{"style":2620},[5324],{"type":15,"value":5325}," // number of video profiles to use the decode DPB image with\n",{"type":10,"tag":239,"props":5327,"children":5328},{"class":241,"line":2468},[5329,5333,5337,5341],{"type":10,"tag":239,"props":5330,"children":5331},{"style":257},[5332],{"type":15,"value":3330},{"type":10,"tag":239,"props":5334,"children":5335},{"style":246},[5336],{"type":15,"value":2071},{"type":10,"tag":239,"props":5338,"children":5339},{"style":257},[5340],{"type":15,"value":2762},{"type":10,"tag":239,"props":5342,"children":5343},{"style":2620},[5344],{"type":15,"value":4306},{"type":10,"tag":239,"props":5346,"children":5347},{"class":241,"line":2515},[5348],{"type":10,"tag":239,"props":5349,"children":5350},{"style":257},[5351],{"type":15,"value":2792},{"type":10,"tag":239,"props":5353,"children":5354},{"class":241,"line":2555},[5355],{"type":10,"tag":239,"props":5356,"children":5357},{"emptyLinePlaceholder":2107},[5358],{"type":15,"value":2110},{"type":10,"tag":239,"props":5360,"children":5361},{"class":241,"line":2569},[5362,5366,5370],{"type":10,"tag":239,"props":5363,"children":5364},{"style":257},[5365],{"type":15,"value":4640},{"type":10,"tag":239,"props":5367,"children":5368},{"style":246},[5369],{"type":15,"value":2071},{"type":10,"tag":239,"props":5371,"children":5372},{"style":257},[5373],{"type":15,"value":2651},{"type":10,"tag":239,"props":5375,"children":5376},{"class":241,"line":2578},[5377,5381,5385],{"type":10,"tag":239,"props":5378,"children":5379},{"style":257},[5380],{"type":15,"value":2736},{"type":10,"tag":239,"props":5382,"children":5383},{"style":246},[5384],{"type":15,"value":2071},{"type":10,"tag":239,"props":5386,"children":5387},{"style":257},[5388],{"type":15,"value":4664},{"type":10,"tag":239,"props":5390,"children":5391},{"class":241,"line":2586},[5392,5396,5400,5404],{"type":10,"tag":239,"props":5393,"children":5394},{"style":257},[5395],{"type":15,"value":2753},{"type":10,"tag":239,"props":5397,"children":5398},{"style":246},[5399],{"type":15,"value":2071},{"type":10,"tag":239,"props":5401,"children":5402},{"style":246},[5403],{"type":15,"value":2335},{"type":10,"tag":239,"props":5405,"children":5406},{"style":257},[5407],{"type":15,"value":4372},{"type":10,"tag":239,"props":5409,"children":5410},{"class":241,"line":2594},[5411],{"type":10,"tag":239,"props":5412,"children":5413},{"style":257},[5414],{"type":15,"value":2632},{"type":10,"tag":239,"props":5416,"children":5417},{"class":241,"line":2616},[5418,5422,5426,5431,5435,5439],{"type":10,"tag":239,"props":5419,"children":5420},{"style":257},[5421],{"type":15,"value":4387},{"type":10,"tag":239,"props":5423,"children":5424},{"style":246},[5425],{"type":15,"value":2071},{"type":10,"tag":239,"props":5427,"children":5428},{"style":257},[5429],{"type":15,"value":5430}," dpbImageUsage ",{"type":10,"tag":239,"props":5432,"children":5433},{"style":246},[5434],{"type":15,"value":4401},{"type":10,"tag":239,"props":5436,"children":5437},{"style":257},[5438],{"type":15,"value":2762},{"type":10,"tag":239,"props":5440,"children":5441},{"style":2620},[5442],{"type":15,"value":4410},{"type":10,"tag":239,"props":5444,"children":5445},{"class":241,"line":2626},[5446],{"type":10,"tag":239,"props":5447,"children":5448},{"style":257},[5449],{"type":15,"value":2632},{"type":10,"tag":239,"props":5451,"children":5452},{"class":241,"line":2635},[5453,5458,5462],{"type":10,"tag":239,"props":5454,"children":5455},{"style":257},[5456],{"type":15,"value":5457}," .arrayLayers ",{"type":10,"tag":239,"props":5459,"children":5460},{"style":246},[5461],{"type":15,"value":2071},{"type":10,"tag":239,"props":5463,"children":5464},{"style":2620},[5465],{"type":15,"value":5466}," // typically equal to the DPB slot count\n",{"type":10,"tag":239,"props":5468,"children":5469},{"class":241,"line":2654},[5470],{"type":10,"tag":239,"props":5471,"children":5472},{"style":257},[5473],{"type":15,"value":2792},{"type":10,"tag":239,"props":5475,"children":5476},{"class":241,"line":2663},[5477],{"type":10,"tag":239,"props":5478,"children":5479},{"emptyLinePlaceholder":2107},[5480],{"type":15,"value":2110},{"type":10,"tag":239,"props":5482,"children":5483},{"class":241,"line":2671},[5484,5488,5492,5496,5500,5504,5508,5512,5516,5521],{"type":10,"tag":239,"props":5485,"children":5486},{"style":628},[5487],{"type":15,"value":4747},{"type":10,"tag":239,"props":5489,"children":5490},{"style":257},[5491],{"type":15,"value":4444},{"type":10,"tag":239,"props":5493,"children":5494},{"style":246},[5495],{"type":15,"value":2127},{"type":10,"tag":239,"props":5497,"children":5498},{"style":647},[5499],{"type":15,"value":4760},{"type":10,"tag":239,"props":5501,"children":5502},{"style":257},[5503],{"type":15,"value":879},{"type":10,"tag":239,"props":5505,"children":5506},{"style":2139},[5507],{"type":15,"value":1056},{"type":10,"tag":239,"props":5509,"children":5510},{"style":257},[5511],{"type":15,"value":879},{"type":10,"tag":239,"props":5513,"children":5514},{"style":246},[5515],{"type":15,"value":2127},{"type":10,"tag":239,"props":5517,"children":5518},{"style":647},[5519],{"type":15,"value":5520},"dpbImage",{"type":10,"tag":239,"props":5522,"children":5523},{"style":257},[5524],{"type":15,"value":682},{"type":10,"tag":239,"props":5526,"children":5527},{"class":241,"line":3178},[5528],{"type":10,"tag":239,"props":5529,"children":5530},{"emptyLinePlaceholder":2107},[5531],{"type":15,"value":2110},{"type":10,"tag":239,"props":5533,"children":5534},{"class":241,"line":3187},[5535,5539,5543],{"type":10,"tag":239,"props":5536,"children":5537},{"style":257},[5538],{"type":15,"value":4800},{"type":10,"tag":239,"props":5540,"children":5541},{"style":246},[5542],{"type":15,"value":2071},{"type":10,"tag":239,"props":5544,"children":5545},{"style":257},[5546],{"type":15,"value":2651},{"type":10,"tag":239,"props":5548,"children":5549},{"class":241,"line":3195},[5550,5554,5558],{"type":10,"tag":239,"props":5551,"children":5552},{"style":257},[5553],{"type":15,"value":2736},{"type":10,"tag":239,"props":5555,"children":5556},{"style":246},[5557],{"type":15,"value":2071},{"type":10,"tag":239,"props":5559,"children":5560},{"style":257},[5561],{"type":15,"value":4824},{"type":10,"tag":239,"props":5563,"children":5564},{"class":241,"line":3814},[5565,5569,5573,5577],{"type":10,"tag":239,"props":5566,"children":5567},{"style":257},[5568],{"type":15,"value":2753},{"type":10,"tag":239,"props":5570,"children":5571},{"style":246},[5572],{"type":15,"value":2071},{"type":10,"tag":239,"props":5574,"children":5575},{"style":2139},[5576],{"type":15,"value":3297},{"type":10,"tag":239,"props":5578,"children":5579},{"style":257},[5580],{"type":15,"value":655},{"type":10,"tag":239,"props":5582,"children":5583},{"class":241,"line":3823},[5584,5588,5592],{"type":10,"tag":239,"props":5585,"children":5586},{"style":257},[5587],{"type":15,"value":4387},{"type":10,"tag":239,"props":5589,"children":5590},{"style":246},[5591],{"type":15,"value":2071},{"type":10,"tag":239,"props":5593,"children":5594},{"style":257},[5595],{"type":15,"value":5596}," dpbImageUsage\n",{"type":10,"tag":239,"props":5598,"children":5599},{"class":241,"line":3832},[5600],{"type":10,"tag":239,"props":5601,"children":5602},{"style":257},[5603],{"type":15,"value":2792},{"type":10,"tag":239,"props":5605,"children":5606},{"class":241,"line":3872},[5607],{"type":10,"tag":239,"props":5608,"children":5609},{"emptyLinePlaceholder":2107},[5610],{"type":15,"value":2110},{"type":10,"tag":239,"props":5612,"children":5613},{"class":241,"line":3890},[5614,5618,5622],{"type":10,"tag":239,"props":5615,"children":5616},{"style":257},[5617],{"type":15,"value":4881},{"type":10,"tag":239,"props":5619,"children":5620},{"style":246},[5621],{"type":15,"value":2071},{"type":10,"tag":239,"props":5623,"children":5624},{"style":257},[5625],{"type":15,"value":2651},{"type":10,"tag":239,"props":5627,"children":5628},{"class":241,"line":3898},[5629,5633,5637],{"type":10,"tag":239,"props":5630,"children":5631},{"style":257},[5632],{"type":15,"value":2736},{"type":10,"tag":239,"props":5634,"children":5635},{"style":246},[5636],{"type":15,"value":2071},{"type":10,"tag":239,"props":5638,"children":5639},{"style":257},[5640],{"type":15,"value":4905},{"type":10,"tag":239,"props":5642,"children":5643},{"class":241,"line":3906},[5644,5648,5652,5656],{"type":10,"tag":239,"props":5645,"children":5646},{"style":257},[5647],{"type":15,"value":2753},{"type":10,"tag":239,"props":5649,"children":5650},{"style":246},[5651],{"type":15,"value":2071},{"type":10,"tag":239,"props":5653,"children":5654},{"style":246},[5655],{"type":15,"value":2335},{"type":10,"tag":239,"props":5657,"children":5658},{"style":257},[5659],{"type":15,"value":4925},{"type":10,"tag":239,"props":5661,"children":5662},{"class":241,"line":3950},[5663,5667,5671,5675],{"type":10,"tag":239,"props":5664,"children":5665},{"style":257},[5666],{"type":15,"value":4933},{"type":10,"tag":239,"props":5668,"children":5669},{"style":246},[5670],{"type":15,"value":2071},{"type":10,"tag":239,"props":5672,"children":5673},{"style":2139},[5674],{"type":15,"value":2265},{"type":10,"tag":239,"props":5676,"children":5677},{"style":257},[5678],{"type":15,"value":655},{"type":10,"tag":239,"props":5680,"children":5681},{"class":241,"line":3978},[5682,5686,5690],{"type":10,"tag":239,"props":5683,"children":5684},{"style":257},[5685],{"type":15,"value":4953},{"type":10,"tag":239,"props":5687,"children":5688},{"style":246},[5689],{"type":15,"value":2071},{"type":10,"tag":239,"props":5691,"children":5692},{"style":257},[5693],{"type":15,"value":5694}," dpbImage,\n",{"type":10,"tag":239,"props":5696,"children":5697},{"class":241,"line":4026},[5698,5702,5706,5710],{"type":10,"tag":239,"props":5699,"children":5700},{"style":257},[5701],{"type":15,"value":4970},{"type":10,"tag":239,"props":5703,"children":5704},{"style":246},[5705],{"type":15,"value":2071},{"type":10,"tag":239,"props":5707,"children":5708},{"style":257},[5709],{"type":15,"value":2762},{"type":10,"tag":239,"props":5711,"children":5712},{"style":2620},[5713],{"type":15,"value":4983},{"type":10,"tag":239,"props":5715,"children":5716},{"class":241,"line":4046},[5717,5721],{"type":10,"tag":239,"props":5718,"children":5719},{"style":257},[5720],{"type":15,"value":4991},{"type":10,"tag":239,"props":5722,"children":5723},{"style":2620},[5724],{"type":15,"value":4996},{"type":10,"tag":239,"props":5726,"children":5727},{"class":241,"line":4054},[5728],{"type":10,"tag":239,"props":5729,"children":5730},{"style":257},[5731],{"type":15,"value":2792},{"type":10,"tag":239,"props":5733,"children":5734},{"class":241,"line":4090},[5735],{"type":10,"tag":239,"props":5736,"children":5737},{"emptyLinePlaceholder":2107},[5738],{"type":15,"value":2110},{"type":10,"tag":239,"props":5740,"children":5741},{"class":241,"line":4098},[5742,5746,5750,5754,5758,5762,5766,5770,5774,5779],{"type":10,"tag":239,"props":5743,"children":5744},{"style":628},[5745],{"type":15,"value":5018},{"type":10,"tag":239,"props":5747,"children":5748},{"style":257},[5749],{"type":15,"value":4444},{"type":10,"tag":239,"props":5751,"children":5752},{"style":246},[5753],{"type":15,"value":2127},{"type":10,"tag":239,"props":5755,"children":5756},{"style":647},[5757],{"type":15,"value":5031},{"type":10,"tag":239,"props":5759,"children":5760},{"style":257},[5761],{"type":15,"value":879},{"type":10,"tag":239,"props":5763,"children":5764},{"style":2139},[5765],{"type":15,"value":1056},{"type":10,"tag":239,"props":5767,"children":5768},{"style":257},[5769],{"type":15,"value":879},{"type":10,"tag":239,"props":5771,"children":5772},{"style":246},[5773],{"type":15,"value":2127},{"type":10,"tag":239,"props":5775,"children":5776},{"style":647},[5777],{"type":15,"value":5778},"dpbImageView",{"type":10,"tag":239,"props":5780,"children":5781},{"style":257},[5782],{"type":15,"value":682},{"type":10,"tag":116,"props":5784,"children":5786},{"id":5785},"_record_decode_operation_video_session_without_dpb_slots",[5787],{"type":15,"value":5788},"Record decode operation (video session without DPB slots)",{"type":10,"tag":228,"props":5790,"children":5792},{"className":230,"code":5791,"language":232,"meta":233,"style":233},"vkCmdBeginVideoCodingKHR(commandBuffer, ...);\n\nVkVideoPictureResourceInfoKHR decodeOutputPictureResource = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n .pNext = NULL,\n .codedOffset = ... // offset within the image subresource (typically { 0, 0 })\n .codedExtent = ... // extent of decoded picture (typically the video frame size)\n .baseArrayLayer = 0,\n .imageViewBinding = outputImageView\n};\n\nVkVideoDecodeInfoKHR decodeInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR,\n .pNext = ... // pointer to codec-specific picture information structure\n .flags = 0,\n .srcBuffer = bitstreamBuffer,\n .srcBufferOffset = ... // offset of picture data in the video bitstream buffer\n .srcBufferRange = ... // size of picture data in the video bitstream buffer\n .dstPictureResource = decodeOutputPictureResource,\n .pSetupReferenceSlot = NULL,\n .referenceSlotCount = 0,\n .pReferenceSlots = NULL\n};\n\nvkCmdDecodeVideoKHR(commandBuffer, &decodeInfo);\n\nvkCmdEndVideoCodingKHR(commandBuffer, ...);\n",[5793],{"type":10,"tag":89,"props":5794,"children":5795},{"__ignoreMap":233},[5796,5808,5815,5831,5847,5866,5887,5908,5928,5945,5952,5959,5975,5991,6011,6030,6047,6068,6089,6106,6126,6146,6163,6170,6177,6202,6209],{"type":10,"tag":239,"props":5797,"children":5798},{"class":241,"line":242},[5799,5803],{"type":10,"tag":239,"props":5800,"children":5801},{"style":628},[5802],{"type":15,"value":1941},{"type":10,"tag":239,"props":5804,"children":5805},{"style":257},[5806],{"type":15,"value":5807},"(commandBuffer, ...);\n",{"type":10,"tag":239,"props":5809,"children":5810},{"class":241,"line":263},[5811],{"type":10,"tag":239,"props":5812,"children":5813},{"emptyLinePlaceholder":2107},[5814],{"type":15,"value":2110},{"type":10,"tag":239,"props":5816,"children":5817},{"class":241,"line":272},[5818,5823,5827],{"type":10,"tag":239,"props":5819,"children":5820},{"style":257},[5821],{"type":15,"value":5822},"VkVideoPictureResourceInfoKHR decodeOutputPictureResource ",{"type":10,"tag":239,"props":5824,"children":5825},{"style":246},[5826],{"type":15,"value":2071},{"type":10,"tag":239,"props":5828,"children":5829},{"style":257},[5830],{"type":15,"value":2651},{"type":10,"tag":239,"props":5832,"children":5833},{"class":241,"line":291},[5834,5838,5842],{"type":10,"tag":239,"props":5835,"children":5836},{"style":257},[5837],{"type":15,"value":2736},{"type":10,"tag":239,"props":5839,"children":5840},{"style":246},[5841],{"type":15,"value":2071},{"type":10,"tag":239,"props":5843,"children":5844},{"style":257},[5845],{"type":15,"value":5846}," VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n",{"type":10,"tag":239,"props":5848,"children":5849},{"class":241,"line":300},[5850,5854,5858,5862],{"type":10,"tag":239,"props":5851,"children":5852},{"style":257},[5853],{"type":15,"value":2753},{"type":10,"tag":239,"props":5855,"children":5856},{"style":246},[5857],{"type":15,"value":2071},{"type":10,"tag":239,"props":5859,"children":5860},{"style":2139},[5861],{"type":15,"value":3297},{"type":10,"tag":239,"props":5863,"children":5864},{"style":257},[5865],{"type":15,"value":655},{"type":10,"tag":239,"props":5867,"children":5868},{"class":241,"line":753},[5869,5874,5878,5882],{"type":10,"tag":239,"props":5870,"children":5871},{"style":257},[5872],{"type":15,"value":5873}," .codedOffset ",{"type":10,"tag":239,"props":5875,"children":5876},{"style":246},[5877],{"type":15,"value":2071},{"type":10,"tag":239,"props":5879,"children":5880},{"style":257},[5881],{"type":15,"value":2762},{"type":10,"tag":239,"props":5883,"children":5884},{"style":2620},[5885],{"type":15,"value":5886}," // offset within the image subresource (typically { 0, 0 })\n",{"type":10,"tag":239,"props":5888,"children":5889},{"class":241,"line":762},[5890,5895,5899,5903],{"type":10,"tag":239,"props":5891,"children":5892},{"style":257},[5893],{"type":15,"value":5894}," .codedExtent ",{"type":10,"tag":239,"props":5896,"children":5897},{"style":246},[5898],{"type":15,"value":2071},{"type":10,"tag":239,"props":5900,"children":5901},{"style":257},[5902],{"type":15,"value":2762},{"type":10,"tag":239,"props":5904,"children":5905},{"style":2620},[5906],{"type":15,"value":5907}," // extent of decoded picture (typically the video frame size)\n",{"type":10,"tag":239,"props":5909,"children":5910},{"class":241,"line":771},[5911,5916,5920,5924],{"type":10,"tag":239,"props":5912,"children":5913},{"style":257},[5914],{"type":15,"value":5915}," .baseArrayLayer ",{"type":10,"tag":239,"props":5917,"children":5918},{"style":246},[5919],{"type":15,"value":2071},{"type":10,"tag":239,"props":5921,"children":5922},{"style":2139},[5923],{"type":15,"value":2265},{"type":10,"tag":239,"props":5925,"children":5926},{"style":257},[5927],{"type":15,"value":655},{"type":10,"tag":239,"props":5929,"children":5930},{"class":241,"line":780},[5931,5936,5940],{"type":10,"tag":239,"props":5932,"children":5933},{"style":257},[5934],{"type":15,"value":5935}," .imageViewBinding ",{"type":10,"tag":239,"props":5937,"children":5938},{"style":246},[5939],{"type":15,"value":2071},{"type":10,"tag":239,"props":5941,"children":5942},{"style":257},[5943],{"type":15,"value":5944}," outputImageView\n",{"type":10,"tag":239,"props":5946,"children":5947},{"class":241,"line":802},[5948],{"type":10,"tag":239,"props":5949,"children":5950},{"style":257},[5951],{"type":15,"value":2792},{"type":10,"tag":239,"props":5953,"children":5954},{"class":241,"line":816},[5955],{"type":10,"tag":239,"props":5956,"children":5957},{"emptyLinePlaceholder":2107},[5958],{"type":15,"value":2110},{"type":10,"tag":239,"props":5960,"children":5961},{"class":241,"line":837},[5962,5967,5971],{"type":10,"tag":239,"props":5963,"children":5964},{"style":257},[5965],{"type":15,"value":5966},"VkVideoDecodeInfoKHR decodeInfo ",{"type":10,"tag":239,"props":5968,"children":5969},{"style":246},[5970],{"type":15,"value":2071},{"type":10,"tag":239,"props":5972,"children":5973},{"style":257},[5974],{"type":15,"value":2651},{"type":10,"tag":239,"props":5976,"children":5977},{"class":241,"line":2293},[5978,5982,5986],{"type":10,"tag":239,"props":5979,"children":5980},{"style":257},[5981],{"type":15,"value":2736},{"type":10,"tag":239,"props":5983,"children":5984},{"style":246},[5985],{"type":15,"value":2071},{"type":10,"tag":239,"props":5987,"children":5988},{"style":257},[5989],{"type":15,"value":5990}," VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR,\n",{"type":10,"tag":239,"props":5992,"children":5993},{"class":241,"line":2316},[5994,5998,6002,6006],{"type":10,"tag":239,"props":5995,"children":5996},{"style":257},[5997],{"type":15,"value":2753},{"type":10,"tag":239,"props":5999,"children":6000},{"style":246},[6001],{"type":15,"value":2071},{"type":10,"tag":239,"props":6003,"children":6004},{"style":257},[6005],{"type":15,"value":2762},{"type":10,"tag":239,"props":6007,"children":6008},{"style":2620},[6009],{"type":15,"value":6010}," // pointer to codec-specific picture information structure\n",{"type":10,"tag":239,"props":6012,"children":6013},{"class":241,"line":2348},[6014,6018,6022,6026],{"type":10,"tag":239,"props":6015,"children":6016},{"style":257},[6017],{"type":15,"value":4933},{"type":10,"tag":239,"props":6019,"children":6020},{"style":246},[6021],{"type":15,"value":2071},{"type":10,"tag":239,"props":6023,"children":6024},{"style":2139},[6025],{"type":15,"value":2265},{"type":10,"tag":239,"props":6027,"children":6028},{"style":257},[6029],{"type":15,"value":655},{"type":10,"tag":239,"props":6031,"children":6032},{"class":241,"line":2356},[6033,6038,6042],{"type":10,"tag":239,"props":6034,"children":6035},{"style":257},[6036],{"type":15,"value":6037}," .srcBuffer ",{"type":10,"tag":239,"props":6039,"children":6040},{"style":246},[6041],{"type":15,"value":2071},{"type":10,"tag":239,"props":6043,"children":6044},{"style":257},[6045],{"type":15,"value":6046}," bitstreamBuffer,\n",{"type":10,"tag":239,"props":6048,"children":6049},{"class":241,"line":2378},[6050,6055,6059,6063],{"type":10,"tag":239,"props":6051,"children":6052},{"style":257},[6053],{"type":15,"value":6054}," .srcBufferOffset ",{"type":10,"tag":239,"props":6056,"children":6057},{"style":246},[6058],{"type":15,"value":2071},{"type":10,"tag":239,"props":6060,"children":6061},{"style":257},[6062],{"type":15,"value":2762},{"type":10,"tag":239,"props":6064,"children":6065},{"style":2620},[6066],{"type":15,"value":6067}," // offset of picture data in the video bitstream buffer\n",{"type":10,"tag":239,"props":6069,"children":6070},{"class":241,"line":2387},[6071,6076,6080,6084],{"type":10,"tag":239,"props":6072,"children":6073},{"style":257},[6074],{"type":15,"value":6075}," .srcBufferRange ",{"type":10,"tag":239,"props":6077,"children":6078},{"style":246},[6079],{"type":15,"value":2071},{"type":10,"tag":239,"props":6081,"children":6082},{"style":257},[6083],{"type":15,"value":2762},{"type":10,"tag":239,"props":6085,"children":6086},{"style":2620},[6087],{"type":15,"value":6088}," // size of picture data in the video bitstream buffer\n",{"type":10,"tag":239,"props":6090,"children":6091},{"class":241,"line":2395},[6092,6097,6101],{"type":10,"tag":239,"props":6093,"children":6094},{"style":257},[6095],{"type":15,"value":6096}," .dstPictureResource ",{"type":10,"tag":239,"props":6098,"children":6099},{"style":246},[6100],{"type":15,"value":2071},{"type":10,"tag":239,"props":6102,"children":6103},{"style":257},[6104],{"type":15,"value":6105}," decodeOutputPictureResource,\n",{"type":10,"tag":239,"props":6107,"children":6108},{"class":241,"line":2420},[6109,6114,6118,6122],{"type":10,"tag":239,"props":6110,"children":6111},{"style":257},[6112],{"type":15,"value":6113}," .pSetupReferenceSlot ",{"type":10,"tag":239,"props":6115,"children":6116},{"style":246},[6117],{"type":15,"value":2071},{"type":10,"tag":239,"props":6119,"children":6120},{"style":2139},[6121],{"type":15,"value":3297},{"type":10,"tag":239,"props":6123,"children":6124},{"style":257},[6125],{"type":15,"value":655},{"type":10,"tag":239,"props":6127,"children":6128},{"class":241,"line":2428},[6129,6134,6138,6142],{"type":10,"tag":239,"props":6130,"children":6131},{"style":257},[6132],{"type":15,"value":6133}," .referenceSlotCount ",{"type":10,"tag":239,"props":6135,"children":6136},{"style":246},[6137],{"type":15,"value":2071},{"type":10,"tag":239,"props":6139,"children":6140},{"style":2139},[6141],{"type":15,"value":2265},{"type":10,"tag":239,"props":6143,"children":6144},{"style":257},[6145],{"type":15,"value":655},{"type":10,"tag":239,"props":6147,"children":6148},{"class":241,"line":2468},[6149,6154,6158],{"type":10,"tag":239,"props":6150,"children":6151},{"style":257},[6152],{"type":15,"value":6153}," .pReferenceSlots ",{"type":10,"tag":239,"props":6155,"children":6156},{"style":246},[6157],{"type":15,"value":2071},{"type":10,"tag":239,"props":6159,"children":6160},{"style":2139},[6161],{"type":15,"value":6162}," NULL\n",{"type":10,"tag":239,"props":6164,"children":6165},{"class":241,"line":2515},[6166],{"type":10,"tag":239,"props":6167,"children":6168},{"style":257},[6169],{"type":15,"value":2792},{"type":10,"tag":239,"props":6171,"children":6172},{"class":241,"line":2555},[6173],{"type":10,"tag":239,"props":6174,"children":6175},{"emptyLinePlaceholder":2107},[6176],{"type":15,"value":2110},{"type":10,"tag":239,"props":6178,"children":6179},{"class":241,"line":2569},[6180,6184,6189,6193,6198],{"type":10,"tag":239,"props":6181,"children":6182},{"style":628},[6183],{"type":15,"value":631},{"type":10,"tag":239,"props":6185,"children":6186},{"style":257},[6187],{"type":15,"value":6188},"(commandBuffer, ",{"type":10,"tag":239,"props":6190,"children":6191},{"style":246},[6192],{"type":15,"value":2127},{"type":10,"tag":239,"props":6194,"children":6195},{"style":647},[6196],{"type":15,"value":6197},"decodeInfo",{"type":10,"tag":239,"props":6199,"children":6200},{"style":257},[6201],{"type":15,"value":682},{"type":10,"tag":239,"props":6203,"children":6204},{"class":241,"line":2578},[6205],{"type":10,"tag":239,"props":6206,"children":6207},{"emptyLinePlaceholder":2107},[6208],{"type":15,"value":2110},{"type":10,"tag":239,"props":6210,"children":6211},{"class":241,"line":2586},[6212,6216],{"type":10,"tag":239,"props":6213,"children":6214},{"style":628},[6215],{"type":15,"value":2038},{"type":10,"tag":239,"props":6217,"children":6218},{"style":257},[6219],{"type":15,"value":5807},{"type":10,"tag":116,"props":6221,"children":6223},{"id":6222},"_record_decode_operation_with_reconstructed_picture_information_distinct_mode",[6224],{"type":15,"value":6225},"Record decode operation with reconstructed picture information (DISTINCT mode)",{"type":10,"tag":228,"props":6227,"children":6229},{"className":230,"code":6228,"language":232,"meta":233,"style":233},"// Bound reference resource list provided has to include reconstructed picture resource\nvkCmdBeginVideoCodingKHR(commandBuffer, ...);\n\nVkVideoPictureResourceInfoKHR decodeOutputPictureResource = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n .pNext = NULL,\n .codedOffset = ... // offset within the image subresource (typically { 0, 0 })\n .codedExtent = ... // extent of decoded picture (typically the video frame size)\n .baseArrayLayer = 0,\n .imageViewBinding = outputImageView\n};\n\nVkVideoPictureResourceInfoKHR reconstructedPictureResource = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n .pNext = NULL,\n .codedOffset = ... // offset within the image subresource (typically { 0, 0 })\n .codedExtent = ... // extent of reconstructed picture (typically the video frame size)\n .baseArrayLayer = ... // layer to use for setup picture in DPB\n .imageViewBinding = dpbImageView\n};\n\nVkVideoReferenceSlotInfoKHR setupSlotInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR,\n .pNext = ... // pointer to codec-specific reconstructed picture information structure\n .slotIndex = ... // DPB slot index to use with the reconstructed picture\n // (optionally activated per the codec-specific semantics)\n .pPictureResource = &reconstructedPictureResource\n};\n\nVkVideoDecodeInfoKHR decodeInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR,\n .pNext = ... // pointer to codec-specific picture information structure\n ...\n .dstPictureResource = decodeOutputPictureResource,\n .pSetupReferenceSlot = &setupSlotInfo,\n ...\n};\n\nvkCmdDecodeVideoKHR(commandBuffer, &decodeInfo);\n\nvkCmdEndVideoCodingKHR(commandBuffer, ...);\n",[6230],{"type":10,"tag":89,"props":6231,"children":6232},{"__ignoreMap":233},[6233,6241,6252,6259,6274,6289,6308,6327,6346,6365,6380,6387,6394,6410,6425,6444,6463,6483,6503,6519,6526,6533,6549,6565,6585,6606,6614,6635,6642,6649,6664,6679,6698,6705,6720,6740,6747,6754,6761,6784,6791],{"type":10,"tag":239,"props":6234,"children":6235},{"class":241,"line":242},[6236],{"type":10,"tag":239,"props":6237,"children":6238},{"style":2620},[6239],{"type":15,"value":6240},"// Bound reference resource list provided has to include reconstructed picture resource\n",{"type":10,"tag":239,"props":6242,"children":6243},{"class":241,"line":263},[6244,6248],{"type":10,"tag":239,"props":6245,"children":6246},{"style":628},[6247],{"type":15,"value":1941},{"type":10,"tag":239,"props":6249,"children":6250},{"style":257},[6251],{"type":15,"value":5807},{"type":10,"tag":239,"props":6253,"children":6254},{"class":241,"line":272},[6255],{"type":10,"tag":239,"props":6256,"children":6257},{"emptyLinePlaceholder":2107},[6258],{"type":15,"value":2110},{"type":10,"tag":239,"props":6260,"children":6261},{"class":241,"line":291},[6262,6266,6270],{"type":10,"tag":239,"props":6263,"children":6264},{"style":257},[6265],{"type":15,"value":5822},{"type":10,"tag":239,"props":6267,"children":6268},{"style":246},[6269],{"type":15,"value":2071},{"type":10,"tag":239,"props":6271,"children":6272},{"style":257},[6273],{"type":15,"value":2651},{"type":10,"tag":239,"props":6275,"children":6276},{"class":241,"line":300},[6277,6281,6285],{"type":10,"tag":239,"props":6278,"children":6279},{"style":257},[6280],{"type":15,"value":2736},{"type":10,"tag":239,"props":6282,"children":6283},{"style":246},[6284],{"type":15,"value":2071},{"type":10,"tag":239,"props":6286,"children":6287},{"style":257},[6288],{"type":15,"value":5846},{"type":10,"tag":239,"props":6290,"children":6291},{"class":241,"line":753},[6292,6296,6300,6304],{"type":10,"tag":239,"props":6293,"children":6294},{"style":257},[6295],{"type":15,"value":2753},{"type":10,"tag":239,"props":6297,"children":6298},{"style":246},[6299],{"type":15,"value":2071},{"type":10,"tag":239,"props":6301,"children":6302},{"style":2139},[6303],{"type":15,"value":3297},{"type":10,"tag":239,"props":6305,"children":6306},{"style":257},[6307],{"type":15,"value":655},{"type":10,"tag":239,"props":6309,"children":6310},{"class":241,"line":762},[6311,6315,6319,6323],{"type":10,"tag":239,"props":6312,"children":6313},{"style":257},[6314],{"type":15,"value":5873},{"type":10,"tag":239,"props":6316,"children":6317},{"style":246},[6318],{"type":15,"value":2071},{"type":10,"tag":239,"props":6320,"children":6321},{"style":257},[6322],{"type":15,"value":2762},{"type":10,"tag":239,"props":6324,"children":6325},{"style":2620},[6326],{"type":15,"value":5886},{"type":10,"tag":239,"props":6328,"children":6329},{"class":241,"line":771},[6330,6334,6338,6342],{"type":10,"tag":239,"props":6331,"children":6332},{"style":257},[6333],{"type":15,"value":5894},{"type":10,"tag":239,"props":6335,"children":6336},{"style":246},[6337],{"type":15,"value":2071},{"type":10,"tag":239,"props":6339,"children":6340},{"style":257},[6341],{"type":15,"value":2762},{"type":10,"tag":239,"props":6343,"children":6344},{"style":2620},[6345],{"type":15,"value":5907},{"type":10,"tag":239,"props":6347,"children":6348},{"class":241,"line":780},[6349,6353,6357,6361],{"type":10,"tag":239,"props":6350,"children":6351},{"style":257},[6352],{"type":15,"value":5915},{"type":10,"tag":239,"props":6354,"children":6355},{"style":246},[6356],{"type":15,"value":2071},{"type":10,"tag":239,"props":6358,"children":6359},{"style":2139},[6360],{"type":15,"value":2265},{"type":10,"tag":239,"props":6362,"children":6363},{"style":257},[6364],{"type":15,"value":655},{"type":10,"tag":239,"props":6366,"children":6367},{"class":241,"line":802},[6368,6372,6376],{"type":10,"tag":239,"props":6369,"children":6370},{"style":257},[6371],{"type":15,"value":5935},{"type":10,"tag":239,"props":6373,"children":6374},{"style":246},[6375],{"type":15,"value":2071},{"type":10,"tag":239,"props":6377,"children":6378},{"style":257},[6379],{"type":15,"value":5944},{"type":10,"tag":239,"props":6381,"children":6382},{"class":241,"line":816},[6383],{"type":10,"tag":239,"props":6384,"children":6385},{"style":257},[6386],{"type":15,"value":2792},{"type":10,"tag":239,"props":6388,"children":6389},{"class":241,"line":837},[6390],{"type":10,"tag":239,"props":6391,"children":6392},{"emptyLinePlaceholder":2107},[6393],{"type":15,"value":2110},{"type":10,"tag":239,"props":6395,"children":6396},{"class":241,"line":2293},[6397,6402,6406],{"type":10,"tag":239,"props":6398,"children":6399},{"style":257},[6400],{"type":15,"value":6401},"VkVideoPictureResourceInfoKHR reconstructedPictureResource ",{"type":10,"tag":239,"props":6403,"children":6404},{"style":246},[6405],{"type":15,"value":2071},{"type":10,"tag":239,"props":6407,"children":6408},{"style":257},[6409],{"type":15,"value":2651},{"type":10,"tag":239,"props":6411,"children":6412},{"class":241,"line":2316},[6413,6417,6421],{"type":10,"tag":239,"props":6414,"children":6415},{"style":257},[6416],{"type":15,"value":2736},{"type":10,"tag":239,"props":6418,"children":6419},{"style":246},[6420],{"type":15,"value":2071},{"type":10,"tag":239,"props":6422,"children":6423},{"style":257},[6424],{"type":15,"value":5846},{"type":10,"tag":239,"props":6426,"children":6427},{"class":241,"line":2348},[6428,6432,6436,6440],{"type":10,"tag":239,"props":6429,"children":6430},{"style":257},[6431],{"type":15,"value":2753},{"type":10,"tag":239,"props":6433,"children":6434},{"style":246},[6435],{"type":15,"value":2071},{"type":10,"tag":239,"props":6437,"children":6438},{"style":2139},[6439],{"type":15,"value":3297},{"type":10,"tag":239,"props":6441,"children":6442},{"style":257},[6443],{"type":15,"value":655},{"type":10,"tag":239,"props":6445,"children":6446},{"class":241,"line":2356},[6447,6451,6455,6459],{"type":10,"tag":239,"props":6448,"children":6449},{"style":257},[6450],{"type":15,"value":5873},{"type":10,"tag":239,"props":6452,"children":6453},{"style":246},[6454],{"type":15,"value":2071},{"type":10,"tag":239,"props":6456,"children":6457},{"style":257},[6458],{"type":15,"value":2762},{"type":10,"tag":239,"props":6460,"children":6461},{"style":2620},[6462],{"type":15,"value":5886},{"type":10,"tag":239,"props":6464,"children":6465},{"class":241,"line":2378},[6466,6470,6474,6478],{"type":10,"tag":239,"props":6467,"children":6468},{"style":257},[6469],{"type":15,"value":5894},{"type":10,"tag":239,"props":6471,"children":6472},{"style":246},[6473],{"type":15,"value":2071},{"type":10,"tag":239,"props":6475,"children":6476},{"style":257},[6477],{"type":15,"value":2762},{"type":10,"tag":239,"props":6479,"children":6480},{"style":2620},[6481],{"type":15,"value":6482}," // extent of reconstructed picture (typically the video frame size)\n",{"type":10,"tag":239,"props":6484,"children":6485},{"class":241,"line":2387},[6486,6490,6494,6498],{"type":10,"tag":239,"props":6487,"children":6488},{"style":257},[6489],{"type":15,"value":5915},{"type":10,"tag":239,"props":6491,"children":6492},{"style":246},[6493],{"type":15,"value":2071},{"type":10,"tag":239,"props":6495,"children":6496},{"style":257},[6497],{"type":15,"value":2762},{"type":10,"tag":239,"props":6499,"children":6500},{"style":2620},[6501],{"type":15,"value":6502}," // layer to use for setup picture in DPB\n",{"type":10,"tag":239,"props":6504,"children":6505},{"class":241,"line":2395},[6506,6510,6514],{"type":10,"tag":239,"props":6507,"children":6508},{"style":257},[6509],{"type":15,"value":5935},{"type":10,"tag":239,"props":6511,"children":6512},{"style":246},[6513],{"type":15,"value":2071},{"type":10,"tag":239,"props":6515,"children":6516},{"style":257},[6517],{"type":15,"value":6518}," dpbImageView\n",{"type":10,"tag":239,"props":6520,"children":6521},{"class":241,"line":2420},[6522],{"type":10,"tag":239,"props":6523,"children":6524},{"style":257},[6525],{"type":15,"value":2792},{"type":10,"tag":239,"props":6527,"children":6528},{"class":241,"line":2428},[6529],{"type":10,"tag":239,"props":6530,"children":6531},{"emptyLinePlaceholder":2107},[6532],{"type":15,"value":2110},{"type":10,"tag":239,"props":6534,"children":6535},{"class":241,"line":2468},[6536,6541,6545],{"type":10,"tag":239,"props":6537,"children":6538},{"style":257},[6539],{"type":15,"value":6540},"VkVideoReferenceSlotInfoKHR setupSlotInfo ",{"type":10,"tag":239,"props":6542,"children":6543},{"style":246},[6544],{"type":15,"value":2071},{"type":10,"tag":239,"props":6546,"children":6547},{"style":257},[6548],{"type":15,"value":2651},{"type":10,"tag":239,"props":6550,"children":6551},{"class":241,"line":2515},[6552,6556,6560],{"type":10,"tag":239,"props":6553,"children":6554},{"style":257},[6555],{"type":15,"value":2736},{"type":10,"tag":239,"props":6557,"children":6558},{"style":246},[6559],{"type":15,"value":2071},{"type":10,"tag":239,"props":6561,"children":6562},{"style":257},[6563],{"type":15,"value":6564}," VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR,\n",{"type":10,"tag":239,"props":6566,"children":6567},{"class":241,"line":2555},[6568,6572,6576,6580],{"type":10,"tag":239,"props":6569,"children":6570},{"style":257},[6571],{"type":15,"value":2753},{"type":10,"tag":239,"props":6573,"children":6574},{"style":246},[6575],{"type":15,"value":2071},{"type":10,"tag":239,"props":6577,"children":6578},{"style":257},[6579],{"type":15,"value":2762},{"type":10,"tag":239,"props":6581,"children":6582},{"style":2620},[6583],{"type":15,"value":6584}," // pointer to codec-specific reconstructed picture information structure\n",{"type":10,"tag":239,"props":6586,"children":6587},{"class":241,"line":2569},[6588,6593,6597,6601],{"type":10,"tag":239,"props":6589,"children":6590},{"style":257},[6591],{"type":15,"value":6592}," .slotIndex ",{"type":10,"tag":239,"props":6594,"children":6595},{"style":246},[6596],{"type":15,"value":2071},{"type":10,"tag":239,"props":6598,"children":6599},{"style":257},[6600],{"type":15,"value":2762},{"type":10,"tag":239,"props":6602,"children":6603},{"style":2620},[6604],{"type":15,"value":6605}," // DPB slot index to use with the reconstructed picture\n",{"type":10,"tag":239,"props":6607,"children":6608},{"class":241,"line":2578},[6609],{"type":10,"tag":239,"props":6610,"children":6611},{"style":2620},[6612],{"type":15,"value":6613}," // (optionally activated per the codec-specific semantics)\n",{"type":10,"tag":239,"props":6615,"children":6616},{"class":241,"line":2586},[6617,6622,6626,6630],{"type":10,"tag":239,"props":6618,"children":6619},{"style":257},[6620],{"type":15,"value":6621}," .pPictureResource ",{"type":10,"tag":239,"props":6623,"children":6624},{"style":246},[6625],{"type":15,"value":2071},{"type":10,"tag":239,"props":6627,"children":6628},{"style":246},[6629],{"type":15,"value":2335},{"type":10,"tag":239,"props":6631,"children":6632},{"style":257},[6633],{"type":15,"value":6634},"reconstructedPictureResource\n",{"type":10,"tag":239,"props":6636,"children":6637},{"class":241,"line":2594},[6638],{"type":10,"tag":239,"props":6639,"children":6640},{"style":257},[6641],{"type":15,"value":2792},{"type":10,"tag":239,"props":6643,"children":6644},{"class":241,"line":2616},[6645],{"type":10,"tag":239,"props":6646,"children":6647},{"emptyLinePlaceholder":2107},[6648],{"type":15,"value":2110},{"type":10,"tag":239,"props":6650,"children":6651},{"class":241,"line":2626},[6652,6656,6660],{"type":10,"tag":239,"props":6653,"children":6654},{"style":257},[6655],{"type":15,"value":5966},{"type":10,"tag":239,"props":6657,"children":6658},{"style":246},[6659],{"type":15,"value":2071},{"type":10,"tag":239,"props":6661,"children":6662},{"style":257},[6663],{"type":15,"value":2651},{"type":10,"tag":239,"props":6665,"children":6666},{"class":241,"line":2635},[6667,6671,6675],{"type":10,"tag":239,"props":6668,"children":6669},{"style":257},[6670],{"type":15,"value":2736},{"type":10,"tag":239,"props":6672,"children":6673},{"style":246},[6674],{"type":15,"value":2071},{"type":10,"tag":239,"props":6676,"children":6677},{"style":257},[6678],{"type":15,"value":5990},{"type":10,"tag":239,"props":6680,"children":6681},{"class":241,"line":2654},[6682,6686,6690,6694],{"type":10,"tag":239,"props":6683,"children":6684},{"style":257},[6685],{"type":15,"value":2753},{"type":10,"tag":239,"props":6687,"children":6688},{"style":246},[6689],{"type":15,"value":2071},{"type":10,"tag":239,"props":6691,"children":6692},{"style":257},[6693],{"type":15,"value":2762},{"type":10,"tag":239,"props":6695,"children":6696},{"style":2620},[6697],{"type":15,"value":6010},{"type":10,"tag":239,"props":6699,"children":6700},{"class":241,"line":2663},[6701],{"type":10,"tag":239,"props":6702,"children":6703},{"style":257},[6704],{"type":15,"value":2632},{"type":10,"tag":239,"props":6706,"children":6707},{"class":241,"line":2671},[6708,6712,6716],{"type":10,"tag":239,"props":6709,"children":6710},{"style":257},[6711],{"type":15,"value":6096},{"type":10,"tag":239,"props":6713,"children":6714},{"style":246},[6715],{"type":15,"value":2071},{"type":10,"tag":239,"props":6717,"children":6718},{"style":257},[6719],{"type":15,"value":6105},{"type":10,"tag":239,"props":6721,"children":6722},{"class":241,"line":3178},[6723,6727,6731,6735],{"type":10,"tag":239,"props":6724,"children":6725},{"style":257},[6726],{"type":15,"value":6113},{"type":10,"tag":239,"props":6728,"children":6729},{"style":246},[6730],{"type":15,"value":2071},{"type":10,"tag":239,"props":6732,"children":6733},{"style":246},[6734],{"type":15,"value":2335},{"type":10,"tag":239,"props":6736,"children":6737},{"style":257},[6738],{"type":15,"value":6739},"setupSlotInfo,\n",{"type":10,"tag":239,"props":6741,"children":6742},{"class":241,"line":3187},[6743],{"type":10,"tag":239,"props":6744,"children":6745},{"style":257},[6746],{"type":15,"value":2632},{"type":10,"tag":239,"props":6748,"children":6749},{"class":241,"line":3195},[6750],{"type":10,"tag":239,"props":6751,"children":6752},{"style":257},[6753],{"type":15,"value":2792},{"type":10,"tag":239,"props":6755,"children":6756},{"class":241,"line":3814},[6757],{"type":10,"tag":239,"props":6758,"children":6759},{"emptyLinePlaceholder":2107},[6760],{"type":15,"value":2110},{"type":10,"tag":239,"props":6762,"children":6763},{"class":241,"line":3823},[6764,6768,6772,6776,6780],{"type":10,"tag":239,"props":6765,"children":6766},{"style":628},[6767],{"type":15,"value":631},{"type":10,"tag":239,"props":6769,"children":6770},{"style":257},[6771],{"type":15,"value":6188},{"type":10,"tag":239,"props":6773,"children":6774},{"style":246},[6775],{"type":15,"value":2127},{"type":10,"tag":239,"props":6777,"children":6778},{"style":647},[6779],{"type":15,"value":6197},{"type":10,"tag":239,"props":6781,"children":6782},{"style":257},[6783],{"type":15,"value":682},{"type":10,"tag":239,"props":6785,"children":6786},{"class":241,"line":3832},[6787],{"type":10,"tag":239,"props":6788,"children":6789},{"emptyLinePlaceholder":2107},[6790],{"type":15,"value":2110},{"type":10,"tag":239,"props":6792,"children":6793},{"class":241,"line":3872},[6794,6798],{"type":10,"tag":239,"props":6795,"children":6796},{"style":628},[6797],{"type":15,"value":2038},{"type":10,"tag":239,"props":6799,"children":6800},{"style":257},[6801],{"type":15,"value":5807},{"type":10,"tag":116,"props":6803,"children":6805},{"id":6804},"_record_decode_operation_with_reconstructed_picture_information_coincide_mode",[6806],{"type":15,"value":6807},"Record decode operation with reconstructed picture information (COINCIDE mode)",{"type":10,"tag":228,"props":6809,"children":6811},{"className":230,"code":6810,"language":232,"meta":233,"style":233},"// Bound reference resource list provided has to include reconstructed picture resource\nvkCmdBeginVideoCodingKHR(commandBuffer, ...);\n\nVkVideoPictureResourceInfoKHR reconstructedPictureResource = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n .pNext = NULL,\n .codedOffset = ... // offset within the image subresource (typically { 0, 0 })\n .codedExtent = ... // extent of decoded picture (typically the video frame size)\n .baseArrayLayer = ... // layer to use for setup picture in DPB\n .imageViewBinding = dpbImageView\n};\n\nVkVideoReferenceSlotInfoKHR setupSlotInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR,\n .pNext = ... // pointer to codec-specific reconstructed picture information structure\n .slotIndex = ... // DPB slot index to use with the reconstructed picture\n // (optionally activated per the codec-specific semantics)\n .pPictureResource = &reconstructedPictureResource\n};\n\nVkVideoDecodeInfoKHR decodeInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR,\n .pNext = ... // pointer to codec-specific picture information structure\n ...\n .dstPictureResource = reconstructedPictureResource,\n .pSetupReferenceSlot = &setupSlotInfo,\n ...\n};\n\nvkCmdDecodeVideoKHR(commandBuffer, &decodeInfo);\n\nvkCmdEndVideoCodingKHR(commandBuffer, ...);\n",[6812],{"type":10,"tag":89,"props":6813,"children":6814},{"__ignoreMap":233},[6815,6822,6833,6840,6855,6870,6889,6908,6927,6946,6961,6968,6975,6990,7005,7024,7043,7050,7069,7076,7083,7098,7113,7132,7139,7155,7174,7181,7188,7195,7218,7225],{"type":10,"tag":239,"props":6816,"children":6817},{"class":241,"line":242},[6818],{"type":10,"tag":239,"props":6819,"children":6820},{"style":2620},[6821],{"type":15,"value":6240},{"type":10,"tag":239,"props":6823,"children":6824},{"class":241,"line":263},[6825,6829],{"type":10,"tag":239,"props":6826,"children":6827},{"style":628},[6828],{"type":15,"value":1941},{"type":10,"tag":239,"props":6830,"children":6831},{"style":257},[6832],{"type":15,"value":5807},{"type":10,"tag":239,"props":6834,"children":6835},{"class":241,"line":272},[6836],{"type":10,"tag":239,"props":6837,"children":6838},{"emptyLinePlaceholder":2107},[6839],{"type":15,"value":2110},{"type":10,"tag":239,"props":6841,"children":6842},{"class":241,"line":291},[6843,6847,6851],{"type":10,"tag":239,"props":6844,"children":6845},{"style":257},[6846],{"type":15,"value":6401},{"type":10,"tag":239,"props":6848,"children":6849},{"style":246},[6850],{"type":15,"value":2071},{"type":10,"tag":239,"props":6852,"children":6853},{"style":257},[6854],{"type":15,"value":2651},{"type":10,"tag":239,"props":6856,"children":6857},{"class":241,"line":300},[6858,6862,6866],{"type":10,"tag":239,"props":6859,"children":6860},{"style":257},[6861],{"type":15,"value":2736},{"type":10,"tag":239,"props":6863,"children":6864},{"style":246},[6865],{"type":15,"value":2071},{"type":10,"tag":239,"props":6867,"children":6868},{"style":257},[6869],{"type":15,"value":5846},{"type":10,"tag":239,"props":6871,"children":6872},{"class":241,"line":753},[6873,6877,6881,6885],{"type":10,"tag":239,"props":6874,"children":6875},{"style":257},[6876],{"type":15,"value":2753},{"type":10,"tag":239,"props":6878,"children":6879},{"style":246},[6880],{"type":15,"value":2071},{"type":10,"tag":239,"props":6882,"children":6883},{"style":2139},[6884],{"type":15,"value":3297},{"type":10,"tag":239,"props":6886,"children":6887},{"style":257},[6888],{"type":15,"value":655},{"type":10,"tag":239,"props":6890,"children":6891},{"class":241,"line":762},[6892,6896,6900,6904],{"type":10,"tag":239,"props":6893,"children":6894},{"style":257},[6895],{"type":15,"value":5873},{"type":10,"tag":239,"props":6897,"children":6898},{"style":246},[6899],{"type":15,"value":2071},{"type":10,"tag":239,"props":6901,"children":6902},{"style":257},[6903],{"type":15,"value":2762},{"type":10,"tag":239,"props":6905,"children":6906},{"style":2620},[6907],{"type":15,"value":5886},{"type":10,"tag":239,"props":6909,"children":6910},{"class":241,"line":771},[6911,6915,6919,6923],{"type":10,"tag":239,"props":6912,"children":6913},{"style":257},[6914],{"type":15,"value":5894},{"type":10,"tag":239,"props":6916,"children":6917},{"style":246},[6918],{"type":15,"value":2071},{"type":10,"tag":239,"props":6920,"children":6921},{"style":257},[6922],{"type":15,"value":2762},{"type":10,"tag":239,"props":6924,"children":6925},{"style":2620},[6926],{"type":15,"value":5907},{"type":10,"tag":239,"props":6928,"children":6929},{"class":241,"line":780},[6930,6934,6938,6942],{"type":10,"tag":239,"props":6931,"children":6932},{"style":257},[6933],{"type":15,"value":5915},{"type":10,"tag":239,"props":6935,"children":6936},{"style":246},[6937],{"type":15,"value":2071},{"type":10,"tag":239,"props":6939,"children":6940},{"style":257},[6941],{"type":15,"value":2762},{"type":10,"tag":239,"props":6943,"children":6944},{"style":2620},[6945],{"type":15,"value":6502},{"type":10,"tag":239,"props":6947,"children":6948},{"class":241,"line":802},[6949,6953,6957],{"type":10,"tag":239,"props":6950,"children":6951},{"style":257},[6952],{"type":15,"value":5935},{"type":10,"tag":239,"props":6954,"children":6955},{"style":246},[6956],{"type":15,"value":2071},{"type":10,"tag":239,"props":6958,"children":6959},{"style":257},[6960],{"type":15,"value":6518},{"type":10,"tag":239,"props":6962,"children":6963},{"class":241,"line":816},[6964],{"type":10,"tag":239,"props":6965,"children":6966},{"style":257},[6967],{"type":15,"value":2792},{"type":10,"tag":239,"props":6969,"children":6970},{"class":241,"line":837},[6971],{"type":10,"tag":239,"props":6972,"children":6973},{"emptyLinePlaceholder":2107},[6974],{"type":15,"value":2110},{"type":10,"tag":239,"props":6976,"children":6977},{"class":241,"line":2293},[6978,6982,6986],{"type":10,"tag":239,"props":6979,"children":6980},{"style":257},[6981],{"type":15,"value":6540},{"type":10,"tag":239,"props":6983,"children":6984},{"style":246},[6985],{"type":15,"value":2071},{"type":10,"tag":239,"props":6987,"children":6988},{"style":257},[6989],{"type":15,"value":2651},{"type":10,"tag":239,"props":6991,"children":6992},{"class":241,"line":2316},[6993,6997,7001],{"type":10,"tag":239,"props":6994,"children":6995},{"style":257},[6996],{"type":15,"value":2736},{"type":10,"tag":239,"props":6998,"children":6999},{"style":246},[7000],{"type":15,"value":2071},{"type":10,"tag":239,"props":7002,"children":7003},{"style":257},[7004],{"type":15,"value":6564},{"type":10,"tag":239,"props":7006,"children":7007},{"class":241,"line":2348},[7008,7012,7016,7020],{"type":10,"tag":239,"props":7009,"children":7010},{"style":257},[7011],{"type":15,"value":2753},{"type":10,"tag":239,"props":7013,"children":7014},{"style":246},[7015],{"type":15,"value":2071},{"type":10,"tag":239,"props":7017,"children":7018},{"style":257},[7019],{"type":15,"value":2762},{"type":10,"tag":239,"props":7021,"children":7022},{"style":2620},[7023],{"type":15,"value":6584},{"type":10,"tag":239,"props":7025,"children":7026},{"class":241,"line":2356},[7027,7031,7035,7039],{"type":10,"tag":239,"props":7028,"children":7029},{"style":257},[7030],{"type":15,"value":6592},{"type":10,"tag":239,"props":7032,"children":7033},{"style":246},[7034],{"type":15,"value":2071},{"type":10,"tag":239,"props":7036,"children":7037},{"style":257},[7038],{"type":15,"value":2762},{"type":10,"tag":239,"props":7040,"children":7041},{"style":2620},[7042],{"type":15,"value":6605},{"type":10,"tag":239,"props":7044,"children":7045},{"class":241,"line":2378},[7046],{"type":10,"tag":239,"props":7047,"children":7048},{"style":2620},[7049],{"type":15,"value":6613},{"type":10,"tag":239,"props":7051,"children":7052},{"class":241,"line":2387},[7053,7057,7061,7065],{"type":10,"tag":239,"props":7054,"children":7055},{"style":257},[7056],{"type":15,"value":6621},{"type":10,"tag":239,"props":7058,"children":7059},{"style":246},[7060],{"type":15,"value":2071},{"type":10,"tag":239,"props":7062,"children":7063},{"style":246},[7064],{"type":15,"value":2335},{"type":10,"tag":239,"props":7066,"children":7067},{"style":257},[7068],{"type":15,"value":6634},{"type":10,"tag":239,"props":7070,"children":7071},{"class":241,"line":2395},[7072],{"type":10,"tag":239,"props":7073,"children":7074},{"style":257},[7075],{"type":15,"value":2792},{"type":10,"tag":239,"props":7077,"children":7078},{"class":241,"line":2420},[7079],{"type":10,"tag":239,"props":7080,"children":7081},{"emptyLinePlaceholder":2107},[7082],{"type":15,"value":2110},{"type":10,"tag":239,"props":7084,"children":7085},{"class":241,"line":2428},[7086,7090,7094],{"type":10,"tag":239,"props":7087,"children":7088},{"style":257},[7089],{"type":15,"value":5966},{"type":10,"tag":239,"props":7091,"children":7092},{"style":246},[7093],{"type":15,"value":2071},{"type":10,"tag":239,"props":7095,"children":7096},{"style":257},[7097],{"type":15,"value":2651},{"type":10,"tag":239,"props":7099,"children":7100},{"class":241,"line":2468},[7101,7105,7109],{"type":10,"tag":239,"props":7102,"children":7103},{"style":257},[7104],{"type":15,"value":2736},{"type":10,"tag":239,"props":7106,"children":7107},{"style":246},[7108],{"type":15,"value":2071},{"type":10,"tag":239,"props":7110,"children":7111},{"style":257},[7112],{"type":15,"value":5990},{"type":10,"tag":239,"props":7114,"children":7115},{"class":241,"line":2515},[7116,7120,7124,7128],{"type":10,"tag":239,"props":7117,"children":7118},{"style":257},[7119],{"type":15,"value":2753},{"type":10,"tag":239,"props":7121,"children":7122},{"style":246},[7123],{"type":15,"value":2071},{"type":10,"tag":239,"props":7125,"children":7126},{"style":257},[7127],{"type":15,"value":2762},{"type":10,"tag":239,"props":7129,"children":7130},{"style":2620},[7131],{"type":15,"value":6010},{"type":10,"tag":239,"props":7133,"children":7134},{"class":241,"line":2555},[7135],{"type":10,"tag":239,"props":7136,"children":7137},{"style":257},[7138],{"type":15,"value":2632},{"type":10,"tag":239,"props":7140,"children":7141},{"class":241,"line":2569},[7142,7146,7150],{"type":10,"tag":239,"props":7143,"children":7144},{"style":257},[7145],{"type":15,"value":6096},{"type":10,"tag":239,"props":7147,"children":7148},{"style":246},[7149],{"type":15,"value":2071},{"type":10,"tag":239,"props":7151,"children":7152},{"style":257},[7153],{"type":15,"value":7154}," reconstructedPictureResource,\n",{"type":10,"tag":239,"props":7156,"children":7157},{"class":241,"line":2578},[7158,7162,7166,7170],{"type":10,"tag":239,"props":7159,"children":7160},{"style":257},[7161],{"type":15,"value":6113},{"type":10,"tag":239,"props":7163,"children":7164},{"style":246},[7165],{"type":15,"value":2071},{"type":10,"tag":239,"props":7167,"children":7168},{"style":246},[7169],{"type":15,"value":2335},{"type":10,"tag":239,"props":7171,"children":7172},{"style":257},[7173],{"type":15,"value":6739},{"type":10,"tag":239,"props":7175,"children":7176},{"class":241,"line":2586},[7177],{"type":10,"tag":239,"props":7178,"children":7179},{"style":257},[7180],{"type":15,"value":2632},{"type":10,"tag":239,"props":7182,"children":7183},{"class":241,"line":2594},[7184],{"type":10,"tag":239,"props":7185,"children":7186},{"style":257},[7187],{"type":15,"value":2792},{"type":10,"tag":239,"props":7189,"children":7190},{"class":241,"line":2616},[7191],{"type":10,"tag":239,"props":7192,"children":7193},{"emptyLinePlaceholder":2107},[7194],{"type":15,"value":2110},{"type":10,"tag":239,"props":7196,"children":7197},{"class":241,"line":2626},[7198,7202,7206,7210,7214],{"type":10,"tag":239,"props":7199,"children":7200},{"style":628},[7201],{"type":15,"value":631},{"type":10,"tag":239,"props":7203,"children":7204},{"style":257},[7205],{"type":15,"value":6188},{"type":10,"tag":239,"props":7207,"children":7208},{"style":246},[7209],{"type":15,"value":2127},{"type":10,"tag":239,"props":7211,"children":7212},{"style":647},[7213],{"type":15,"value":6197},{"type":10,"tag":239,"props":7215,"children":7216},{"style":257},[7217],{"type":15,"value":682},{"type":10,"tag":239,"props":7219,"children":7220},{"class":241,"line":2635},[7221],{"type":10,"tag":239,"props":7222,"children":7223},{"emptyLinePlaceholder":2107},[7224],{"type":15,"value":2110},{"type":10,"tag":239,"props":7226,"children":7227},{"class":241,"line":2654},[7228,7232],{"type":10,"tag":239,"props":7229,"children":7230},{"style":628},[7231],{"type":15,"value":2038},{"type":10,"tag":239,"props":7233,"children":7234},{"style":257},[7235],{"type":15,"value":5807},{"type":10,"tag":116,"props":7237,"children":7239},{"id":7238},"_record_decode_operation_with_reference_picture_list",[7240],{"type":15,"value":7241},"Record decode operation with reference picture list",{"type":10,"tag":228,"props":7243,"children":7245},{"className":230,"code":7244,"language":232,"meta":233,"style":233},"// Bound reference resource list provided has to include all used reference picture resources\nvkCmdBeginVideoCodingKHR(commandBuffer, ...);\n\nVkVideoPictureResourceInfoKHR referencePictureResources[] = {\n {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n .pNext = NULL,\n .codedOffset = ... // offset within the image subresource (typically { 0, 0 })\n .codedExtent = ... // extent of reference picture (typically the video frame size)\n .baseArrayLayer = ... // layer of first reference picture resource\n .imageViewBinding = dpbImageView\n },\n {\n .sType = VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR,\n .pNext = NULL,\n .codedOffset = ... // offset within the image subresource (typically { 0, 0 })\n .codedExtent = ... // extent of reference picture (typically the video frame size)\n .baseArrayLayer = ... // layer of second reference picture resource\n .imageViewBinding = dpbImageView\n },\n ...\n};\n// NOTE: Individual resources do not have to refer to the same image view, e.g. if different\n// image views are created for each picture resource, or if the\n// VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR capability is supported and the\n// application created separate images for the reference pictures.\n\nVkVideoReferenceSlotInfoKHR referenceSlotInfo[] = {\n {\n .sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR,\n .pNext = ... // pointer to codec-specific reference picture information structure\n .slotIndex = ... // DPB slot index of the first reference picture\n .pPictureResource = &referencePictureResource[0]\n },\n {\n .sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR,\n .pNext = ... // pointer to codec-specific reference picture information structure\n .slotIndex = ... // DPB slot index of the second reference picture\n .pPictureResource = &referencePictureResource[1]\n },\n ...\n};\n\nVkVideoDecodeInfoKHR decodeInfo = {\n .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR,\n .pNext = ... // pointer to codec-specific picture information structure\n ...\n .referenceSlotCount = sizeof(referenceSlotInfo) / sizeof(referenceSlotInfo[0]),\n .pReferenceSlots = &referenceSlotInfo[0]\n};\n\nvkCmdDecodeVideoKHR(commandBuffer, &decodeInfo);\n\nvkCmdEndVideoCodingKHR(commandBuffer, ...);\n",[7246],{"type":10,"tag":89,"props":7247,"children":7248},{"__ignoreMap":233},[7249,7257,7268,7275,7297,7305,7321,7341,7361,7382,7403,7419,7427,7434,7449,7468,7487,7506,7526,7541,7548,7555,7562,7570,7578,7586,7594,7601,7621,7628,7643,7663,7684,7720,7727,7734,7749,7768,7788,7820,7827,7834,7841,7848,7863,7878,7897,7904,7957,7988,7995,8002,8025,8032],{"type":10,"tag":239,"props":7250,"children":7251},{"class":241,"line":242},[7252],{"type":10,"tag":239,"props":7253,"children":7254},{"style":2620},[7255],{"type":15,"value":7256},"// Bound reference resource list provided has to include all used reference picture resources\n",{"type":10,"tag":239,"props":7258,"children":7259},{"class":241,"line":263},[7260,7264],{"type":10,"tag":239,"props":7261,"children":7262},{"style":628},[7263],{"type":15,"value":1941},{"type":10,"tag":239,"props":7265,"children":7266},{"style":257},[7267],{"type":15,"value":5807},{"type":10,"tag":239,"props":7269,"children":7270},{"class":241,"line":272},[7271],{"type":10,"tag":239,"props":7272,"children":7273},{"emptyLinePlaceholder":2107},[7274],{"type":15,"value":2110},{"type":10,"tag":239,"props":7276,"children":7277},{"class":241,"line":291},[7278,7283,7288,7293],{"type":10,"tag":239,"props":7279,"children":7280},{"style":257},[7281],{"type":15,"value":7282},"VkVideoPictureResourceInfoKHR referencePictureResources",{"type":10,"tag":239,"props":7284,"children":7285},{"style":246},[7286],{"type":15,"value":7287},"[]",{"type":10,"tag":239,"props":7289,"children":7290},{"style":246},[7291],{"type":15,"value":7292}," =",{"type":10,"tag":239,"props":7294,"children":7295},{"style":257},[7296],{"type":15,"value":2651},{"type":10,"tag":239,"props":7298,"children":7299},{"class":241,"line":300},[7300],{"type":10,"tag":239,"props":7301,"children":7302},{"style":257},[7303],{"type":15,"value":7304}," {\n",{"type":10,"tag":239,"props":7306,"children":7307},{"class":241,"line":753},[7308,7313,7317],{"type":10,"tag":239,"props":7309,"children":7310},{"style":257},[7311],{"type":15,"value":7312}," .sType ",{"type":10,"tag":239,"props":7314,"children":7315},{"style":246},[7316],{"type":15,"value":2071},{"type":10,"tag":239,"props":7318,"children":7319},{"style":257},[7320],{"type":15,"value":5846},{"type":10,"tag":239,"props":7322,"children":7323},{"class":241,"line":762},[7324,7329,7333,7337],{"type":10,"tag":239,"props":7325,"children":7326},{"style":257},[7327],{"type":15,"value":7328}," .pNext ",{"type":10,"tag":239,"props":7330,"children":7331},{"style":246},[7332],{"type":15,"value":2071},{"type":10,"tag":239,"props":7334,"children":7335},{"style":2139},[7336],{"type":15,"value":3297},{"type":10,"tag":239,"props":7338,"children":7339},{"style":257},[7340],{"type":15,"value":655},{"type":10,"tag":239,"props":7342,"children":7343},{"class":241,"line":771},[7344,7349,7353,7357],{"type":10,"tag":239,"props":7345,"children":7346},{"style":257},[7347],{"type":15,"value":7348}," .codedOffset ",{"type":10,"tag":239,"props":7350,"children":7351},{"style":246},[7352],{"type":15,"value":2071},{"type":10,"tag":239,"props":7354,"children":7355},{"style":257},[7356],{"type":15,"value":2762},{"type":10,"tag":239,"props":7358,"children":7359},{"style":2620},[7360],{"type":15,"value":5886},{"type":10,"tag":239,"props":7362,"children":7363},{"class":241,"line":780},[7364,7369,7373,7377],{"type":10,"tag":239,"props":7365,"children":7366},{"style":257},[7367],{"type":15,"value":7368}," .codedExtent ",{"type":10,"tag":239,"props":7370,"children":7371},{"style":246},[7372],{"type":15,"value":2071},{"type":10,"tag":239,"props":7374,"children":7375},{"style":257},[7376],{"type":15,"value":2762},{"type":10,"tag":239,"props":7378,"children":7379},{"style":2620},[7380],{"type":15,"value":7381}," // extent of reference picture (typically the video frame size)\n",{"type":10,"tag":239,"props":7383,"children":7384},{"class":241,"line":802},[7385,7390,7394,7398],{"type":10,"tag":239,"props":7386,"children":7387},{"style":257},[7388],{"type":15,"value":7389}," .baseArrayLayer ",{"type":10,"tag":239,"props":7391,"children":7392},{"style":246},[7393],{"type":15,"value":2071},{"type":10,"tag":239,"props":7395,"children":7396},{"style":257},[7397],{"type":15,"value":2762},{"type":10,"tag":239,"props":7399,"children":7400},{"style":2620},[7401],{"type":15,"value":7402}," // layer of first reference picture resource\n",{"type":10,"tag":239,"props":7404,"children":7405},{"class":241,"line":816},[7406,7411,7415],{"type":10,"tag":239,"props":7407,"children":7408},{"style":257},[7409],{"type":15,"value":7410}," .imageViewBinding ",{"type":10,"tag":239,"props":7412,"children":7413},{"style":246},[7414],{"type":15,"value":2071},{"type":10,"tag":239,"props":7416,"children":7417},{"style":257},[7418],{"type":15,"value":6518},{"type":10,"tag":239,"props":7420,"children":7421},{"class":241,"line":837},[7422],{"type":10,"tag":239,"props":7423,"children":7424},{"style":257},[7425],{"type":15,"value":7426}," },\n",{"type":10,"tag":239,"props":7428,"children":7429},{"class":241,"line":2293},[7430],{"type":10,"tag":239,"props":7431,"children":7432},{"style":257},[7433],{"type":15,"value":7304},{"type":10,"tag":239,"props":7435,"children":7436},{"class":241,"line":2316},[7437,7441,7445],{"type":10,"tag":239,"props":7438,"children":7439},{"style":257},[7440],{"type":15,"value":7312},{"type":10,"tag":239,"props":7442,"children":7443},{"style":246},[7444],{"type":15,"value":2071},{"type":10,"tag":239,"props":7446,"children":7447},{"style":257},[7448],{"type":15,"value":5846},{"type":10,"tag":239,"props":7450,"children":7451},{"class":241,"line":2348},[7452,7456,7460,7464],{"type":10,"tag":239,"props":7453,"children":7454},{"style":257},[7455],{"type":15,"value":7328},{"type":10,"tag":239,"props":7457,"children":7458},{"style":246},[7459],{"type":15,"value":2071},{"type":10,"tag":239,"props":7461,"children":7462},{"style":2139},[7463],{"type":15,"value":3297},{"type":10,"tag":239,"props":7465,"children":7466},{"style":257},[7467],{"type":15,"value":655},{"type":10,"tag":239,"props":7469,"children":7470},{"class":241,"line":2356},[7471,7475,7479,7483],{"type":10,"tag":239,"props":7472,"children":7473},{"style":257},[7474],{"type":15,"value":7348},{"type":10,"tag":239,"props":7476,"children":7477},{"style":246},[7478],{"type":15,"value":2071},{"type":10,"tag":239,"props":7480,"children":7481},{"style":257},[7482],{"type":15,"value":2762},{"type":10,"tag":239,"props":7484,"children":7485},{"style":2620},[7486],{"type":15,"value":5886},{"type":10,"tag":239,"props":7488,"children":7489},{"class":241,"line":2378},[7490,7494,7498,7502],{"type":10,"tag":239,"props":7491,"children":7492},{"style":257},[7493],{"type":15,"value":7368},{"type":10,"tag":239,"props":7495,"children":7496},{"style":246},[7497],{"type":15,"value":2071},{"type":10,"tag":239,"props":7499,"children":7500},{"style":257},[7501],{"type":15,"value":2762},{"type":10,"tag":239,"props":7503,"children":7504},{"style":2620},[7505],{"type":15,"value":7381},{"type":10,"tag":239,"props":7507,"children":7508},{"class":241,"line":2387},[7509,7513,7517,7521],{"type":10,"tag":239,"props":7510,"children":7511},{"style":257},[7512],{"type":15,"value":7389},{"type":10,"tag":239,"props":7514,"children":7515},{"style":246},[7516],{"type":15,"value":2071},{"type":10,"tag":239,"props":7518,"children":7519},{"style":257},[7520],{"type":15,"value":2762},{"type":10,"tag":239,"props":7522,"children":7523},{"style":2620},[7524],{"type":15,"value":7525}," // layer of second reference picture resource\n",{"type":10,"tag":239,"props":7527,"children":7528},{"class":241,"line":2395},[7529,7533,7537],{"type":10,"tag":239,"props":7530,"children":7531},{"style":257},[7532],{"type":15,"value":7410},{"type":10,"tag":239,"props":7534,"children":7535},{"style":246},[7536],{"type":15,"value":2071},{"type":10,"tag":239,"props":7538,"children":7539},{"style":257},[7540],{"type":15,"value":6518},{"type":10,"tag":239,"props":7542,"children":7543},{"class":241,"line":2420},[7544],{"type":10,"tag":239,"props":7545,"children":7546},{"style":257},[7547],{"type":15,"value":7426},{"type":10,"tag":239,"props":7549,"children":7550},{"class":241,"line":2428},[7551],{"type":10,"tag":239,"props":7552,"children":7553},{"style":257},[7554],{"type":15,"value":2632},{"type":10,"tag":239,"props":7556,"children":7557},{"class":241,"line":2468},[7558],{"type":10,"tag":239,"props":7559,"children":7560},{"style":257},[7561],{"type":15,"value":2792},{"type":10,"tag":239,"props":7563,"children":7564},{"class":241,"line":2515},[7565],{"type":10,"tag":239,"props":7566,"children":7567},{"style":2620},[7568],{"type":15,"value":7569},"// NOTE: Individual resources do not have to refer to the same image view, e.g. if different\n",{"type":10,"tag":239,"props":7571,"children":7572},{"class":241,"line":2555},[7573],{"type":10,"tag":239,"props":7574,"children":7575},{"style":2620},[7576],{"type":15,"value":7577},"// image views are created for each picture resource, or if the\n",{"type":10,"tag":239,"props":7579,"children":7580},{"class":241,"line":2569},[7581],{"type":10,"tag":239,"props":7582,"children":7583},{"style":2620},[7584],{"type":15,"value":7585},"// VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR capability is supported and the\n",{"type":10,"tag":239,"props":7587,"children":7588},{"class":241,"line":2578},[7589],{"type":10,"tag":239,"props":7590,"children":7591},{"style":2620},[7592],{"type":15,"value":7593},"// application created separate images for the reference pictures.\n",{"type":10,"tag":239,"props":7595,"children":7596},{"class":241,"line":2586},[7597],{"type":10,"tag":239,"props":7598,"children":7599},{"emptyLinePlaceholder":2107},[7600],{"type":15,"value":2110},{"type":10,"tag":239,"props":7602,"children":7603},{"class":241,"line":2594},[7604,7609,7613,7617],{"type":10,"tag":239,"props":7605,"children":7606},{"style":257},[7607],{"type":15,"value":7608},"VkVideoReferenceSlotInfoKHR referenceSlotInfo",{"type":10,"tag":239,"props":7610,"children":7611},{"style":246},[7612],{"type":15,"value":7287},{"type":10,"tag":239,"props":7614,"children":7615},{"style":246},[7616],{"type":15,"value":7292},{"type":10,"tag":239,"props":7618,"children":7619},{"style":257},[7620],{"type":15,"value":2651},{"type":10,"tag":239,"props":7622,"children":7623},{"class":241,"line":2616},[7624],{"type":10,"tag":239,"props":7625,"children":7626},{"style":257},[7627],{"type":15,"value":7304},{"type":10,"tag":239,"props":7629,"children":7630},{"class":241,"line":2626},[7631,7635,7639],{"type":10,"tag":239,"props":7632,"children":7633},{"style":257},[7634],{"type":15,"value":7312},{"type":10,"tag":239,"props":7636,"children":7637},{"style":246},[7638],{"type":15,"value":2071},{"type":10,"tag":239,"props":7640,"children":7641},{"style":257},[7642],{"type":15,"value":6564},{"type":10,"tag":239,"props":7644,"children":7645},{"class":241,"line":2635},[7646,7650,7654,7658],{"type":10,"tag":239,"props":7647,"children":7648},{"style":257},[7649],{"type":15,"value":7328},{"type":10,"tag":239,"props":7651,"children":7652},{"style":246},[7653],{"type":15,"value":2071},{"type":10,"tag":239,"props":7655,"children":7656},{"style":257},[7657],{"type":15,"value":2762},{"type":10,"tag":239,"props":7659,"children":7660},{"style":2620},[7661],{"type":15,"value":7662}," // pointer to codec-specific reference picture information structure\n",{"type":10,"tag":239,"props":7664,"children":7665},{"class":241,"line":2654},[7666,7671,7675,7679],{"type":10,"tag":239,"props":7667,"children":7668},{"style":257},[7669],{"type":15,"value":7670}," .slotIndex ",{"type":10,"tag":239,"props":7672,"children":7673},{"style":246},[7674],{"type":15,"value":2071},{"type":10,"tag":239,"props":7676,"children":7677},{"style":257},[7678],{"type":15,"value":2762},{"type":10,"tag":239,"props":7680,"children":7681},{"style":2620},[7682],{"type":15,"value":7683}," // DPB slot index of the first reference picture\n",{"type":10,"tag":239,"props":7685,"children":7686},{"class":241,"line":2663},[7687,7692,7696,7700,7705,7710,7715],{"type":10,"tag":239,"props":7688,"children":7689},{"style":257},[7690],{"type":15,"value":7691}," .pPictureResource ",{"type":10,"tag":239,"props":7693,"children":7694},{"style":246},[7695],{"type":15,"value":2071},{"type":10,"tag":239,"props":7697,"children":7698},{"style":246},[7699],{"type":15,"value":2335},{"type":10,"tag":239,"props":7701,"children":7702},{"style":647},[7703],{"type":15,"value":7704},"referencePictureResource",{"type":10,"tag":239,"props":7706,"children":7707},{"style":257},[7708],{"type":15,"value":7709},"[",{"type":10,"tag":239,"props":7711,"children":7712},{"style":2139},[7713],{"type":15,"value":7714},"0",{"type":10,"tag":239,"props":7716,"children":7717},{"style":257},[7718],{"type":15,"value":7719},"]\n",{"type":10,"tag":239,"props":7721,"children":7722},{"class":241,"line":2671},[7723],{"type":10,"tag":239,"props":7724,"children":7725},{"style":257},[7726],{"type":15,"value":7426},{"type":10,"tag":239,"props":7728,"children":7729},{"class":241,"line":3178},[7730],{"type":10,"tag":239,"props":7731,"children":7732},{"style":257},[7733],{"type":15,"value":7304},{"type":10,"tag":239,"props":7735,"children":7736},{"class":241,"line":3187},[7737,7741,7745],{"type":10,"tag":239,"props":7738,"children":7739},{"style":257},[7740],{"type":15,"value":7312},{"type":10,"tag":239,"props":7742,"children":7743},{"style":246},[7744],{"type":15,"value":2071},{"type":10,"tag":239,"props":7746,"children":7747},{"style":257},[7748],{"type":15,"value":6564},{"type":10,"tag":239,"props":7750,"children":7751},{"class":241,"line":3195},[7752,7756,7760,7764],{"type":10,"tag":239,"props":7753,"children":7754},{"style":257},[7755],{"type":15,"value":7328},{"type":10,"tag":239,"props":7757,"children":7758},{"style":246},[7759],{"type":15,"value":2071},{"type":10,"tag":239,"props":7761,"children":7762},{"style":257},[7763],{"type":15,"value":2762},{"type":10,"tag":239,"props":7765,"children":7766},{"style":2620},[7767],{"type":15,"value":7662},{"type":10,"tag":239,"props":7769,"children":7770},{"class":241,"line":3814},[7771,7775,7779,7783],{"type":10,"tag":239,"props":7772,"children":7773},{"style":257},[7774],{"type":15,"value":7670},{"type":10,"tag":239,"props":7776,"children":7777},{"style":246},[7778],{"type":15,"value":2071},{"type":10,"tag":239,"props":7780,"children":7781},{"style":257},[7782],{"type":15,"value":2762},{"type":10,"tag":239,"props":7784,"children":7785},{"style":2620},[7786],{"type":15,"value":7787}," // DPB slot index of the second reference picture\n",{"type":10,"tag":239,"props":7789,"children":7790},{"class":241,"line":3823},[7791,7795,7799,7803,7807,7811,7816],{"type":10,"tag":239,"props":7792,"children":7793},{"style":257},[7794],{"type":15,"value":7691},{"type":10,"tag":239,"props":7796,"children":7797},{"style":246},[7798],{"type":15,"value":2071},{"type":10,"tag":239,"props":7800,"children":7801},{"style":246},[7802],{"type":15,"value":2335},{"type":10,"tag":239,"props":7804,"children":7805},{"style":647},[7806],{"type":15,"value":7704},{"type":10,"tag":239,"props":7808,"children":7809},{"style":257},[7810],{"type":15,"value":7709},{"type":10,"tag":239,"props":7812,"children":7813},{"style":2139},[7814],{"type":15,"value":7815},"1",{"type":10,"tag":239,"props":7817,"children":7818},{"style":257},[7819],{"type":15,"value":7719},{"type":10,"tag":239,"props":7821,"children":7822},{"class":241,"line":3832},[7823],{"type":10,"tag":239,"props":7824,"children":7825},{"style":257},[7826],{"type":15,"value":7426},{"type":10,"tag":239,"props":7828,"children":7829},{"class":241,"line":3872},[7830],{"type":10,"tag":239,"props":7831,"children":7832},{"style":257},[7833],{"type":15,"value":2632},{"type":10,"tag":239,"props":7835,"children":7836},{"class":241,"line":3890},[7837],{"type":10,"tag":239,"props":7838,"children":7839},{"style":257},[7840],{"type":15,"value":2792},{"type":10,"tag":239,"props":7842,"children":7843},{"class":241,"line":3898},[7844],{"type":10,"tag":239,"props":7845,"children":7846},{"emptyLinePlaceholder":2107},[7847],{"type":15,"value":2110},{"type":10,"tag":239,"props":7849,"children":7850},{"class":241,"line":3906},[7851,7855,7859],{"type":10,"tag":239,"props":7852,"children":7853},{"style":257},[7854],{"type":15,"value":5966},{"type":10,"tag":239,"props":7856,"children":7857},{"style":246},[7858],{"type":15,"value":2071},{"type":10,"tag":239,"props":7860,"children":7861},{"style":257},[7862],{"type":15,"value":2651},{"type":10,"tag":239,"props":7864,"children":7865},{"class":241,"line":3950},[7866,7870,7874],{"type":10,"tag":239,"props":7867,"children":7868},{"style":257},[7869],{"type":15,"value":2736},{"type":10,"tag":239,"props":7871,"children":7872},{"style":246},[7873],{"type":15,"value":2071},{"type":10,"tag":239,"props":7875,"children":7876},{"style":257},[7877],{"type":15,"value":5990},{"type":10,"tag":239,"props":7879,"children":7880},{"class":241,"line":3978},[7881,7885,7889,7893],{"type":10,"tag":239,"props":7882,"children":7883},{"style":257},[7884],{"type":15,"value":2753},{"type":10,"tag":239,"props":7886,"children":7887},{"style":246},[7888],{"type":15,"value":2071},{"type":10,"tag":239,"props":7890,"children":7891},{"style":257},[7892],{"type":15,"value":2762},{"type":10,"tag":239,"props":7894,"children":7895},{"style":2620},[7896],{"type":15,"value":6010},{"type":10,"tag":239,"props":7898,"children":7899},{"class":241,"line":4026},[7900],{"type":10,"tag":239,"props":7901,"children":7902},{"style":257},[7903],{"type":15,"value":2632},{"type":10,"tag":239,"props":7905,"children":7906},{"class":241,"line":4046},[7907,7911,7915,7920,7925,7930,7934,7939,7944,7948,7952],{"type":10,"tag":239,"props":7908,"children":7909},{"style":257},[7910],{"type":15,"value":6133},{"type":10,"tag":239,"props":7912,"children":7913},{"style":246},[7914],{"type":15,"value":2071},{"type":10,"tag":239,"props":7916,"children":7917},{"style":246},[7918],{"type":15,"value":7919}," sizeof",{"type":10,"tag":239,"props":7921,"children":7922},{"style":257},[7923],{"type":15,"value":7924},"(referenceSlotInfo) ",{"type":10,"tag":239,"props":7926,"children":7927},{"style":246},[7928],{"type":15,"value":7929},"/",{"type":10,"tag":239,"props":7931,"children":7932},{"style":246},[7933],{"type":15,"value":7919},{"type":10,"tag":239,"props":7935,"children":7936},{"style":257},[7937],{"type":15,"value":7938},"(",{"type":10,"tag":239,"props":7940,"children":7941},{"style":647},[7942],{"type":15,"value":7943},"referenceSlotInfo",{"type":10,"tag":239,"props":7945,"children":7946},{"style":257},[7947],{"type":15,"value":7709},{"type":10,"tag":239,"props":7949,"children":7950},{"style":2139},[7951],{"type":15,"value":7714},{"type":10,"tag":239,"props":7953,"children":7954},{"style":257},[7955],{"type":15,"value":7956},"]),\n",{"type":10,"tag":239,"props":7958,"children":7959},{"class":241,"line":4054},[7960,7964,7968,7972,7976,7980,7984],{"type":10,"tag":239,"props":7961,"children":7962},{"style":257},[7963],{"type":15,"value":6153},{"type":10,"tag":239,"props":7965,"children":7966},{"style":246},[7967],{"type":15,"value":2071},{"type":10,"tag":239,"props":7969,"children":7970},{"style":246},[7971],{"type":15,"value":2335},{"type":10,"tag":239,"props":7973,"children":7974},{"style":647},[7975],{"type":15,"value":7943},{"type":10,"tag":239,"props":7977,"children":7978},{"style":257},[7979],{"type":15,"value":7709},{"type":10,"tag":239,"props":7981,"children":7982},{"style":2139},[7983],{"type":15,"value":7714},{"type":10,"tag":239,"props":7985,"children":7986},{"style":257},[7987],{"type":15,"value":7719},{"type":10,"tag":239,"props":7989,"children":7990},{"class":241,"line":4090},[7991],{"type":10,"tag":239,"props":7992,"children":7993},{"style":257},[7994],{"type":15,"value":2792},{"type":10,"tag":239,"props":7996,"children":7997},{"class":241,"line":4098},[7998],{"type":10,"tag":239,"props":7999,"children":8000},{"emptyLinePlaceholder":2107},[8001],{"type":15,"value":2110},{"type":10,"tag":239,"props":8003,"children":8004},{"class":241,"line":4146},[8005,8009,8013,8017,8021],{"type":10,"tag":239,"props":8006,"children":8007},{"style":628},[8008],{"type":15,"value":631},{"type":10,"tag":239,"props":8010,"children":8011},{"style":257},[8012],{"type":15,"value":6188},{"type":10,"tag":239,"props":8014,"children":8015},{"style":246},[8016],{"type":15,"value":2127},{"type":10,"tag":239,"props":8018,"children":8019},{"style":647},[8020],{"type":15,"value":6197},{"type":10,"tag":239,"props":8022,"children":8023},{"style":257},[8024],{"type":15,"value":682},{"type":10,"tag":239,"props":8026,"children":8027},{"class":241,"line":4155},[8028],{"type":10,"tag":239,"props":8029,"children":8030},{"emptyLinePlaceholder":2107},[8031],{"type":15,"value":2110},{"type":10,"tag":239,"props":8033,"children":8034},{"class":241,"line":4163},[8035,8039],{"type":10,"tag":239,"props":8036,"children":8037},{"style":628},[8038],{"type":15,"value":2038},{"type":10,"tag":239,"props":8040,"children":8041},{"style":257},[8042],{"type":15,"value":5807},{"type":10,"tag":17,"props":8044,"children":8046},{"id":8045},"_issues",[8047],{"type":15,"value":8048},"Issues",{"type":10,"tag":116,"props":8050,"children":8052},{"id":8051},"_resolved_why_is_there_no_vk_pipeline_stage_video_decode_bit_khr",[8053,8055,8061],{"type":15,"value":8054},"RESOLVED: Why is there no ",{"type":10,"tag":89,"props":8056,"children":8058},{"className":8057},[],[8059],{"type":15,"value":8060},"VK_PIPELINE_STAGE_VIDEO_DECODE_BIT_KHR",{"type":15,"value":8062},"?",{"type":10,"tag":11,"props":8064,"children":8065},{},[8066,8068,8073,8075,8081,8083,8089],{"type":15,"value":8067},"This extension requires the ",{"type":10,"tag":89,"props":8069,"children":8071},{"className":8070},[],[8072],{"type":15,"value":421},{"type":15,"value":8074}," extension because the new access flags introduced did not fit in the 32-bit enum ",{"type":10,"tag":89,"props":8076,"children":8078},{"className":8077},[],[8079],{"type":15,"value":8080},"VkAccessFlagBits",{"type":15,"value":8082},". Accordingly, all new pipeline stage and access flags have been added to the corresponding 64-bit enums and no new flags have been added to the legacy 32-bit enums. While the new pipeline stage flag introduced uses bit #26 which would also fit in the legacy ",{"type":10,"tag":89,"props":8084,"children":8086},{"className":8085},[],[8087],{"type":15,"value":8088},"VkPipelineStageFlagBits",{"type":15,"value":8090}," enum, there is no real benefit to include it. Instead the bit is marked reserved.",{"type":10,"tag":116,"props":8092,"children":8094},{"id":8093},"_resolved_are_the_decode_output_picture_data_and_reconstructed_picture_data_used_to_activate_a_dpb_slot_written_to_the_same_resource",[8095],{"type":15,"value":8096},"RESOLVED: Are the decode output picture data and reconstructed picture data used to activate a DPB slot written to the same resource?",{"type":10,"tag":11,"props":8098,"children":8099},{},[8100],{"type":15,"value":8101},"When activating DPB slots with reconstructed pictures (reference picture setup), decode operations have to write the decompressed picture data to a DPB-capable video picture resource.",{"type":10,"tag":11,"props":8103,"children":8104},{},[8105],{"type":15,"value":8106},"Behavior varies across implementations in this case:",{"type":10,"tag":29,"props":8108,"children":8109},{},[8110,8115],{"type":10,"tag":33,"props":8111,"children":8112},{},[8113],{"type":15,"value":8114},"Some implementations write the outputs of the picture decompression to two separate resources: the decoded output picture and the reconstructed picture",{"type":10,"tag":33,"props":8116,"children":8117},{},[8118],{"type":15,"value":8119},"Some other implementations only write picture decompression results to one place, which in this case has to be a DPB picture (as it must be usable as a reference picture later on)",{"type":10,"tag":11,"props":8121,"children":8122},{},[8123],{"type":15,"value":8124},"A separate output could be useful if e.g. the application intends to use the decode output picture for other purposes (e.g. for window-system presentation or for texture sampling), while using the reconstructed picture in parallel to continue decoding. However, such concurrent use of the outputs is not always necessary.",{"type":10,"tag":11,"props":8126,"children":8127},{},[8128],{"type":15,"value":8129},"Trying to mandate a uniform behavior across such implementations could have negative performance implications:",{"type":10,"tag":29,"props":8131,"children":8132},{},[8133,8138],{"type":10,"tag":33,"props":8134,"children":8135},{},[8136],{"type":15,"value":8137},"If separate outputs would be required, then implementations using a single output would have to perform additional copies even though the application use cases might not need to have one.",{"type":10,"tag":33,"props":8139,"children":8140},{},[8141],{"type":15,"value":8142},"If a single output would be required, then applications would have to do copies if they wanted to do such concurrent processing and would not be able to take advantage of implementations that already can write separate outputs in an optimized fashion.",{"type":10,"tag":11,"props":8144,"children":8145},{},[8146,8148,8153,8154,8159],{"type":15,"value":8147},"Instead, this extension allows implementations to support either of these modes of operations (separate or single output), as indicated by the ",{"type":10,"tag":89,"props":8149,"children":8151},{"className":8150},[],[8152],{"type":15,"value":1201},{"type":15,"value":1195},{"type":10,"tag":89,"props":8155,"children":8157},{"className":8156},[],[8158],{"type":15,"value":1193},{"type":15,"value":8160}," capability flags, respectively. Implementations are required to support only one of these two modes, and the extension even allows for implementations that may support both modes of operation.",{"type":10,"tag":116,"props":8162,"children":8164},{"id":8163},"_resolved_how_can_layered_codec_specific_decode_extensions_enable_applications_to_provide_the_necessary_codec_specific_picture_information_parameter_sets_etc_that_may_be_needed_to_perform_the_video_coding_operations",[8165],{"type":15,"value":8166},"RESOLVED: How can layered codec-specific decode extensions enable applications to provide the necessary codec-specific picture information, parameter sets, etc. that may be needed to perform the video coding operations?",{"type":10,"tag":11,"props":8168,"children":8169},{},[8170],{"type":15,"value":8171},"There are multiple points where codec-specific picture information can be provided to a video decode operation. This extension suggests the following convention:",{"type":10,"tag":29,"props":8173,"children":8174},{},[8175,8193,8211],{"type":10,"tag":33,"props":8176,"children":8177},{},[8178,8180,8185,8186,8192],{"type":15,"value":8179},"Codec-specific decode parameters are expected to be provided in the ",{"type":10,"tag":89,"props":8181,"children":8183},{"className":8182},[],[8184],{"type":15,"value":518},{"type":15,"value":1418},{"type":10,"tag":89,"props":8187,"children":8189},{"className":8188},[],[8190],{"type":15,"value":8191},"VkVideoDecodeInfoKHR",{"type":15,"value":1734},{"type":10,"tag":33,"props":8194,"children":8195},{},[8196,8198,8203,8204,8210],{"type":15,"value":8197},"Codec-specific reconstructed picture information is expected to be provided in the ",{"type":10,"tag":89,"props":8199,"children":8201},{"className":8200},[],[8202],{"type":15,"value":518},{"type":15,"value":1418},{"type":10,"tag":89,"props":8205,"children":8207},{"className":8206},[],[8208],{"type":15,"value":8209},"VkVideoDecodeInfoKHR::pSetupReferenceSlot",{"type":15,"value":1734},{"type":10,"tag":33,"props":8212,"children":8213},{},[8214,8216,8221,8223,8229],{"type":15,"value":8215},"Codec-specific reference picture information is expected to be provided in the ",{"type":10,"tag":89,"props":8217,"children":8219},{"className":8218},[],[8220],{"type":15,"value":518},{"type":15,"value":8222}," chain of the elements of the ",{"type":10,"tag":89,"props":8224,"children":8226},{"className":8225},[],[8227],{"type":15,"value":8228},"VkVideoDecodeInfoKHR::pReferenceSlots",{"type":15,"value":8230}," array.",{"type":10,"tag":116,"props":8232,"children":8234},{"id":8233},"_resolved_can_vkcmdvideodecodekhr_only_decode_frames_what_about_field_decoding_slice_decoding_etc",[8235,8237,8243],{"type":15,"value":8236},"RESOLVED: Can ",{"type":10,"tag":89,"props":8238,"children":8240},{"className":8239},[],[8241],{"type":15,"value":8242},"vkCmdVideoDecodeKHR",{"type":15,"value":8244}," only decode frames? What about field decoding, slice decoding, etc.?",{"type":10,"tag":11,"props":8246,"children":8247},{},[8248,8250,8255],{"type":15,"value":8249},"This extension does not define the types of pictures or sub-picture content that can be decoded by a ",{"type":10,"tag":89,"props":8251,"children":8253},{"className":8252},[],[8254],{"type":15,"value":8242},{"type":15,"value":8256}," command. It is expected that the codec-specific decode extensions built upon this extension define the types of pictures that can be decoded. Furthermore, both codec-specific and codec-independent extensions can expand the set of capabilities introduced here to enable more advanced use cases, as needed.",{"type":10,"tag":116,"props":8258,"children":8260},{"id":8259},"_resolved_what_is_the_effect_of_the_flags_provided_in_vkvideodecodeusageinfokhrvideousagehints",[8261,8263,8269],{"type":15,"value":8262},"RESOLVED: What is the effect of the flags provided in ",{"type":10,"tag":89,"props":8264,"children":8266},{"className":8265},[],[8267],{"type":15,"value":8268},"VkVideoDecodeUsageInfoKHR::videoUsageHints",{"type":15,"value":8062},{"type":10,"tag":11,"props":8271,"children":8272},{},[8273],{"type":15,"value":8274},"There are no specific behavioral effects associated with any of the video decode usage hints, so the application can specify any combination of these flags. They are included to enable the application to better communicate the intended use case scenario to the implementation.",{"type":10,"tag":11,"props":8276,"children":8277},{},[8278,8280,8285,8286,8291,8293,8298,8300,8306,8308,8314],{"type":15,"value":8279},"However, just like any other additional video profile information included in the ",{"type":10,"tag":89,"props":8281,"children":8283},{"className":8282},[],[8284],{"type":15,"value":518},{"type":15,"value":1418},{"type":10,"tag":89,"props":8287,"children":8289},{"className":8288},[],[8290],{"type":15,"value":204},{"type":15,"value":8292}," structures, they are part of the video profile definition, hence whenever matching video profiles have to be provided to an API call, let that be queries or resource creation structures, the application must provide identical video decode usage hint values. This also applies if the application does not include the ",{"type":10,"tag":89,"props":8294,"children":8296},{"className":8295},[],[8297],{"type":15,"value":363},{"type":15,"value":8299}," structure, which is treated equivalently to specifying the structure with ",{"type":10,"tag":89,"props":8301,"children":8303},{"className":8302},[],[8304],{"type":15,"value":8305},"videoUsageHints",{"type":15,"value":8307}," equal to ",{"type":10,"tag":89,"props":8309,"children":8311},{"className":8310},[],[8312],{"type":15,"value":8313},"VK_VIDEO_DECODE_USAGE_DEFAULT_KHR",{"type":15,"value":8315}," (or zero), per the usual conventions of Vulkan.",{"type":10,"tag":116,"props":8317,"children":8319},{"id":8318},"_resolved_when_is_it_mandatory_to_specify_reconstructed_picture_information_in_vkvideodecodeinfokhrpsetupreferenceslot",[8320,8322,8327],{"type":15,"value":8321},"RESOLVED: When is it mandatory to specify reconstructed picture information in ",{"type":10,"tag":89,"props":8323,"children":8325},{"className":8324},[],[8326],{"type":15,"value":8209},{"type":15,"value":8062},{"type":10,"tag":11,"props":8329,"children":8330},{},[8331,8333,8338,8339,8344,8346,8351,8353,8358],{"type":15,"value":8332},"In the original version of this extension, specifying a non-",{"type":10,"tag":89,"props":8334,"children":8336},{"className":8335},[],[8337],{"type":15,"value":1056},{"type":15,"value":1074},{"type":10,"tag":89,"props":8340,"children":8342},{"className":8341},[],[8343],{"type":15,"value":937},{"type":15,"value":8345}," parameter was only required for activating DPB slots with reference pictures, but no shipping implementation actually supported specifying ",{"type":10,"tag":89,"props":8347,"children":8349},{"className":8348},[],[8350],{"type":15,"value":1056},{"type":15,"value":8352}," for ",{"type":10,"tag":89,"props":8354,"children":8356},{"className":8355},[],[8357],{"type":15,"value":937},{"type":15,"value":8359},". In the end, some implementations turned out to require a reconstructed picture resource and/or DPB slot, even when the decoded picture is not expected to be used as a reference picture by future video decode operations, so this extension has been changed with revision 8 as follows:",{"type":10,"tag":65,"props":8361,"children":8362},{},[8363,8381],{"type":10,"tag":33,"props":8364,"children":8365},{},[8366,8368,8373,8374,8379],{"type":15,"value":8367},"Specifying reconstructed picture information (i.e. a non-",{"type":10,"tag":89,"props":8369,"children":8371},{"className":8370},[],[8372],{"type":15,"value":1056},{"type":15,"value":1074},{"type":10,"tag":89,"props":8375,"children":8377},{"className":8376},[],[8378],{"type":15,"value":937},{"type":15,"value":8380},") is made mandatory for all cases except when the video session was created with no DPB slots",{"type":10,"tag":33,"props":8382,"children":8383},{},[8384,8386,8391,8392,8397],{"type":15,"value":8385},"Reference picture setup (and, inherently, DPB slot activation) was changed to be subject to codec-specific behavior, meaning that specifying a non-",{"type":10,"tag":89,"props":8387,"children":8389},{"className":8388},[],[8390],{"type":15,"value":1056},{"type":15,"value":1074},{"type":10,"tag":89,"props":8393,"children":8395},{"className":8394},[],[8396],{"type":15,"value":937},{"type":15,"value":8398}," will only trigger reference picture setup if the appropriate codec-specific parameters or semantics indicate so (typically in the form of marking the decoded picture as reference)",{"type":10,"tag":11,"props":8400,"children":8401},{},[8402,8404,8409,8410,8415],{"type":15,"value":8403},"(2) was necessary in order to avoid unnecessary DPB slot activation and the cost of populating the reconstructed picture resource when it is distinct from the decode output and the reconstructed picture is not intended to be used as a reference picture by future video decode operations. However, as some implementations may use the reconstructed picture resource and/or DPB slot as transient storage during the decoding process, if a non-",{"type":10,"tag":89,"props":8405,"children":8407},{"className":8406},[],[8408],{"type":15,"value":1056},{"type":15,"value":1074},{"type":10,"tag":89,"props":8411,"children":8413},{"className":8412},[],[8414],{"type":15,"value":937},{"type":15,"value":8416}," is specified but no reference picture setup is requested, then the contents of the reconstructed picture resource become undefined and some of the picture references associated with the reconstructed picture’s DPB slot may get invalidated.",{"type":10,"tag":11,"props":8418,"children":8419},{},[8420],{"type":15,"value":8421},"While this change breaks backward-compatibility, no implementation actually supported the removed behavior, thus it should not have any effect on shipping applications.",{"type":10,"tag":116,"props":8423,"children":8425},{"id":8424},"_resolved_does_always_requiring_the_specification_of_reconstructed_picture_information_in_vkvideodecodeinfokhrpsetupreferenceslot_have_any_undesired_performance_consequences",[8426,8428,8433],{"type":15,"value":8427},"RESOLVED: Does always requiring the specification of reconstructed picture information in ",{"type":10,"tag":89,"props":8429,"children":8431},{"className":8430},[],[8432],{"type":15,"value":8209},{"type":15,"value":8434}," have any undesired performance consequences?",{"type":10,"tag":11,"props":8436,"children":8437},{},[8438,8440,8444],{"type":15,"value":8439},"There may be performance implications when using ",{"type":10,"tag":1159,"props":8441,"children":8442},{},[8443],{"type":15,"value":1163},{"type":15,"value":8445}," mode, i.e. using a reconstructed picture resource that is distinct from the decode output picture. As discussed in the previous issue, the explicit codec-specific opt-in for reference picture setup allows implementations to avoid consuming twice as much memory bandwidth to also write out the reconstructed picture when it is otherwise not needed. However, as it is implementation-specific whether the reconstructed picture is written to, even when no reference picture setup takes place, the reconstructed picture becomes a shared resource that the application has to synchronize in order to avoid write-after-write hazards. Accordingly, depending on the implementation, there may be some performance implications to always requiring the specification of reconstructed picture information.",{"type":10,"tag":17,"props":8447,"children":8449},{"id":8448},"_further_functionality",[8450],{"type":15,"value":8451},"Further Functionality",{"type":10,"tag":11,"props":8453,"children":8454},{},[8455],{"type":15,"value":8456},"This extension is meant to provide only common video decode functionality, thus support for individual video decode profiles using specific video compression standards is left for extensions layered on top of the infrastructure provided here.",{"type":10,"tag":11,"props":8458,"children":8459},{},[8460],{"type":15,"value":8461},"Currently the following layered extensions are available:",{"type":10,"tag":29,"props":8463,"children":8464},{},[8465,8476],{"type":10,"tag":33,"props":8466,"children":8467},{},[8468,8474],{"type":10,"tag":89,"props":8469,"children":8471},{"className":8470},[],[8472],{"type":15,"value":8473},"VK_KHR_video_decode_h264",{"type":15,"value":8475}," - adds support for decoding H.264/AVC video sequences",{"type":10,"tag":33,"props":8477,"children":8478},{},[8479,8485],{"type":10,"tag":89,"props":8480,"children":8482},{"className":8481},[],[8483],{"type":15,"value":8484},"VK_KHR_video_decode_h265",{"type":15,"value":8486}," - adds support for decoding H.265/HEVC video sequences",{"type":10,"tag":8488,"props":8489,"children":8490},"style",{},[8491],{"type":15,"value":8492},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":233,"searchDepth":263,"depth":263,"links":8494},[8495,8496,8497,8510,8522,8536],{"id":19,"depth":263,"text":22},{"id":55,"depth":263,"text":58},{"id":111,"depth":263,"text":114,"children":8498},[8499,8500,8501,8502,8503,8504,8505,8506,8507,8508,8509],{"id":118,"depth":272,"text":121},{"id":190,"depth":272,"text":193},{"id":368,"depth":272,"text":371},{"id":426,"depth":272,"text":429},{"id":531,"depth":272,"text":534},{"id":580,"depth":272,"text":583},{"id":949,"depth":272,"text":952},{"id":1012,"depth":272,"text":1015},{"id":1428,"depth":272,"text":1431},{"id":1558,"depth":272,"text":1561},{"id":1791,"depth":272,"text":1794},{"id":2042,"depth":263,"text":2045,"children":8511},[8512,8513,8514,8515,8516,8517,8518,8519,8520,8521],{"id":2048,"depth":272,"text":2051},{"id":2679,"depth":272,"text":2682},{"id":3203,"depth":272,"text":3206},{"id":4183,"depth":272,"text":4186},{"id":4481,"depth":272,"text":4484},{"id":5059,"depth":272,"text":5062},{"id":5785,"depth":272,"text":5788},{"id":6222,"depth":272,"text":6225},{"id":6804,"depth":272,"text":6807},{"id":7238,"depth":272,"text":7241},{"id":8045,"depth":263,"text":8048,"children":8523},[8524,8526,8527,8528,8530,8532,8534],{"id":8051,"depth":272,"text":8525},"RESOLVED: Why is there no VK_PIPELINE_STAGE_VIDEO_DECODE_BIT_KHR?",{"id":8093,"depth":272,"text":8096},{"id":8163,"depth":272,"text":8166},{"id":8233,"depth":272,"text":8529},"RESOLVED: Can vkCmdVideoDecodeKHR only decode frames? What about field decoding, slice decoding, etc.?",{"id":8259,"depth":272,"text":8531},"RESOLVED: What is the effect of the flags provided in VkVideoDecodeUsageInfoKHR::videoUsageHints?",{"id":8318,"depth":272,"text":8533},"RESOLVED: When is it mandatory to specify reconstructed picture information in VkVideoDecodeInfoKHR::pSetupReferenceSlot?",{"id":8424,"depth":272,"text":8535},"RESOLVED: Does always requiring the specification of reconstructed picture information in VkVideoDecodeInfoKHR::pSetupReferenceSlot have any undesired performance consequences?",{"id":8448,"depth":263,"text":8451},"markdown",[8539,8544,8547,8550,8553,8556,8559,8562,8565,8568,8571,8574,8577,8580,8583,8586,8589,8592,8595,8598,8601,8604,8607,8610,8613,8616,8619,8622,8625,8628,8631,8634,8637,8640,8643,8646,8649,8652,8655,8658,8661,8664,8667,8670,8673,8676,8679,8682,8685,8687,8690,8693,8696,8699,8702,8705,8708,8711,8714],{"index":8540,"title":8541,"id":8542,"appendix":8543},0,"Preamble","preamble",false,{"index":242,"title":8545,"id":8546,"appendix":8543},"Introduction","introduction",{"index":263,"title":8548,"id":8549,"appendix":8543},"Fundamentals","fundamentals",{"index":272,"title":8551,"id":8552,"appendix":8543},"Initialization","initialization",{"index":291,"title":8554,"id":8555,"appendix":8543},"Devices and Queues","devsandqueues",{"index":300,"title":8557,"id":8558,"appendix":8543},"Command Buffers","commandbuffers",{"index":753,"title":8560,"id":8561,"appendix":8543},"Synchronization and Cache Control","synchronization",{"index":762,"title":8563,"id":8564,"appendix":8543},"Render Pass","renderpass",{"index":771,"title":8566,"id":8567,"appendix":8543},"Shaders","shaders",{"index":780,"title":8569,"id":8570,"appendix":8543},"Pipelines","pipelines",{"index":802,"title":8572,"id":8573,"appendix":8543},"Memory Allocation","memory",{"index":816,"title":8575,"id":8576,"appendix":8543},"Resource Creation","resources",{"index":837,"title":8578,"id":8579,"appendix":8543},"Samplers","samplers",{"index":2293,"title":8581,"id":8582,"appendix":8543},"Resource Descriptors","descriptorsets",{"index":2316,"title":8584,"id":8585,"appendix":8543},"Shader Interfaces","interfaces",{"index":2348,"title":8587,"id":8588,"appendix":8543},"Image Operations","textures",{"index":2356,"title":8590,"id":8591,"appendix":8543},"Fragment Density Map Operations","fragmentdensitymapops",{"index":2378,"title":8593,"id":8594,"appendix":8543},"Queries","queries",{"index":2387,"title":8596,"id":8597,"appendix":8543},"Clear Commands","clears",{"index":2395,"title":8599,"id":8600,"appendix":8543},"Copy Commands","copies",{"index":2420,"title":8602,"id":8603,"appendix":8543},"Drawing Commands","drawing",{"index":2428,"title":8605,"id":8606,"appendix":8543},"Fixed-Function Vertex Processing","fxvertex",{"index":2468,"title":8608,"id":8609,"appendix":8543},"Tessellation","tessellation",{"index":2515,"title":8611,"id":8612,"appendix":8543},"Geometry Shading","geometry",{"index":2555,"title":8614,"id":8615,"appendix":8543},"Mesh Shading","mesh",{"index":2569,"title":8617,"id":8618,"appendix":8543},"Cluster Culling Shading","cluster-culling",{"index":2578,"title":8620,"id":8621,"appendix":8543},"Fixed-Function Vertex Post-Processing","vertexpostproc",{"index":2586,"title":8623,"id":8624,"appendix":8543},"Rasterization","primsrast",{"index":2594,"title":8626,"id":8627,"appendix":8543},"Fragment Operations","fragops",{"index":2616,"title":8629,"id":8630,"appendix":8543},"The Framebuffer","framebuffer",{"index":2626,"title":8632,"id":8633,"appendix":8543},"Dispatching Commands","dispatch",{"index":2635,"title":8635,"id":8636,"appendix":8543},"Device-Generated Commands","device-generated-commands",{"index":2654,"title":8638,"id":8639,"appendix":8543},"Sparse Resources","sparsememory",{"index":2663,"title":8641,"id":8642,"appendix":8543},"Window System Integration (WSI)","wsi",{"index":2671,"title":8644,"id":8645,"appendix":8543},"Deferred Host Operations","deferred-host-operations",{"index":3178,"title":8647,"id":8648,"appendix":8543},"Private Data","private-data",{"index":3187,"title":8650,"id":8651,"appendix":8543},"Acceleration Structures","acceleration-structure",{"index":3195,"title":8653,"id":8654,"appendix":8543},"Micromap","micromap",{"index":3814,"title":8656,"id":8657,"appendix":8543},"Ray Traversal","ray-traversal",{"index":3823,"title":8659,"id":8660,"appendix":8543},"Ray Tracing","ray-tracing",{"index":3832,"title":8662,"id":8663,"appendix":8543},"Memory Decompression","memory-decompression",{"index":3872,"title":8665,"id":8666,"appendix":8543},"Video Coding","video-coding",{"index":3890,"title":8668,"id":8669,"appendix":8543},"Optical Flow","opticalflow",{"index":3898,"title":8671,"id":8672,"appendix":8543},"Execution Graphs","executiongraphs",{"index":3906,"title":8674,"id":8675,"appendix":8543},"Extending Vulkan","extendingvulkan",{"index":3950,"title":8677,"id":8678,"appendix":8543},"Features","features",{"index":3978,"title":8680,"id":8681,"appendix":8543},"Limits","limits",{"index":4026,"title":8683,"id":8684,"appendix":8543},"Formats","formats",{"index":4046,"title":8686,"id":3112,"appendix":8543},"Additional Capabilities",{"index":4054,"title":8688,"id":8689,"appendix":8543},"Debugging","debugging",{"index":8540,"title":8691,"id":8692,"appendix":2107},"Vulkan Environment for SPIR-V","spirvenv",{"index":242,"title":8694,"id":8695,"appendix":2107},"Memory Model","memory-model",{"index":263,"title":8697,"id":8698,"appendix":2107},"Compressed Image Formats","compressed_image_formats",{"index":272,"title":8700,"id":8701,"appendix":2107},"Core Revisions (Informative)","versions",{"index":291,"title":8703,"id":8704,"appendix":2107},"Layers & Extensions (Informative)","extensions",{"index":300,"title":8706,"id":8707,"appendix":2107},"API Boilerplate","boilerplate",{"index":753,"title":8709,"id":8710,"appendix":2107},"Invariance","invariance",{"index":762,"title":8712,"id":8713,"appendix":2107},"Lexicon","lexicon",{"index":771,"title":8715,"id":8716,"appendix":2107},"Credits (Informative)","credits",[8718,8726,8730,8735,8739,8744,8747,8750,8753,8757,8761,8764,8767,8770,8772,8774,8777,8780,8784,8786,8790,8792,8795,8797,8800,8808,8812,8818,8822,8827,8829,8833,8839,8845,8851,8853,8856,8862,8865,8869,8875,8879,8883,8888,8892,8895,8898,8904,8907,8910,8914,8918,8922,8925,8927,8931,8936,8942,8945,8949,8952,8958,8961,8965,8968,8972,8975,8979,8982,8987,8991,8994,8999,9002,9005,9008,9012,9017,9022,9026,9030,9034,9038,9042,9046,9050,9053,9056,9060,9063,9066,9069,9073,9078,9082,9085,9089,9094,9098,9103,9106,9109,9114,9119,9123,9126,9130,9135,9138,9143,9148,9151,9154,9158,9162,9166,9171,9175,9178,9183,9187,9190,9194,9198,9202,9205,9207,9211,9214,9217,9220,9223,9226,9229,9232,9235,9238,9242,9246,9249,9252,9255,9258,9261,9264,9268,9272,9276,9279,9283,9286,9289,9292,9294,9298,9303,9307,9311,9313,9317,9320,9327,9331,9335,9339,9345,9347,9351,9355,9358,9361,9365,9370,9376,9380,9382,9386,9389,9394,9398,9403,9407,9411,9413,9416,9419,9421,9426,9429,9432,9437,9441,9445,9450,9454,9458,9460,9462,9465,9467,9470,9473,9477,9481,9483,9487,9490,9494,9497,9499,9502,9506,9508,9512,9515,9518,9521,9525,9528,9531,9533,9536,9538,9541,9545,9548,9550,9552,9554,9556,9560,9562,9565,9570,9574,9577,9579,9581,9583,9587,9590,9593,9596,9600,9603,9608,9612,9615,9619,9622,9625,9629,9633,9635,9640,9643,9647,9650,9653,9656,9658,9661,9665,9668,9672,9675,9679,9683,9686,9689,9692,9695,9699,9701,9704,9706,9711,9712,9716,9718,9721,9724,9727,9729,9733,9735,9737,9740,9744,9746,9748,9751,9753,9756,9760,9764,9766,9770,9773,9776,9779,9782,9786,9791,9796,9800,9806,9810,9813,9817,9821,9824,9828,9832,9835,9839,9841,9846,9850,9852,9858,9861,9864,9867,9871,9874,9878,9882,9886,9888,9891,9893,9896,9898,9900,9903,9906,9909,9912,9915,9918,9920,9924,9928,9932,9936,9939,9942,9946,9949,9953,9955,9959,9963,9966,9969,9972,9975,9978,9981,9984,9987,9990,9993,9996,9999,10002,10005,10009,10012,10016,10020,10023,10026,10029,10032,10035,10038,10042,10045,10048,10054,10058,10062,10066],{"number":8719,"type":8720,"author":8721,"provisional":2107,"depends":8722,"platform":8723,"contact":8724,"extension":8725,"proposal":2107},135,"device","AMD","(((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3)+VK_KHR_pipeline_library+VK_KHR_spirv_1_4","provisional","Tobias Hector @tobski","VK_AMDX_shader_enqueue",{"number":8727,"type":8720,"author":8721,"provisional":8543,"contact":8728,"extension":8729,"proposal":2107},477,"Stu Smith","VK_AMD_anti_lag",{"number":8731,"type":8720,"author":8721,"provisional":8543,"specialuse":8732,"contact":8733,"extension":8734,"proposal":8543},180,"devtools","Daniel Rakos @drakos-amd","VK_AMD_buffer_marker",{"number":8736,"type":8720,"author":8721,"provisional":8543,"depends":8737,"contact":8724,"extension":8738,"proposal":8543},230,"VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","VK_AMD_device_coherent_memory",{"number":8740,"type":8720,"author":8721,"provisional":8543,"depends":8741,"contact":8742,"extension":8743,"proposal":8543},214,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain","Matthaeus G. Chajdas @anteru","VK_AMD_display_native_hdr",{"number":2671,"type":8720,"author":8721,"promotedto":8745,"provisional":8543,"contact":8733,"extension":8746,"proposal":8543},"VK_KHR_draw_indirect_count","VK_AMD_draw_indirect_count",{"number":2578,"type":8720,"author":8721,"provisional":8543,"contact":8748,"extension":8749,"proposal":8543},"Dominik Witczak @dominikwitczakamd","VK_AMD_gcn_shader",{"number":3195,"type":8720,"author":8721,"deprecatedby":8751,"provisional":8543,"contact":8748,"extension":8752,"proposal":8543},"VK_KHR_shader_float16_int8","VK_AMD_gpu_shader_half_float",{"number":8754,"type":8720,"author":8721,"deprecatedby":8751,"provisional":8543,"contact":8755,"extension":8756,"proposal":8543},133,"Qun Lin @linqun","VK_AMD_gpu_shader_int16",{"number":8758,"type":8720,"author":8721,"provisional":8543,"contact":8759,"extension":8760,"proposal":8543},190,"Martin Dinkov @mdinkov","VK_AMD_memory_overallocation_behavior",{"number":8762,"type":8720,"author":8721,"provisional":8543,"contact":8742,"extension":8763,"proposal":8543},137,"VK_AMD_mixed_attachment_samples",{"number":3187,"type":8720,"author":8721,"obsoletedby":8765,"provisional":8543,"contact":8742,"extension":8766,"proposal":8543},"VK_KHR_maintenance1","VK_AMD_negative_viewport_height",{"number":8768,"type":8720,"author":8721,"provisional":8543,"contact":8742,"extension":8769,"proposal":8543},184,"VK_AMD_pipeline_compiler_control",{"number":2395,"type":8720,"author":8721,"provisional":8543,"contact":8733,"extension":8771,"proposal":8543},"VK_AMD_rasterization_order",{"number":3814,"type":8720,"author":8721,"provisional":8543,"contact":8748,"extension":8773,"proposal":8543},"VK_AMD_shader_ballot",{"number":8775,"type":8720,"author":8721,"provisional":8543,"depends":8737,"contact":8759,"extension":8776,"proposal":8543},186,"VK_AMD_shader_core_properties",{"number":8778,"type":8720,"author":8721,"provisional":8543,"depends":8776,"contact":8742,"extension":8779,"proposal":8543},228,"VK_AMD_shader_core_properties2",{"number":8781,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8724,"extension":8783,"proposal":2107},322,"EXT","VK_AMD_shader_early_and_late_fragment_tests",{"number":2468,"type":8720,"author":8721,"provisional":8543,"contact":8755,"extension":8785,"proposal":8543},"VK_AMD_shader_explicit_vertex_parameter",{"number":8787,"type":8720,"author":8721,"provisional":8543,"contact":8788,"extension":8789,"proposal":8543},138,"Aaron Hagan @AaronHaganAMD","VK_AMD_shader_fragment_mask",{"number":4026,"type":8720,"author":8721,"provisional":8543,"contact":8748,"extension":8791,"proposal":8543},"VK_AMD_shader_image_load_store_lod",{"number":3898,"type":8720,"author":8721,"provisional":8543,"specialuse":8732,"contact":8793,"extension":8794,"proposal":8543},"Jaakko Konttinen @jaakkoamd","VK_AMD_shader_info",{"number":2428,"type":8720,"author":8721,"provisional":8543,"contact":8755,"extension":8796,"proposal":8543},"VK_AMD_shader_trinary_minmax",{"number":3890,"type":8720,"author":8721,"provisional":8543,"depends":8737,"contact":8798,"extension":8799,"proposal":8543},"Rex Xu @amdrexu","VK_AMD_texture_gather_bias_lod",{"number":8801,"type":8720,"author":8802,"provisional":8543,"depends":8803,"platform":8804,"specialuse":8805,"contact":8806,"extension":8807,"proposal":2107},469,"ANDROID","VK_ANDROID_external_memory_android_hardware_buffer","android","glemulation","Chris Forbes @chrisforbes","VK_ANDROID_external_format_resolve",{"number":8809,"type":8720,"author":8802,"provisional":8543,"depends":8810,"platform":8804,"contact":8811,"extension":8803,"proposal":8543},130,"((VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation),VK_VERSION_1_1)+VK_EXT_queue_family_foreign","Jesse Hall @critsec",{"number":8813,"type":8720,"author":8814,"promotedto":8815,"provisional":8543,"depends":8737,"contact":8816,"extension":8817,"proposal":8543},343,"ARM","VK_EXT_rasterization_order_attachment_access","Jan-Harald Fredriksen @janharaldfredriksen-arm","VK_ARM_rasterization_order_attachment_access",{"number":8819,"type":8720,"author":8814,"provisional":8543,"depends":8820,"contact":8816,"extension":8821,"proposal":2107},425,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_ARM_render_pass_striped",{"number":8823,"type":8720,"author":8814,"provisional":8543,"depends":8824,"contact":8825,"extension":8826,"proposal":8543},418,"VK_ARM_shader_core_builtins","Kevin Petit @kpet","VK_ARM_scheduling_controls",{"number":8828,"type":8720,"author":8814,"provisional":8543,"depends":8737,"contact":8825,"extension":8824,"proposal":8543},498,{"number":8830,"type":8720,"author":8814,"provisional":8543,"depends":8831,"contact":8816,"extension":8832,"proposal":8543},416,"VK_VERSION_1_1","VK_ARM_shader_core_properties",{"number":8834,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8837,"extension":8838,"proposal":8543},341,"VK_VERSION_1_3","vulkansc","Joshua Ashton @Joshua-Ashton","VK_EXT_4444_formats",{"number":8840,"type":8841,"author":8782,"provisional":8543,"depends":8842,"contact":8843,"extension":8844,"proposal":8543},286,"instance","VK_EXT_direct_mode_display","Drew DeVault sir@cmpwn.com","VK_EXT_acquire_drm_display",{"number":8846,"type":8841,"author":8847,"provisional":8543,"depends":8842,"platform":8848,"contact":8849,"extension":8850,"proposal":8543},90,"NV","xlib_xrandr","James Jones @cubanismo","VK_EXT_acquire_xlib_display",{"extension":8852,"proposal":8543},"VK_EXT_application_parameters",{"number":8854,"type":8720,"author":8814,"provisional":8543,"depends":8737,"contact":8816,"extension":8855,"proposal":8543},68,"VK_EXT_astc_decode_mode",{"number":8857,"type":8720,"author":8782,"provisional":8543,"depends":8858,"ratified":8859,"contact":8860,"extension":8861,"proposal":2107},525,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_attachment_feedback_loop_layout","vulkan","Mike Blumenkrantz @zmike","VK_EXT_attachment_feedback_loop_dynamic_state",{"number":8863,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"contact":8837,"extension":8864,"proposal":2107},340,"VK_EXT_attachment_feedback_loop_layout",{"number":8866,"type":8720,"author":8847,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":8868,"proposal":8543},149,"Jeff Bolz @jeffbolznv","VK_EXT_blend_operation_advanced",{"number":8870,"type":8720,"author":8782,"provisional":8543,"depends":8871,"specialuse":8872,"contact":8873,"extension":8874,"proposal":8543},412,"VK_EXT_custom_border_color","glemulation,d3demulation","Piers Daniell @pdaniell-nv","VK_EXT_border_color_swizzle",{"number":8876,"type":8720,"author":8847,"deprecatedby":8877,"provisional":8543,"depends":8737,"contact":8867,"extension":8878,"proposal":8543},245,"VK_KHR_buffer_device_address","VK_EXT_buffer_device_address",{"number":8880,"type":8720,"author":8782,"promotedto":8881,"provisional":8543,"depends":8737,"contact":8733,"extension":8882,"proposal":2107},185,"VK_KHR_calibrated_timestamps","VK_EXT_calibrated_timestamps",{"number":8884,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8885,"contact":8886,"extension":8887,"proposal":8543},382,"vulkan,vulkansc","Sharif Elcott @selcott","VK_EXT_color_write_enable",{"number":8889,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":8890,"extension":8891,"proposal":8543},82,"Vikram Kushwaha @vkushwaha","VK_EXT_conditional_rendering",{"number":8893,"type":8720,"author":8847,"provisional":8543,"depends":8737,"ratified":8859,"contact":8873,"extension":8894,"proposal":8543},102,"VK_EXT_conservative_rasterization",{"number":8896,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8885,"specialuse":8872,"contact":8897,"extension":8871,"proposal":8543},288,"Liam Middlebrook @liam-middlebrook",{"number":2515,"type":8720,"author":8899,"promotedto":8900,"provisional":8543,"depends":8901,"specialuse":8689,"contact":8902,"extension":8903,"proposal":8543},"Baldur Karlsson","VK_EXT_debug_utils","VK_EXT_debug_report","Baldur Karlsson @baldurk","VK_EXT_debug_marker",{"number":837,"type":8841,"author":8905,"deprecatedby":8900,"provisional":8543,"specialuse":8689,"contact":8906,"extension":8901,"proposal":8543},"GOOGLE","Courtney Goeltzenleuchter @courtney-g",{"number":8908,"type":8841,"author":8782,"provisional":8543,"specialuse":8689,"contact":8909,"extension":8900,"proposal":8543},129,"Mark Young @marky-lunarg",{"number":8911,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":8912,"contact":8837,"extension":8913,"proposal":2107},284,"d3demulation","VK_EXT_depth_bias_control",{"number":8915,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8916,"extension":8917,"proposal":8543},422,"Graeme Leese @gnl21","VK_EXT_depth_clamp_zero_one",{"number":8919,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":8805,"contact":8920,"extension":8921,"proposal":8543},356,"Shahbaz Youssefi @syoussefi","VK_EXT_depth_clip_control",{"number":8923,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8885,"specialuse":8912,"contact":8873,"extension":8924,"proposal":8543},103,"VK_EXT_depth_clip_enable",{"number":2316,"type":8720,"author":8847,"provisional":8543,"ratified":8885,"contact":8873,"extension":8926,"proposal":8543},"VK_EXT_depth_range_unrestricted",{"number":8928,"type":8720,"author":8782,"provisional":8543,"depends":8929,"contact":8724,"extension":8930,"proposal":2107},317,"((((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing),VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_EXT_descriptor_buffer",{"number":8932,"type":8720,"author":8847,"promotedto":8933,"provisional":8543,"depends":8934,"contact":8867,"extension":8935,"proposal":8543},162,"VK_VERSION_1_2","(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3),VK_VERSION_1_1","VK_EXT_descriptor_indexing",{"number":8937,"type":8720,"author":8782,"provisional":8543,"depends":8938,"specialuse":8939,"contact":8940,"extension":8941,"proposal":8543},355,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_debug_utils","debugging,devtools","Ralph Potter gitlab:@r_potter","VK_EXT_device_address_binding_report",{"number":8943,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8940,"extension":8944,"proposal":2107},342,"VK_EXT_device_fault",{"number":8946,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":8732,"contact":8947,"extension":8948,"proposal":8543},285,"Yiwei Zhang @zhangyiwei","VK_EXT_device_memory_report",{"number":8950,"type":8841,"author":8847,"provisional":8543,"depends":8951,"contact":8849,"extension":8842,"proposal":8543},89,"VK_KHR_display",{"number":8953,"type":8841,"author":8782,"provisional":8543,"depends":8954,"platform":8955,"contact":8956,"extension":8957,"proposal":8543},347,"VK_KHR_surface","directfb","Nicolas Caramelli @caramelli","VK_EXT_directfb_surface",{"number":8959,"type":8720,"author":8847,"provisional":8543,"depends":8737,"ratified":8885,"contact":8873,"extension":8960,"proposal":8543},100,"VK_EXT_discard_rectangles",{"number":8962,"type":8720,"author":8847,"provisional":8543,"depends":8963,"ratified":8859,"contact":8849,"extension":8964,"proposal":8543},92,"VK_EXT_display_surface_counter+VK_KHR_swapchain","VK_EXT_display_control",{"number":8966,"type":8841,"author":8847,"provisional":8543,"depends":8951,"ratified":8859,"contact":8849,"extension":8967,"proposal":8543},91,"VK_EXT_display_surface_counter",{"number":8969,"type":8720,"author":8782,"provisional":8543,"depends":8970,"ratified":8859,"contact":8873,"extension":8971,"proposal":2107},500,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_dynamic_rendering),VK_VERSION_1_3","VK_EXT_dynamic_rendering_unused_attachments",{"number":8973,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8873,"extension":8974,"proposal":8543},268,"VK_EXT_extended_dynamic_state",{"number":8976,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8977,"extension":8978,"proposal":8543},378,"Vikram Kushwaha @vkushwaha-nv","VK_EXT_extended_dynamic_state2",{"number":8980,"type":8720,"author":8847,"provisional":8543,"depends":8737,"ratified":8859,"contact":8873,"extension":8981,"proposal":2107},456,"VK_EXT_extended_dynamic_state3",{"number":8983,"type":8720,"author":8782,"provisional":8543,"depends":8984,"ratified":8859,"contact":8985,"extension":8986,"proposal":2107},454,"VK_KHR_external_memory,VK_VERSION_1_1","Lina Versace @versalinyaa","VK_EXT_external_memory_acquire_unmodified",{"number":8988,"type":8720,"author":8782,"provisional":8543,"depends":8989,"ratified":8885,"contact":8985,"extension":8990,"proposal":8543},126,"VK_KHR_external_memory_fd","VK_EXT_external_memory_dma_buf",{"number":8992,"type":8720,"author":8782,"provisional":8543,"depends":8984,"ratified":8885,"contact":8733,"extension":8993,"proposal":8543},179,"VK_EXT_external_memory_host",{"number":8995,"type":8720,"author":8996,"provisional":8543,"ratified":8859,"contact":8997,"extension":8998,"proposal":8543},171,"QCOM","Matthew Netsch @mnetsch","VK_EXT_filter_cubic",{"number":9000,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8997,"extension":9001,"proposal":8543},219,"VK_EXT_fragment_density_map",{"number":9003,"type":8720,"author":8782,"provisional":8543,"depends":9001,"contact":8997,"extension":9004,"proposal":8543},333,"VK_EXT_fragment_density_map2",{"number":9006,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8873,"extension":9007,"proposal":8543},252,"VK_EXT_fragment_shader_interlock",{"number":9009,"type":8720,"author":8782,"provisional":8543,"ratified":8859,"contact":9010,"extension":9011,"proposal":2107},376,"James Fitzpatrick @jamesfitzpatrick","VK_EXT_frame_boundary",{"number":9013,"type":8720,"author":8782,"provisional":8543,"depends":9014,"platform":9015,"ratified":8859,"contact":8849,"extension":9016,"proposal":8543},256,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain","win32","VK_EXT_full_screen_exclusive",{"number":9018,"type":8720,"author":8782,"promotedto":9019,"provisional":8543,"contact":9020,"extension":9021,"proposal":8543},175,"VK_KHR_global_priority","Andres Rodriguez @lostgoat","VK_EXT_global_priority",{"number":9023,"type":8720,"author":8782,"promotedto":9019,"provisional":8543,"depends":9024,"contact":8947,"extension":9025,"proposal":8543},389,"VK_EXT_global_priority+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_global_priority_query",{"number":9027,"type":8720,"author":8721,"provisional":8543,"depends":9028,"contact":8724,"extension":9029,"proposal":2107},321,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_pipeline_library","VK_EXT_graphics_pipeline_library",{"number":9031,"type":8720,"author":8905,"provisional":8543,"depends":9032,"ratified":8885,"contact":8906,"extension":9033,"proposal":8543},106,"VK_KHR_swapchain","VK_EXT_hdr_metadata",{"number":9035,"type":8841,"author":8782,"provisional":8543,"depends":8954,"contact":9036,"extension":9037,"proposal":8543},257,"Lisa Wu @chengtianww","VK_EXT_headless_surface",{"number":9039,"type":8720,"author":8782,"provisional":8543,"depends":9040,"ratified":8859,"contact":8920,"extension":9041,"proposal":2107},271,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_copy_commands2+VK_KHR_format_feature_flags2),VK_VERSION_1_3","VK_EXT_host_image_copy",{"number":9043,"type":8720,"author":8782,"promotedto":8933,"provisional":8543,"depends":8737,"contact":9044,"extension":9045,"proposal":8543},262,"Bas Nieuwenhuizen @BNieuwenhuizen","VK_EXT_host_query_reset",{"number":9047,"type":8720,"author":8782,"provisional":8543,"depends":9048,"specialuse":8805,"contact":8860,"extension":9049,"proposal":8543},394,"(VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","VK_EXT_image_2d_view_of_3d",{"number":9051,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8816,"extension":9052,"proposal":2107},339,"VK_EXT_image_compression_control",{"number":9054,"type":8720,"author":8782,"provisional":8543,"depends":9052,"contact":8816,"extension":9055,"proposal":8543},438,"VK_EXT_image_compression_control_swapchain",{"number":9057,"type":8720,"author":8782,"provisional":8543,"depends":9058,"ratified":8859,"contact":8985,"extension":9059,"proposal":8543},159,"(((VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion),VK_VERSION_1_1)+VK_KHR_image_format_list),VK_VERSION_1_2","VK_EXT_image_drm_format_modifier",{"number":9061,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8916,"extension":9062,"proposal":8543},336,"VK_EXT_image_robustness",{"number":9064,"type":8720,"author":8782,"provisional":8543,"depends":9048,"specialuse":8912,"contact":8860,"extension":9065,"proposal":2107},419,"VK_EXT_image_sliced_view_of_3d",{"number":9067,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8837,"extension":9068,"proposal":8543},392,"VK_EXT_image_view_min_lod",{"number":9070,"type":8720,"author":8782,"promotedto":9071,"provisional":8543,"depends":8737,"contact":8873,"extension":9072,"proposal":8543},266,"VK_KHR_index_type_uint8","VK_EXT_index_type_uint8",{"number":9074,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":9075,"contact":9076,"extension":9077,"proposal":8543},139,"(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1),VK_VERSION_1_1","Daniel Rakos @aqnuep","VK_EXT_inline_uniform_block",{"number":9079,"type":8841,"author":8782,"provisional":8543,"ratified":8859,"contact":9080,"extension":9081,"proposal":2107},497,"Christophe Riccio @christophe","VK_EXT_layer_settings",{"number":9083,"type":8720,"author":8782,"provisional":8543,"depends":8737,"specialuse":8805,"contact":8920,"extension":9084,"proposal":2107},466,"VK_EXT_legacy_dithering",{"number":9086,"type":8720,"author":8782,"provisional":8543,"depends":9087,"ratified":8859,"specialuse":8805,"contact":8860,"extension":9088,"proposal":2107},496,"VK_EXT_vertex_input_dynamic_state","VK_EXT_legacy_vertex_attributes",{"number":9090,"type":8720,"author":8782,"promotedto":9091,"provisional":8543,"depends":8737,"specialuse":9092,"contact":8867,"extension":9093,"proposal":8543},260,"VK_KHR_line_rasterization","cadsupport","VK_EXT_line_rasterization",{"number":9095,"type":8720,"author":8782,"promotedto":9096,"provisional":8543,"ratified":8859,"contact":8920,"extension":9097,"proposal":8543},401,"VK_KHR_load_store_op_none","VK_EXT_load_store_op_none",{"number":9099,"type":8720,"author":8782,"provisional":8543,"depends":9100,"ratified":8859,"contact":9101,"extension":9102,"proposal":2107},273,"VK_KHR_map_memory2","Faith Ekstrand @gfxstrand","VK_EXT_map_memory_placed",{"number":9104,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":9105,"proposal":8543},238,"VK_EXT_memory_budget",{"number":9107,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":9108,"proposal":8543},239,"VK_EXT_memory_priority",{"number":9110,"type":8720,"author":8782,"provisional":8543,"depends":9111,"contact":9112,"extension":9113,"proposal":2107},329,"VK_KHR_spirv_1_4","Christoph Kubisch @pixeljetstream","VK_EXT_mesh_shader",{"number":9115,"type":8720,"author":8782,"provisional":8543,"platform":9116,"contact":9117,"extension":9118,"proposal":2107},312,"metal","Bill Hollings @billhollings","VK_EXT_metal_objects",{"number":9120,"type":8841,"author":8782,"provisional":8543,"depends":8954,"platform":9116,"contact":9121,"extension":9122,"proposal":8543},218,"Dzmitry Malyshau @kvark","VK_EXT_metal_surface",{"number":9124,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8860,"extension":9125,"proposal":8543},393,"VK_EXT_multi_draw",{"number":9127,"type":8720,"author":8782,"provisional":8543,"depends":9128,"contact":8920,"extension":9129,"proposal":2107},377,"(VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_EXT_multisampled_render_to_single_sampled",{"number":9131,"type":8720,"author":8782,"provisional":8543,"depends":9132,"specialuse":8912,"contact":9133,"extension":9134,"proposal":2107},495,"VK_KHR_maintenance3","Joshua Ashton @Joshua-Ashton,Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_mutable_descriptor_type",{"number":9136,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"contact":8873,"extension":9137,"proposal":8543},452,"VK_EXT_nested_command_buffer",{"number":9139,"type":8720,"author":8782,"provisional":8543,"depends":8737,"specialuse":9140,"contact":9141,"extension":9142,"proposal":2107},423,"d3demulation,glemulation","Georg Lehmann @DadSchoorse","VK_EXT_non_seamless_cube_map",{"number":9144,"type":8720,"author":8782,"provisional":8543,"depends":9145,"ratified":8859,"contact":9146,"extension":9147,"proposal":2107},397,"VK_KHR_acceleration_structure+(VK_KHR_synchronization2,VK_VERSION_1_3)","Christoph Kubisch @pixeljetstream, Eric Werness","VK_EXT_opacity_micromap",{"number":9149,"type":8720,"author":8782,"provisional":8543,"depends":9108,"contact":8873,"extension":9150,"proposal":8543},413,"VK_EXT_pageable_device_local_memory",{"number":9152,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8885,"contact":8742,"extension":9153,"proposal":8543},213,"VK_EXT_pci_bus_info",{"number":9155,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":9156,"extension":9157,"proposal":8543},354,"Simon Ser @emersion","VK_EXT_physical_device_drm",{"number":9159,"type":8720,"author":8721,"promotedto":8835,"provisional":8543,"depends":8737,"contact":9160,"extension":9161,"proposal":8543},298,"Gregory Grebe @grgrebe_amd","VK_EXT_pipeline_creation_cache_control",{"number":9163,"type":8720,"author":8905,"promotedto":8835,"provisional":8543,"specialuse":8732,"contact":9164,"extension":9165,"proposal":8543},193,"Jean-Francois Roy @jfroy","VK_EXT_pipeline_creation_feedback",{"number":9167,"type":8720,"author":8782,"provisional":8543,"depends":9168,"contact":9169,"extension":9170,"proposal":2107},499,"VK_KHR_ray_tracing_pipeline+VK_KHR_pipeline_library","Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_pipeline_library_group_handles",{"number":9172,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":9173,"extension":9174,"proposal":8543},373,"Mukund Keshava @mkeshavanv","VK_EXT_pipeline_properties",{"number":9176,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":8920,"extension":9177,"proposal":2107},467,"VK_EXT_pipeline_protected_access",{"number":9179,"type":8720,"author":9180,"provisional":8543,"depends":8737,"contact":9181,"extension":9182,"proposal":8543},69,"IMG","Jarred Davies","VK_EXT_pipeline_robustness",{"number":9184,"type":8720,"author":8847,"provisional":8543,"ratified":8859,"contact":9185,"extension":9186,"proposal":8543},156,"Daniel Koch @dgkoch","VK_EXT_post_depth_coverage",{"number":9188,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":8805,"contact":8920,"extension":9189,"proposal":8543},357,"VK_EXT_primitive_topology_list_restart",{"number":9191,"type":8720,"author":8782,"provisional":8543,"depends":9192,"specialuse":8805,"contact":8920,"extension":9193,"proposal":2107},383,"VK_EXT_transform_feedback","VK_EXT_primitives_generated_query",{"number":9195,"type":8720,"author":8847,"promotedto":8835,"provisional":8543,"depends":8737,"contact":9196,"extension":9197,"proposal":8543},296,"Matthew Rusch @mattruschnv","VK_EXT_private_data",{"number":9199,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":8805,"contact":9200,"extension":9201,"proposal":8543},255,"Jesse Hall @jessehall","VK_EXT_provoking_vertex",{"number":9203,"type":8720,"author":8782,"provisional":8543,"depends":8984,"ratified":8885,"contact":8985,"extension":9204,"proposal":8543},127,"VK_EXT_queue_family_foreign",{"number":9206,"type":8720,"author":8814,"provisional":8543,"depends":8737,"contact":8816,"extension":8815,"proposal":2107},464,{"number":9208,"type":8720,"author":8782,"provisional":8543,"depends":9209,"contact":8816,"extension":9210,"proposal":8543},345,"VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1","VK_EXT_rgba10x6_formats",{"number":9212,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8885,"contact":8897,"extension":9213,"proposal":8543},287,"VK_EXT_robustness2",{"number":9215,"type":8720,"author":8721,"provisional":8543,"depends":8737,"ratified":8885,"contact":8733,"extension":9216,"proposal":8543},144,"VK_EXT_sample_locations",{"number":9218,"type":8720,"author":8847,"promotedto":8933,"provisional":8543,"depends":8737,"contact":8867,"extension":9219,"proposal":8543},131,"VK_EXT_sampler_filter_minmax",{"number":9221,"type":8720,"author":8782,"promotedto":8933,"provisional":8543,"depends":8737,"contact":8724,"extension":9222,"proposal":8543},222,"VK_EXT_scalar_block_layout",{"number":9224,"type":8720,"author":8782,"promotedto":8933,"provisional":8543,"contact":8733,"extension":9225,"proposal":8543},247,"VK_EXT_separate_stencil_usage",{"number":9227,"type":8720,"author":8847,"provisional":8543,"depends":8737,"ratified":8885,"contact":8977,"extension":9228,"proposal":8543},261,"VK_EXT_shader_atomic_float",{"number":9230,"type":8720,"author":8782,"provisional":8543,"depends":9228,"ratified":8859,"contact":9101,"extension":9231,"proposal":8543},274,"VK_EXT_shader_atomic_float2",{"number":9233,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8867,"extension":9234,"proposal":8543},277,"VK_EXT_shader_demote_to_helper_invocation",{"number":9236,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"contact":8724,"extension":9237,"proposal":8543},235,"VK_EXT_shader_image_atomic_int64",{"number":9239,"type":8720,"author":8782,"provisional":8543,"depends":9240,"contact":9169,"extension":9241,"proposal":2107},463,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_pipeline_creation_cache_control),VK_VERSION_1_3","VK_EXT_shader_module_identifier",{"number":9243,"type":8720,"author":8782,"provisional":8543,"depends":8970,"ratified":8859,"contact":9244,"extension":9245,"proposal":2107},483,"Daniel Story @daniel-story","VK_EXT_shader_object",{"number":9247,"type":8720,"author":8782,"provisional":8543,"ratified":8859,"contact":8825,"extension":9248,"proposal":2107},565,"VK_EXT_shader_replicated_composites",{"number":9250,"type":8720,"author":8782,"provisional":8543,"ratified":8885,"contact":8748,"extension":9251,"proposal":8543},141,"VK_EXT_shader_stencil_export",{"number":9253,"type":8720,"author":8847,"deprecatedby":8933,"provisional":8543,"contact":9185,"extension":9254,"proposal":8543},65,"VK_EXT_shader_subgroup_ballot",{"number":9256,"type":8720,"author":8847,"deprecatedby":8831,"provisional":8543,"contact":9185,"extension":9257,"proposal":8543},66,"VK_EXT_shader_subgroup_vote",{"number":9259,"type":8720,"author":8782,"provisional":8543,"depends":8835,"ratified":8859,"contact":8816,"extension":9260,"proposal":2107},396,"VK_EXT_shader_tile_image",{"number":9262,"type":8720,"author":8847,"promotedto":8933,"provisional":8543,"contact":9185,"extension":9263,"proposal":8543},163,"VK_EXT_shader_viewport_index_layer",{"number":9265,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8831,"ratified":8836,"contact":9266,"extension":9267,"proposal":8543},226,"Neil Henning @sheredom","VK_EXT_subgroup_size_control",{"number":9269,"type":8720,"author":8782,"provisional":8543,"depends":8737,"contact":9270,"extension":9271,"proposal":2107},459,"Ting Wei @catweiting","VK_EXT_subpass_merge_feedback",{"number":9273,"type":8841,"author":8782,"provisional":8543,"depends":9274,"contact":8920,"extension":9275,"proposal":2107},275,"VK_KHR_surface+VK_KHR_get_surface_capabilities2","VK_EXT_surface_maintenance1",{"number":9277,"type":8841,"author":8905,"provisional":8543,"depends":8954,"contact":8906,"extension":9278,"proposal":8543},105,"VK_EXT_swapchain_colorspace",{"number":9280,"type":8720,"author":8782,"provisional":8543,"depends":9281,"contact":8920,"extension":9282,"proposal":2107},276,"VK_KHR_swapchain+VK_EXT_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_swapchain_maintenance1",{"number":9284,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8867,"extension":9285,"proposal":8543},282,"VK_EXT_texel_buffer_alignment",{"number":9287,"type":8720,"author":8814,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8836,"contact":8816,"extension":9288,"proposal":8543},67,"VK_EXT_texture_compression_astc_hdr",{"number":9290,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"contact":8724,"extension":9291,"proposal":8543},246,"VK_EXT_tooling_info",{"number":2616,"type":8720,"author":8847,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":9293,"contact":8873,"extension":9192,"proposal":8543},"glemulation,d3demulation,devtools",{"number":9295,"type":8720,"author":8905,"provisional":8543,"contact":9296,"extension":9297,"proposal":8543},161,"Cort Stratton @cdwfs","VK_EXT_validation_cache",{"number":9299,"type":8841,"author":9300,"deprecatedby":9081,"provisional":8543,"specialuse":8689,"contact":9301,"extension":9302,"proposal":8543},248,"LUNARG","Karl Schultz @karl-lunarg","VK_EXT_validation_features",{"number":9304,"type":8841,"author":8905,"deprecatedby":9081,"provisional":8543,"specialuse":8689,"contact":9305,"extension":9306,"proposal":8543},62,"Tobin Ehlis @tobine","VK_EXT_validation_flags",{"number":9308,"type":8720,"author":8847,"promotedto":9309,"provisional":8543,"depends":8737,"contact":8890,"extension":9310,"proposal":8543},191,"VK_KHR_vertex_attribute_divisor","VK_EXT_vertex_attribute_divisor",{"number":9312,"type":8720,"author":8782,"provisional":8543,"depends":8737,"ratified":8859,"contact":8873,"extension":9087,"proposal":8543},353,{"number":9314,"type":8720,"author":8782,"promotedto":8835,"provisional":8543,"depends":9209,"ratified":8836,"contact":9315,"extension":9316,"proposal":8543},331,"Tony Zlatinski @tzlatinski","VK_EXT_ycbcr_2plane_444_formats",{"number":9318,"type":8720,"author":8782,"provisional":8543,"depends":9209,"ratified":8885,"contact":8873,"extension":9319,"proposal":8543},253,"VK_EXT_ycbcr_image_arrays",{"number":9321,"type":8720,"author":9322,"provisional":8543,"depends":9323,"platform":9324,"contact":9325,"extension":9326,"proposal":8543},367,"FUCHSIA","VK_FUCHSIA_external_memory+(VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1)","fuchsia","John Rosasco @rosasco","VK_FUCHSIA_buffer_collection",{"number":9328,"type":8720,"author":9322,"provisional":8543,"depends":9329,"platform":9324,"contact":9325,"extension":9330,"proposal":8543},365,"(VK_KHR_external_memory_capabilities+VK_KHR_external_memory),VK_VERSION_1_1","VK_FUCHSIA_external_memory",{"number":9332,"type":8720,"author":9322,"provisional":8543,"depends":9333,"platform":9324,"contact":9325,"extension":9334,"proposal":8543},366,"VK_KHR_external_semaphore_capabilities+VK_KHR_external_semaphore","VK_FUCHSIA_external_semaphore",{"number":9336,"type":8841,"author":9322,"provisional":8543,"depends":8954,"platform":9324,"contact":9337,"extension":9338,"proposal":8543},215,"Craig Stout @cdotstout","VK_FUCHSIA_imagepipe_surface",{"number":9340,"type":8720,"author":9341,"provisional":8543,"depends":9342,"platform":9343,"contact":9164,"extension":9344,"proposal":8543},192,"GGP","VK_KHR_swapchain+VK_GGP_stream_descriptor_surface","ggp","VK_GGP_frame_token",{"number":4090,"type":8841,"author":9341,"provisional":8543,"depends":8954,"platform":9343,"contact":9164,"extension":9346,"proposal":8543},"VK_GGP_stream_descriptor_surface",{"number":9348,"type":8720,"author":8905,"provisional":8543,"contact":9349,"extension":9350,"proposal":8543},225,"Hai Nguyen @chaoticbob","VK_GOOGLE_decorate_string",{"number":9352,"type":8720,"author":8905,"provisional":8543,"depends":9032,"contact":9353,"extension":9354,"proposal":8543},93,"Ian Elliott @ianelliottus","VK_GOOGLE_display_timing",{"number":9356,"type":8720,"author":8905,"provisional":8543,"contact":9349,"extension":9357,"proposal":8543},224,"VK_GOOGLE_hlsl_functionality1",{"number":9359,"type":8841,"author":8905,"provisional":8543,"depends":8954,"specialuse":8805,"contact":8920,"extension":9360,"proposal":2107},434,"VK_GOOGLE_surfaceless_query",{"number":9362,"type":8720,"author":8905,"provisional":8543,"contact":9363,"extension":9364,"proposal":8543},290,"Kaye Mason @chaleur","VK_GOOGLE_user_type",{"number":9366,"type":8720,"author":9367,"provisional":8543,"depends":8737,"contact":9368,"extension":9369,"proposal":2107},405,"HUAWEI","Yuchang Wang @richard_Wang2","VK_HUAWEI_cluster_culling_shader",{"number":9371,"type":8720,"author":9372,"provisional":8543,"depends":9373,"contact":9374,"extension":9375,"proposal":2107},371,"Huawei","VK_KHR_ray_tracing_pipeline+(VK_KHR_synchronization2,VK_VERSION_1_3)","Pan Gao @PanGao-h","VK_HUAWEI_invocation_mask",{"number":9377,"type":8720,"author":9367,"provisional":8543,"depends":9378,"contact":9374,"extension":9379,"proposal":8543},370,"((VK_KHR_create_renderpass2,VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_HUAWEI_subpass_shading",{"number":2356,"type":8720,"author":9180,"provisional":8543,"contact":8724,"extension":9381,"proposal":8543},"VK_IMG_filter_cubic",{"number":4171,"type":8720,"author":9180,"deprecatedby":9383,"provisional":8543,"contact":9384,"extension":9385,"proposal":8543},null,"Stuart Smith","VK_IMG_format_pvrtc",{"number":9387,"type":8720,"author":9180,"provisional":8543,"depends":8737,"specialuse":8805,"contact":9010,"extension":9388,"proposal":8543},111,"VK_IMG_relaxed_line_rasterization",{"number":9390,"type":8720,"author":9391,"provisional":8543,"specialuse":8732,"contact":9392,"extension":9393,"proposal":8543},211,"INTEL","Lionel Landwerlin @llandwerlin","VK_INTEL_performance_query",{"number":9395,"type":8720,"author":9391,"provisional":8543,"depends":8737,"contact":9396,"extension":9397,"proposal":8543},210,"Ian Romanick @ianromanick","VK_INTEL_shader_integer_functions2",{"number":9399,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9401,"ratified":8859,"contact":8816,"extension":9402,"proposal":8543},84,"KHR","(VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class),VK_VERSION_1_1","VK_KHR_16bit_storage",{"number":9404,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9401,"ratified":8859,"contact":9405,"extension":9406,"proposal":8543},178,"Alexander Galazin @alegal-arm","VK_KHR_8bit_storage",{"number":9408,"type":8720,"author":9400,"provisional":8543,"depends":9409,"ratified":8859,"contact":9185,"extension":9410,"proposal":8543},151,"((VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address),VK_VERSION_1_2)+VK_KHR_deferred_host_operations","VK_KHR_acceleration_structure",{"number":780,"type":8841,"author":9400,"provisional":8543,"depends":8954,"platform":8804,"ratified":8859,"contact":8811,"extension":9412,"proposal":8543},"VK_KHR_android_surface",{"number":9414,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":8724,"extension":9415,"proposal":8543},158,"VK_KHR_bind_memory2",{"number":9417,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9418,"ratified":8859,"contact":8867,"extension":8877,"proposal":8543},258,"(VK_KHR_get_physical_device_properties2+VK_KHR_device_group),VK_VERSION_1_1",{"number":9420,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"contact":9076,"extension":8881,"proposal":8543},544,{"number":9422,"type":8720,"author":9400,"provisional":8543,"depends":9423,"ratified":8859,"contact":9424,"extension":9425,"proposal":2107},512,"VK_KHR_get_physical_device_properties2","Jean-Noe Morissette @MagicPoncho","VK_KHR_compute_shader_derivatives",{"number":9427,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8859,"contact":8825,"extension":9428,"proposal":2107},507,"VK_KHR_cooperative_matrix",{"number":9430,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8885,"contact":8997,"extension":9431,"proposal":8543},338,"VK_KHR_copy_commands2",{"number":9433,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9434,"ratified":8859,"contact":9435,"extension":9436,"proposal":8543},110,"(VK_KHR_multiview+VK_KHR_maintenance2),VK_VERSION_1_1","Tobias Hector @tobias","VK_KHR_create_renderpass2",{"number":9438,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9439,"ratified":8859,"contact":8849,"extension":9440,"proposal":8543},128,"VK_KHR_get_memory_requirements2,VK_VERSION_1_1","VK_KHR_dedicated_allocation",{"number":9442,"type":8720,"author":9400,"provisional":8543,"ratified":8859,"contact":9443,"extension":9444,"proposal":8543},269,"Josh Barczak @jbarczak","VK_KHR_deferred_host_operations",{"number":9446,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9447,"ratified":8859,"contact":9448,"extension":9449,"proposal":8543},200,"VK_KHR_create_renderpass2,VK_VERSION_1_2","Jan-Harald Fredriksen @janharald","VK_KHR_depth_stencil_resolve",{"number":9451,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":9452,"extension":9453,"proposal":8543},86,"Markus Tavenrath @mtavenrath","VK_KHR_descriptor_update_template",{"number":9455,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9456,"ratified":8859,"contact":8867,"extension":9457,"proposal":8543},61,"VK_KHR_device_group_creation","VK_KHR_device_group",{"number":9459,"type":8841,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":8867,"extension":9456,"proposal":8543},71,{"number":272,"type":8841,"author":9400,"provisional":8543,"depends":8954,"ratified":8885,"contact":9461,"extension":8951,"proposal":8543},"James Jones @cubanismo,Norbert Nopper @FslNopper",{"number":291,"type":8720,"author":9400,"provisional":8543,"depends":9463,"ratified":8885,"contact":8849,"extension":9464,"proposal":8543},"VK_KHR_swapchain+VK_KHR_display","VK_KHR_display_swapchain",{"number":9466,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"ratified":8859,"contact":8873,"extension":8745,"proposal":8543},170,{"number":9468,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":8733,"extension":9469,"proposal":8543},197,"VK_KHR_driver_properties",{"number":3950,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":9471,"ratified":8859,"contact":8724,"extension":9472,"proposal":2107},"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_KHR_dynamic_rendering",{"number":9474,"type":8720,"author":8721,"provisional":8543,"depends":9475,"ratified":8859,"contact":8724,"extension":9476,"proposal":2107},233,"VK_KHR_dynamic_rendering,VK_VERSION_1_3","VK_KHR_dynamic_rendering_local_read",{"number":9478,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9479,"ratified":8859,"contact":8811,"extension":9480,"proposal":8543},114,"VK_KHR_external_fence_capabilities","VK_KHR_external_fence",{"number":9482,"type":8841,"author":9400,"promotedto":8831,"provisional":8543,"depends":8737,"ratified":8859,"contact":8811,"extension":9479,"proposal":8543},113,{"number":9484,"type":8720,"author":9400,"provisional":8543,"depends":9485,"ratified":8885,"contact":8811,"extension":9486,"proposal":8543},116,"VK_KHR_external_fence,VK_VERSION_1_1","VK_KHR_external_fence_fd",{"number":9488,"type":8720,"author":9400,"provisional":8543,"depends":9480,"platform":9015,"ratified":8859,"contact":8811,"extension":9489,"proposal":8543},115,"VK_KHR_external_fence_win32",{"number":9491,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9492,"ratified":8859,"contact":8849,"extension":9493,"proposal":8543},73,"VK_KHR_external_memory_capabilities,VK_VERSION_1_1","VK_KHR_external_memory",{"number":9495,"type":8841,"author":9400,"promotedto":8831,"provisional":8543,"depends":8737,"ratified":8859,"contact":8849,"extension":9496,"proposal":8543},72,"VK_KHR_external_memory_capabilities",{"number":9498,"type":8720,"author":9400,"provisional":8543,"depends":8984,"ratified":8885,"contact":8849,"extension":8989,"proposal":8543},75,{"number":9500,"type":8720,"author":9400,"provisional":8543,"depends":8984,"platform":9015,"ratified":8859,"contact":8849,"extension":9501,"proposal":8543},74,"VK_KHR_external_memory_win32",{"number":9503,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9504,"ratified":8859,"contact":8849,"extension":9505,"proposal":8543},78,"VK_KHR_external_semaphore_capabilities","VK_KHR_external_semaphore",{"number":9507,"type":8841,"author":9400,"promotedto":8831,"provisional":8543,"depends":8737,"ratified":8859,"contact":8849,"extension":9504,"proposal":8543},77,{"number":9509,"type":8720,"author":9400,"provisional":8543,"depends":9510,"ratified":8885,"contact":8849,"extension":9511,"proposal":8543},80,"VK_KHR_external_semaphore,VK_VERSION_1_1","VK_KHR_external_semaphore_fd",{"number":9513,"type":8720,"author":9400,"provisional":8543,"depends":9505,"platform":9015,"ratified":8859,"contact":8849,"extension":9514,"proposal":8543},79,"VK_KHR_external_semaphore_win32",{"number":9516,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8859,"contact":9392,"extension":9517,"proposal":8543},361,"VK_KHR_format_feature_flags2",{"number":9519,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8859,"contact":8728,"extension":9520,"proposal":2107},323,"VK_KHR_fragment_shader_barycentric",{"number":9522,"type":8720,"author":9400,"provisional":8543,"depends":9523,"ratified":8885,"contact":8724,"extension":9524,"proposal":2107},227,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_create_renderpass2),VK_VERSION_1_2","VK_KHR_fragment_shading_rate",{"number":9526,"type":8841,"author":9400,"provisional":8543,"depends":8951,"ratified":8885,"contact":8849,"extension":9527,"proposal":8543},122,"VK_KHR_get_display_properties2",{"number":9529,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":9101,"extension":9530,"proposal":8543},147,"VK_KHR_get_memory_requirements2",{"number":9532,"type":8841,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":8867,"extension":9423,"proposal":8543},60,{"number":9534,"type":8841,"author":9400,"provisional":8543,"depends":8954,"ratified":8885,"contact":8849,"extension":9535,"proposal":8543},120,"VK_KHR_get_surface_capabilities2",{"number":9537,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"contact":8724,"extension":9019,"proposal":8543},189,{"number":9539,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"ratified":8859,"contact":9101,"extension":9540,"proposal":8543},148,"VK_KHR_image_format_list",{"number":9542,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9543,"ratified":8859,"contact":9435,"extension":9544,"proposal":8543},109,"(((VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2),VK_VERSION_1_1)+VK_KHR_image_format_list),VK_VERSION_1_2","VK_KHR_imageless_framebuffer",{"number":9546,"type":8720,"author":9400,"provisional":8543,"depends":9032,"ratified":8885,"contact":9353,"extension":9547,"proposal":8543},85,"VK_KHR_incremental_present",{"number":9549,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"contact":8873,"extension":9071,"proposal":8543},534,{"number":9551,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"contact":8873,"extension":9091,"proposal":8543},535,{"number":9553,"type":8720,"author":9400,"provisional":8543,"ratified":8859,"contact":8920,"extension":9096,"proposal":2107},527,{"number":9555,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":8873,"extension":8765,"proposal":8543},70,{"number":9557,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":9558,"extension":9559,"proposal":8543},118,"Michael Worcester @michaelworcester","VK_KHR_maintenance2",{"number":9561,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":9132,"proposal":8543},169,{"number":9563,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8831,"ratified":8859,"contact":8873,"extension":9564,"proposal":8543},414,"VK_KHR_maintenance4",{"number":9566,"type":8720,"author":9400,"provisional":8543,"depends":9567,"ratified":8859,"contact":9568,"extension":9569,"proposal":2107},471,"(VK_VERSION_1_1+VK_KHR_dynamic_rendering),VK_VERSION_1_3","Stu Smith @stu-s","VK_KHR_maintenance5",{"number":9571,"type":8720,"author":9400,"provisional":8543,"depends":8831,"ratified":8859,"contact":9572,"extension":9573,"proposal":2107},546,"Jon Leech @oddhack","VK_KHR_maintenance6",{"number":9575,"type":8720,"author":9400,"provisional":8543,"depends":8831,"ratified":8859,"contact":8860,"extension":9576,"proposal":2107},563,"VK_KHR_maintenance7",{"number":9578,"type":8720,"author":9400,"provisional":8543,"ratified":8859,"contact":9101,"extension":9100,"proposal":2107},272,{"number":4163,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":9580,"proposal":8543},"VK_KHR_multiview",{"extension":9582,"proposal":8543},"VK_KHR_object_refresh",{"number":9584,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"specialuse":8732,"contact":9585,"extension":9586,"proposal":8543},117,"Alon Or-bach @alonorbach","VK_KHR_performance_query",{"number":9588,"type":8720,"author":9400,"provisional":8543,"depends":9569,"ratified":8859,"contact":9568,"extension":9589,"proposal":2107},484,"VK_KHR_pipeline_binary",{"number":9591,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8859,"specialuse":8732,"contact":9101,"extension":9592,"proposal":8543},270,"VK_KHR_pipeline_executable_properties",{"number":9594,"type":8720,"author":9400,"provisional":8543,"ratified":8859,"contact":9112,"extension":9595,"proposal":8543},291,"VK_KHR_pipeline_library",{"number":9597,"type":8841,"author":9400,"provisional":8543,"ratified":8859,"contact":9598,"extension":9599,"proposal":8543},395,"Charles Giessen @charles-lunarg","VK_KHR_portability_enumeration",{"number":9601,"type":8720,"author":9400,"provisional":2107,"depends":8737,"platform":8723,"ratified":8859,"contact":9117,"extension":9602,"proposal":8543},164,"VK_KHR_portability_subset",{"number":9604,"type":8720,"author":9400,"provisional":8543,"depends":9605,"ratified":8859,"contact":9606,"extension":9607,"proposal":8543},295,"VK_KHR_swapchain+VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Keith Packard @keithp","VK_KHR_present_id",{"number":9609,"type":8720,"author":9400,"provisional":8543,"depends":9610,"ratified":8859,"contact":9606,"extension":9611,"proposal":8543},249,"VK_KHR_swapchain+VK_KHR_present_id","VK_KHR_present_wait",{"number":9613,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":9614,"proposal":8543},81,"VK_KHR_push_descriptor",{"number":9616,"type":8720,"author":9400,"provisional":8543,"depends":9617,"ratified":8859,"contact":9185,"extension":9618,"proposal":8543},349,"VK_KHR_spirv_1_4+VK_KHR_acceleration_structure","VK_KHR_ray_query",{"number":9620,"type":8720,"author":9400,"provisional":8543,"depends":9410,"ratified":8859,"contact":9185,"extension":9621,"proposal":8543},387,"VK_KHR_ray_tracing_maintenance1",{"number":9623,"type":8720,"author":9400,"provisional":8543,"depends":9617,"ratified":8859,"contact":9185,"extension":9624,"proposal":8543},348,"VK_KHR_ray_tracing_pipeline",{"number":9626,"type":8720,"author":9400,"provisional":8543,"depends":9410,"ratified":8859,"contact":9627,"extension":9628,"proposal":2107},482,"Eric Werness","VK_KHR_ray_tracing_position_fetch",{"number":9630,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":9631,"extension":9632,"proposal":8543},145,"John Kessenich @johnkslang","VK_KHR_relaxed_block_layout",{"number":2348,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"ratified":8859,"contact":8724,"extension":9634,"proposal":8543},"VK_KHR_sampler_mirror_clamp_to_edge",{"number":9636,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9637,"ratified":8859,"contact":9638,"extension":9639,"proposal":8543},157,"(VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","Andrew Garrard @fluppeteer","VK_KHR_sampler_ycbcr_conversion",{"number":9641,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9523,"ratified":8859,"contact":8873,"extension":9642,"proposal":8543},242,"VK_KHR_separate_depth_stencil_layouts",{"number":9644,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":9645,"extension":9646,"proposal":8543},181,"Aaron Hagan @ahagan","VK_KHR_shader_atomic_int64",{"number":9648,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"contact":9645,"extension":9649,"proposal":8543},182,"VK_KHR_shader_clock",{"number":9651,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":9185,"extension":9652,"proposal":8543},64,"VK_KHR_shader_draw_parameters",{"number":9654,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8859,"contact":8825,"extension":9655,"proposal":2107},545,"VK_KHR_shader_expect_assume",{"number":9657,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":9405,"extension":8751,"proposal":8543},83,{"number":9659,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":9405,"extension":9660,"proposal":8543},198,"VK_KHR_shader_float_controls",{"number":9662,"type":8720,"author":9400,"provisional":8543,"depends":9663,"ratified":8859,"contact":8916,"extension":9664,"proposal":2107},529,"VK_VERSION_1_1+VK_KHR_shader_float_controls","VK_KHR_shader_float_controls2",{"number":9666,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8859,"contact":8825,"extension":9667,"proposal":2107},281,"VK_KHR_shader_integer_dot_product",{"number":9669,"type":8720,"author":9400,"provisional":8543,"depends":8831,"ratified":8859,"contact":9670,"extension":9671,"proposal":2107},435,"Alan Baker @alan-baker","VK_KHR_shader_maximal_reconvergence",{"number":9673,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"ratified":8859,"contact":8902,"extension":9674,"proposal":8543},294,"VK_KHR_shader_non_semantic_info",{"number":9676,"type":8720,"author":9400,"provisional":8543,"depends":9677,"ratified":8859,"contact":8724,"extension":9678,"proposal":2107},236,"VK_VERSION_1_1+VK_KHR_vulkan_memory_model+VK_KHR_shader_maximal_reconvergence","VK_KHR_shader_quad_control",{"number":9680,"type":8720,"author":9400,"provisional":8543,"ratified":8859,"contact":9681,"extension":9682,"proposal":2107},559,"Nathan Gauër @Keenuts","VK_KHR_shader_relaxed_extended_instruction",{"number":9684,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8831,"ratified":8859,"contact":9266,"extension":9685,"proposal":8543},176,"VK_KHR_shader_subgroup_extended_types",{"number":9687,"type":8720,"author":9400,"provisional":8543,"ratified":8859,"contact":8825,"extension":9688,"proposal":2107},417,"VK_KHR_shader_subgroup_rotate",{"number":9690,"type":8720,"author":9400,"provisional":8543,"depends":8831,"ratified":8859,"contact":9670,"extension":9691,"proposal":8543},324,"VK_KHR_shader_subgroup_uniform_control_flow",{"number":9693,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8885,"contact":8811,"extension":9694,"proposal":8543},216,"VK_KHR_shader_terminate_invocation",{"number":9696,"type":8720,"author":9400,"provisional":8543,"depends":9697,"ratified":8885,"contact":9585,"extension":9698,"proposal":8543},112,"VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_KHR_shared_presentable_image",{"number":9700,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":9663,"ratified":8859,"contact":8811,"extension":9111,"proposal":8543},237,{"number":9702,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"ratified":8859,"contact":9405,"extension":9703,"proposal":8543},132,"VK_KHR_storage_buffer_storage_class",{"number":242,"type":8841,"author":9400,"provisional":8543,"ratified":8885,"contact":9705,"extension":8954,"proposal":8543},"James Jones @cubanismo,Ian Elliott @ianelliottus",{"number":9707,"type":8841,"author":9400,"provisional":8543,"depends":9708,"ratified":8859,"contact":9709,"extension":9710,"proposal":8543},240,"VK_VERSION_1_1+VK_KHR_get_surface_capabilities2","Sandeep Shinde @sashinde","VK_KHR_surface_protected_capabilities",{"number":263,"type":8720,"author":9400,"provisional":8543,"depends":8954,"ratified":8885,"contact":9705,"extension":9032,"proposal":8543},{"number":9713,"type":8720,"author":9400,"provisional":8543,"depends":9714,"ratified":8885,"contact":8733,"extension":9715,"proposal":8543},201,"VK_KHR_swapchain+(VK_KHR_maintenance2,VK_VERSION_1_1)+(VK_KHR_image_format_list,VK_VERSION_1_2)","VK_KHR_swapchain_mutable_format",{"number":9717,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8885,"contact":8724,"extension":421,"proposal":8543},315,{"number":9719,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":9101,"extension":9720,"proposal":8543},208,"VK_KHR_timeline_semaphore",{"number":9722,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":8916,"extension":9723,"proposal":8543},254,"VK_KHR_uniform_buffer_standard_layout",{"number":9725,"type":8720,"author":9400,"promotedto":8831,"provisional":8543,"depends":9401,"ratified":8859,"contact":8811,"extension":9726,"proposal":8543},121,"VK_KHR_variable_pointers",{"number":9728,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8885,"contact":8920,"extension":9309,"proposal":2107},526,{"number":9730,"type":8720,"author":9400,"provisional":8543,"depends":9731,"ratified":8859,"contact":9076,"extension":9732,"proposal":2107},513,"VK_KHR_video_decode_queue","VK_KHR_video_decode_av1",{"number":3872,"type":8720,"author":9400,"provisional":8543,"depends":9731,"ratified":8859,"contact":9734,"extension":8473,"proposal":2107},"peter.fang@amd.com",{"number":9736,"type":8720,"author":9400,"provisional":8543,"depends":9731,"ratified":8859,"contact":9734,"extension":8484,"proposal":2107},188,{"number":2569,"type":8720,"author":9400,"provisional":8543,"depends":9738,"ratified":8859,"contact":9739,"extension":9731,"proposal":2107},"VK_KHR_video_queue+(VK_KHR_synchronization2,VK_VERSION_1_3)","jake.beju@amd.com",{"number":3823,"type":8720,"author":9400,"provisional":8543,"depends":9741,"ratified":8859,"contact":9742,"extension":9743,"proposal":2107},"VK_KHR_video_encode_queue","Ahmed Abdelkhalek @aabdelkh","VK_KHR_video_encode_h264",{"number":3832,"type":8720,"author":9400,"provisional":8543,"depends":9741,"ratified":8859,"contact":9742,"extension":9745,"proposal":2107},"VK_KHR_video_encode_h265",{"number":9747,"type":8720,"author":9400,"provisional":8543,"depends":9738,"ratified":8859,"contact":9742,"extension":9741,"proposal":2107},300,{"number":9749,"type":8720,"author":9400,"provisional":8543,"depends":94,"ratified":8859,"contact":9076,"extension":9750,"proposal":2107},516,"VK_KHR_video_maintenance1",{"number":2555,"type":8720,"author":9400,"provisional":8543,"depends":9752,"ratified":8859,"contact":9315,"extension":94,"proposal":2107},"(VK_VERSION_1_1+VK_KHR_synchronization2),VK_VERSION_1_3",{"number":9754,"type":8720,"author":9400,"promotedto":8933,"provisional":8543,"depends":8737,"ratified":8859,"contact":8867,"extension":9755,"proposal":8543},212,"VK_KHR_vulkan_memory_model",{"number":762,"type":8841,"author":9400,"provisional":8543,"depends":8954,"platform":9757,"ratified":8859,"contact":9758,"extension":9759,"proposal":8543},"wayland","Jesse Hall @critsec,Ian Elliott @ianelliottus","VK_KHR_wayland_surface",{"number":9761,"type":8720,"author":9400,"provisional":8543,"depends":9501,"platform":9015,"ratified":8859,"contact":9762,"extension":9763,"proposal":8543},76,"Carsten Rohde @crohde","VK_KHR_win32_keyed_mutex",{"number":802,"type":8841,"author":9400,"provisional":8543,"depends":8954,"platform":9015,"ratified":8859,"contact":9758,"extension":9765,"proposal":8543},"VK_KHR_win32_surface",{"number":9767,"type":8720,"author":9400,"provisional":8543,"depends":8737,"ratified":8859,"contact":9768,"extension":9769,"proposal":8543},337,"Caio Marcelo de Oliveira Filho @cmarcelo","VK_KHR_workgroup_memory_explicit_layout",{"number":753,"type":8841,"author":9400,"provisional":8543,"depends":8954,"platform":9771,"ratified":8859,"contact":9758,"extension":9772,"proposal":8543},"xcb","VK_KHR_xcb_surface",{"number":300,"type":8841,"author":9400,"provisional":8543,"depends":8954,"platform":9774,"ratified":8859,"contact":9758,"extension":9775,"proposal":8543},"xlib","VK_KHR_xlib_surface",{"number":9777,"type":8720,"author":9400,"promotedto":8835,"provisional":8543,"depends":8737,"ratified":8859,"contact":9670,"extension":9778,"proposal":8543},326,"VK_KHR_zero_initialize_workgroup_memory",{"number":9780,"type":8841,"author":9300,"provisional":8543,"contact":9598,"extension":9781,"proposal":2107},460,"VK_LUNARG_direct_driver_loading",{"number":9783,"type":8720,"author":9784,"provisional":8543,"depends":8737,"specialuse":8912,"contact":9169,"extension":9785,"proposal":8543},576,"MESA","VK_MESA_image_alignment_control",{"number":9787,"type":8720,"author":9788,"provisional":8543,"depends":8737,"contact":9789,"extension":9790,"proposal":2107},531,"MSFT","Jesse Natalie @jenatali","VK_MSFT_layered_driver",{"number":9792,"type":8841,"author":9793,"deprecatedby":9122,"provisional":8543,"depends":8954,"platform":9794,"contact":9117,"extension":9795,"proposal":8543},123,"MVK","ios","VK_MVK_ios_surface",{"number":9797,"type":8841,"author":9793,"deprecatedby":9122,"provisional":8543,"depends":8954,"platform":9798,"contact":9117,"extension":9799,"proposal":8543},124,"macos","VK_MVK_macos_surface",{"number":9801,"type":8841,"author":9802,"provisional":8543,"depends":8954,"platform":9803,"contact":9804,"extension":9805,"proposal":8543},63,"NN","vi","Mathias Heyer gitlab:@mheyer","VK_NN_vi_surface",{"number":2626,"type":8720,"author":9807,"provisional":8543,"contact":9808,"extension":9809,"proposal":8543},"NVX","Eric Werness @ewerness-nv,Liam Middlebrook @liam-middlebrook","VK_NVX_binary_import",{"number":2635,"type":8720,"author":9807,"provisional":8543,"contact":9811,"extension":9812,"proposal":8543},"Eric Werness @ewerness-nv","VK_NVX_image_view_handle",{"number":9814,"type":8720,"author":9807,"provisional":8543,"depends":9815,"contact":8867,"extension":9816,"proposal":8543},98,"VK_KHR_multiview,VK_VERSION_1_1","VK_NVX_multiview_per_view_attributes",{"number":9818,"type":8720,"author":8847,"provisional":8543,"depends":8842,"platform":9015,"contact":9819,"extension":9820,"proposal":8543},346,"Jeff Juliano @jjuliano","VK_NV_acquire_winrt_display",{"number":9822,"type":8720,"author":8847,"provisional":8543,"contact":9811,"extension":9823,"proposal":8543},88,"VK_NV_clip_space_w_scaling",{"number":9825,"type":8720,"author":8847,"provisional":8543,"contact":9826,"extension":9827,"proposal":8543},560,"Lujin Wang @lujinwangnv","VK_NV_command_buffer_inheritance",{"number":9829,"type":8720,"author":8847,"promotedto":9425,"provisional":8543,"depends":8737,"contact":9830,"extension":9831,"proposal":8543},202,"Pat Brown @nvpbrown","VK_NV_compute_shader_derivatives",{"number":9833,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":8867,"extension":9834,"proposal":8543},250,"VK_NV_cooperative_matrix",{"number":9836,"type":8720,"author":8847,"provisional":8543,"depends":9837,"contact":8977,"extension":9838,"proposal":8543},427,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_copy_memory_indirect",{"number":4098,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9185,"extension":9840,"proposal":8543},"VK_NV_corner_sampled_image",{"number":9842,"type":8720,"author":8847,"provisional":8543,"depends":9843,"contact":9844,"extension":9845,"proposal":8543},251,"VK_NV_framebuffer_mixed_samples+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","Kedarnath Thangudu @kthangudu","VK_NV_coverage_reduction_mode",{"number":9847,"type":8720,"author":8847,"provisional":2107,"contact":9848,"extension":9849,"proposal":8543},308,"Tristan Lorach @tlorach","VK_NV_cuda_kernel_launch",{"number":2586,"type":8720,"author":8847,"deprecatedby":9440,"provisional":8543,"contact":8867,"extension":9851,"proposal":8543},"VK_NV_dedicated_allocation",{"number":9853,"type":8720,"author":9854,"provisional":8543,"depends":9855,"contact":9856,"extension":9857,"proposal":8543},241,"NVIDIA","(VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","Nuno Subtil @nsubtil","VK_NV_dedicated_allocation_image_aliasing",{"number":9859,"type":8720,"author":8847,"provisional":8543,"depends":8831,"contact":8873,"extension":9860,"proposal":8543},547,"VK_NV_descriptor_pool_overallocation",{"number":9862,"type":8720,"author":9854,"provisional":8543,"depends":8737,"contact":9856,"extension":9863,"proposal":8543},207,"VK_NV_device_diagnostic_checkpoints",{"number":9865,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9844,"extension":9866,"proposal":8543},301,"VK_NV_device_diagnostics_config",{"number":9868,"type":8720,"author":8847,"provisional":8543,"depends":9869,"contact":9112,"extension":9870,"proposal":8543},278,"(VK_VERSION_1_1+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_device_generated_commands",{"number":9872,"type":8720,"author":8847,"provisional":8543,"depends":9870,"contact":8977,"extension":9873,"proposal":8543},429,"VK_NV_device_generated_commands_compute",{"number":9875,"type":8720,"author":8847,"provisional":2107,"depends":9147,"platform":8723,"contact":9876,"extension":9877,"proposal":8543},398,"Christoph Kubisch @pixeljetstream, Eric Werness @ewerness-nv","VK_NV_displacement_micromap",{"number":9879,"type":8720,"author":8847,"provisional":8543,"contact":9880,"extension":9881,"proposal":8543},493,"Russell Chou @russellcnv","VK_NV_extended_sparse_address_space",{"number":9883,"type":8720,"author":8847,"deprecatedby":9493,"provisional":8543,"depends":9884,"contact":8849,"extension":9885,"proposal":8543},57,"VK_NV_external_memory_capabilities","VK_NV_external_memory",{"number":9887,"type":8841,"author":8847,"deprecatedby":9496,"provisional":8543,"contact":8849,"extension":9884,"proposal":8543},56,{"number":9889,"type":8720,"author":8847,"provisional":8543,"depends":8984,"contact":9762,"extension":9890,"proposal":8543},372,"VK_NV_external_memory_rdma",{"extension":9892,"proposal":8543},"VK_NV_external_memory_sci_buf",{"number":9894,"type":8720,"author":8847,"deprecatedby":9501,"provisional":8543,"depends":9885,"platform":9015,"contact":8849,"extension":9895,"proposal":8543},58,"VK_NV_external_memory_win32",{"extension":9897,"proposal":8543},"VK_NV_external_sci_sync",{"extension":9899,"proposal":8543},"VK_NV_external_sci_sync2",{"number":9901,"type":8720,"author":8847,"provisional":8543,"contact":8867,"extension":9902,"proposal":8543},154,"VK_NV_fill_rectangle",{"number":9904,"type":8720,"author":8847,"provisional":8543,"contact":8867,"extension":9905,"proposal":8543},150,"VK_NV_fragment_coverage_to_color",{"number":9907,"type":8720,"author":8847,"promotedto":9520,"provisional":8543,"depends":8737,"contact":9830,"extension":9908,"proposal":8543},204,"VK_NV_fragment_shader_barycentric",{"number":9910,"type":8720,"author":8847,"provisional":8543,"depends":9524,"contact":9830,"extension":9911,"proposal":8543},327,"VK_NV_fragment_shading_rate_enums",{"number":9913,"type":8720,"author":8847,"provisional":8543,"contact":8867,"extension":9914,"proposal":8543},153,"VK_NV_framebuffer_mixed_samples",{"number":9916,"type":8720,"author":8847,"provisional":8543,"contact":9185,"extension":9917,"proposal":8543},96,"VK_NV_geometry_shader_passthrough",{"number":2293,"type":8720,"author":8847,"deprecatedby":9383,"provisional":8543,"contact":8873,"extension":9919,"proposal":8543},"VK_NV_glsl_shader",{"number":9921,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9922,"extension":9923,"proposal":8543},279,"David Zhao Akeley @akeley98","VK_NV_inherited_viewport_scissor",{"number":9925,"type":8720,"author":9854,"provisional":8543,"depends":8737,"contact":9926,"extension":9927,"proposal":8543},431,"sourav parmar @souravpNV","VK_NV_linear_color_attachment",{"number":9929,"type":8720,"author":8847,"provisional":8543,"contact":9930,"extension":9931,"proposal":8543},311,"Charles Hansen @cshansen","VK_NV_low_latency",{"number":9933,"type":8720,"author":8847,"provisional":8543,"depends":9934,"contact":9930,"extension":9935,"proposal":8543},506,"VK_VERSION_1_2,VK_KHR_timeline_semaphore","VK_NV_low_latency2",{"number":9937,"type":8720,"author":8847,"provisional":8543,"depends":9837,"contact":8977,"extension":9938,"proposal":8543},428,"VK_NV_memory_decompression",{"number":9940,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9112,"extension":9941,"proposal":8543},203,"VK_NV_mesh_shader",{"number":9943,"type":8720,"author":8847,"provisional":8543,"depends":9944,"contact":9762,"extension":9945,"proposal":8543},465,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_format_feature_flags2+VK_KHR_synchronization2),VK_VERSION_1_3","VK_NV_optical_flow",{"number":9947,"type":8720,"author":8847,"provisional":8543,"depends":9573,"contact":8873,"extension":9948,"proposal":8543},517,"VK_NV_per_stage_descriptor_set",{"number":9950,"type":8720,"author":8847,"provisional":8543,"depends":9014,"contact":9951,"extension":9952,"proposal":8543},293,"Liya Li @liyli","VK_NV_present_barrier",{"extension":9954,"proposal":8543},"VK_NV_private_vendor_info",{"number":9956,"type":8720,"author":8847,"provisional":8543,"contact":9957,"extension":9958,"proposal":8543},556,"Rodrigo Locatti @rlocatti","VK_NV_raw_access_chains",{"number":9960,"type":8720,"author":8847,"deprecatedby":9624,"provisional":8543,"depends":9961,"contact":9811,"extension":9962,"proposal":8543},166,"(VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2),VK_VERSION_1_1","VK_NV_ray_tracing",{"number":9964,"type":8720,"author":8847,"provisional":8543,"depends":9624,"contact":9811,"extension":9965,"proposal":8543},491,"VK_NV_ray_tracing_invocation_reorder",{"number":9967,"type":8720,"author":8847,"provisional":8543,"depends":9624,"contact":9627,"extension":9968,"proposal":8543},328,"VK_NV_ray_tracing_motion_blur",{"number":9970,"type":8720,"author":8847,"provisional":8543,"contact":8977,"extension":9971,"proposal":2107},569,"VK_NV_ray_tracing_validation",{"number":9973,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9844,"extension":9974,"proposal":8543},167,"VK_NV_representative_fragment_test",{"number":9976,"type":8720,"author":8847,"provisional":8543,"contact":8873,"extension":9977,"proposal":8543},95,"VK_NV_sample_mask_override_coverage",{"number":9979,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9830,"extension":9980,"proposal":8543},206,"VK_NV_scissor_exclusive",{"number":9982,"type":8720,"author":8847,"provisional":8543,"contact":8867,"extension":9983,"proposal":8543},564,"VK_NV_shader_atomic_float16_vector",{"number":9985,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9830,"extension":9986,"proposal":8543},205,"VK_NV_shader_image_footprint",{"number":9988,"type":8720,"author":8847,"provisional":8543,"depends":8831,"contact":9185,"extension":9989,"proposal":8543},155,"VK_NV_shader_sm_builtins",{"number":9991,"type":8720,"author":8847,"provisional":8543,"depends":8831,"contact":8867,"extension":9992,"proposal":8543},199,"VK_NV_shader_subgroup_partitioned",{"number":9994,"type":8720,"author":8847,"provisional":8543,"depends":8737,"contact":9830,"extension":9995,"proposal":8543},165,"VK_NV_shading_rate_image",{"number":9997,"type":8720,"author":8847,"provisional":8543,"contact":9185,"extension":9998,"proposal":8543},97,"VK_NV_viewport_array2",{"number":10000,"type":8720,"author":8847,"provisional":8543,"contact":8873,"extension":10001,"proposal":8543},99,"VK_NV_viewport_swizzle",{"number":10003,"type":8720,"author":8847,"promotedto":9763,"provisional":8543,"depends":9895,"platform":9015,"contact":9762,"extension":10004,"proposal":8543},59,"VK_NV_win32_keyed_mutex",{"number":10006,"type":8720,"author":8996,"provisional":8543,"depends":10007,"contact":8997,"extension":10008,"proposal":8543},522,"(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)","VK_QCOM_filter_cubic_clamp",{"number":10010,"type":8720,"author":8996,"provisional":8543,"depends":8998,"contact":8997,"extension":10011,"proposal":8543},520,"VK_QCOM_filter_cubic_weights",{"number":10013,"type":8720,"author":8996,"provisional":8543,"depends":10014,"contact":8997,"extension":10015,"proposal":8543},426,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_fragment_density_map","VK_QCOM_fragment_density_map_offset",{"number":10017,"type":8720,"author":8996,"provisional":8543,"depends":10018,"contact":8997,"extension":10019,"proposal":2107},441,"VK_KHR_format_feature_flags2,VK_VERSION_1_3","VK_QCOM_image_processing",{"number":10021,"type":8720,"author":8996,"provisional":8543,"depends":10019,"contact":8997,"extension":10022,"proposal":8543},519,"VK_QCOM_image_processing2",{"number":10024,"type":8720,"author":8996,"provisional":8543,"contact":8997,"extension":10025,"proposal":8543},511,"VK_QCOM_multiview_per_view_render_areas",{"number":10027,"type":8720,"author":8996,"provisional":8543,"depends":8737,"contact":8997,"extension":10028,"proposal":8543},489,"VK_QCOM_multiview_per_view_viewports",{"number":10030,"type":8720,"author":8996,"provisional":8543,"contact":8997,"extension":10031,"proposal":8543},172,"VK_QCOM_render_pass_shader_resolve",{"number":10033,"type":8720,"author":8996,"provisional":8543,"contact":8997,"extension":10034,"proposal":8543},302,"VK_QCOM_render_pass_store_ops",{"number":10036,"type":8720,"author":8996,"provisional":8543,"contact":8997,"extension":10037,"proposal":8543},283,"VK_QCOM_render_pass_transform",{"number":10039,"type":8720,"author":8996,"provisional":8543,"depends":10040,"contact":8997,"extension":10041,"proposal":8543},334,"VK_KHR_copy_commands2,VK_VERSION_1_3","VK_QCOM_rotated_copy_commands",{"number":10043,"type":8720,"author":8996,"provisional":8543,"depends":8737,"contact":8997,"extension":10044,"proposal":2107},485,"VK_QCOM_tile_properties",{"number":10046,"type":8720,"author":8996,"provisional":8543,"contact":8997,"extension":10047,"proposal":8543},521,"VK_QCOM_ycbcr_degamma",{"number":10049,"type":8720,"author":10050,"provisional":8543,"depends":8810,"platform":10051,"contact":10052,"extension":10053,"proposal":8543},530,"QNX","screen","Mike Gorchak @mgorchak-blackberry, Aaron Ruby @aruby-blackberry","VK_QNX_external_memory_screen_buffer",{"number":10055,"type":8841,"author":10050,"provisional":8543,"depends":8954,"platform":10051,"contact":10056,"extension":10057,"proposal":8543},379,"Mike Gorchak @mgorchak-blackberry","VK_QNX_screen_surface",{"number":10059,"type":8720,"author":10060,"provisional":8543,"depends":8737,"contact":8940,"extension":10061,"proposal":8543},486,"SEC","VK_SEC_amigo_profiling",{"number":10063,"type":8720,"author":10064,"provisional":8543,"depends":8737,"specialuse":8912,"contact":9169,"extension":10065,"proposal":8543},421,"VALVE","VK_VALVE_descriptor_set_host_mapping",{"number":10067,"type":8720,"author":10064,"promotedto":9134,"provisional":8543,"depends":9132,"specialuse":8912,"contact":9133,"extension":10068,"proposal":8543},352,"VK_VALVE_mutable_descriptor_type",1725732676906]