[{"data":1,"prerenderedAt":607},["ShallowReactive",2],{"$f-bBD4xBHBfp3iKSyvlBB5uQ7GlkzOe86QovJFLAJLb4":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":606,"_id":4},"VkQueueFamilyDataGraphTOSAPropertiesARM","Structure describing the TOSA properties of a processing engine and operation set for a specific queue family of a physical device","VK_ARM_data_graph_instruction_set_tosa","structs",[],{"type":10,"children":11,"toc":604},"root",[12,28,412,543,598],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,180],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkQueueFamilyDataGraphTOSAPropertiesARM {\n VkStructureType sType;\n void* pNext;\n uint32_t profileCount;\n const VkDataGraphTOSANameQualityARM* pProfiles;\n uint32_t extensionCount;\n const VkDataGraphTOSANameQualityARM* pExtensions;\n VkDataGraphTOSALevelARM level;\n} VkQueueFamilyDataGraphTOSAPropertiesARM;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,104,128,141,162,171],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkQueueFamilyDataGraphTOSAPropertiesARM {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," void*",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," pNext;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94,99],{"type":13,"tag":45,"props":95,"children":96},{"style":52},[97],{"type":18,"value":98}," uint32_t",{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," profileCount;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,113,118,123],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":112}," const",{"type":13,"tag":45,"props":114,"children":115},{"style":63},[116],{"type":18,"value":117}," VkDataGraphTOSANameQualityARM",{"type":13,"tag":45,"props":119,"children":120},{"style":52},[121],{"type":18,"value":122},"*",{"type":13,"tag":45,"props":124,"children":125},{"style":63},[126],{"type":18,"value":127}," pProfiles;\n",{"type":13,"tag":45,"props":129,"children":131},{"class":47,"line":130},6,[132,136],{"type":13,"tag":45,"props":133,"children":134},{"style":52},[135],{"type":18,"value":98},{"type":13,"tag":45,"props":137,"children":138},{"style":63},[139],{"type":18,"value":140}," extensionCount;\n",{"type":13,"tag":45,"props":142,"children":144},{"class":47,"line":143},7,[145,149,153,157],{"type":13,"tag":45,"props":146,"children":147},{"style":52},[148],{"type":18,"value":112},{"type":13,"tag":45,"props":150,"children":151},{"style":63},[152],{"type":18,"value":117},{"type":13,"tag":45,"props":154,"children":155},{"style":52},[156],{"type":18,"value":122},{"type":13,"tag":45,"props":158,"children":159},{"style":63},[160],{"type":18,"value":161}," pExtensions;\n",{"type":13,"tag":45,"props":163,"children":165},{"class":47,"line":164},8,[166],{"type":13,"tag":45,"props":167,"children":168},{"style":63},[169],{"type":18,"value":170}," VkDataGraphTOSALevelARM level;\n",{"type":13,"tag":45,"props":172,"children":174},{"class":47,"line":173},9,[175],{"type":13,"tag":45,"props":176,"children":177},{"style":63},[178],{"type":18,"value":179},"} VkQueueFamilyDataGraphTOSAPropertiesARM;\n",{"type":13,"tag":33,"props":181,"children":186},{"className":182,"code":183,"filename":184,"language":185,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct QueueFamilyDataGraphTOSAPropertiesARM {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n profile_count: u32,\n p_profiles: *const vk::DataGraphTOSANameQualityARM,\n extension_count: u32,\n p_extensions: *const vk::DataGraphTOSANameQualityARM,\n level: vk::DataGraphTOSALevelARM,\n}\n","Rust","rs",[187],{"type":13,"tag":21,"props":188,"children":189},{"__ignoreMap":39},[190,213,246,268,289,323,343,375,404],{"type":13,"tag":45,"props":191,"children":192},{"class":47,"line":48},[193,198,202,208],{"type":13,"tag":45,"props":194,"children":195},{"style":52},[196],{"type":18,"value":197},"pub",{"type":13,"tag":45,"props":199,"children":200},{"style":52},[201],{"type":18,"value":60},{"type":13,"tag":45,"props":203,"children":205},{"style":204},"--shiki-default:#953800;--shiki-dark:#FFA657",[206],{"type":18,"value":207}," QueueFamilyDataGraphTOSAPropertiesARM",{"type":13,"tag":45,"props":209,"children":210},{"style":63},[211],{"type":18,"value":212}," {\n",{"type":13,"tag":45,"props":214,"children":215},{"class":47,"line":69},[216,221,226,231,236,241],{"type":13,"tag":45,"props":217,"children":218},{"style":63},[219],{"type":18,"value":220}," s_type",{"type":13,"tag":45,"props":222,"children":223},{"style":52},[224],{"type":18,"value":225},":",{"type":13,"tag":45,"props":227,"children":228},{"style":204},[229],{"type":18,"value":230}," vk",{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235},"::",{"type":13,"tag":45,"props":237,"children":238},{"style":204},[239],{"type":18,"value":240},"StructureType",{"type":13,"tag":45,"props":242,"children":243},{"style":63},[244],{"type":18,"value":245},",\n",{"type":13,"tag":45,"props":247,"children":248},{"class":47,"line":78},[249,254,258,263],{"type":13,"tag":45,"props":250,"children":251},{"style":63},[252],{"type":18,"value":253}," p_next",{"type":13,"tag":45,"props":255,"children":256},{"style":52},[257],{"type":18,"value":225},{"type":13,"tag":45,"props":259,"children":260},{"style":52},[261],{"type":18,"value":262}," *mut",{"type":13,"tag":45,"props":264,"children":265},{"style":63},[266],{"type":18,"value":267}," c_void,\n",{"type":13,"tag":45,"props":269,"children":270},{"class":47,"line":92},[271,276,280,285],{"type":13,"tag":45,"props":272,"children":273},{"style":63},[274],{"type":18,"value":275}," profile_count",{"type":13,"tag":45,"props":277,"children":278},{"style":52},[279],{"type":18,"value":225},{"type":13,"tag":45,"props":281,"children":282},{"style":204},[283],{"type":18,"value":284}," u32",{"type":13,"tag":45,"props":286,"children":287},{"style":63},[288],{"type":18,"value":245},{"type":13,"tag":45,"props":290,"children":291},{"class":47,"line":106},[292,297,301,306,310,314,319],{"type":13,"tag":45,"props":293,"children":294},{"style":63},[295],{"type":18,"value":296}," p_profiles",{"type":13,"tag":45,"props":298,"children":299},{"style":52},[300],{"type":18,"value":225},{"type":13,"tag":45,"props":302,"children":303},{"style":52},[304],{"type":18,"value":305}," *const",{"type":13,"tag":45,"props":307,"children":308},{"style":204},[309],{"type":18,"value":230},{"type":13,"tag":45,"props":311,"children":312},{"style":52},[313],{"type":18,"value":235},{"type":13,"tag":45,"props":315,"children":316},{"style":204},[317],{"type":18,"value":318},"DataGraphTOSANameQualityARM",{"type":13,"tag":45,"props":320,"children":321},{"style":63},[322],{"type":18,"value":245},{"type":13,"tag":45,"props":324,"children":325},{"class":47,"line":130},[326,331,335,339],{"type":13,"tag":45,"props":327,"children":328},{"style":63},[329],{"type":18,"value":330}," extension_count",{"type":13,"tag":45,"props":332,"children":333},{"style":52},[334],{"type":18,"value":225},{"type":13,"tag":45,"props":336,"children":337},{"style":204},[338],{"type":18,"value":284},{"type":13,"tag":45,"props":340,"children":341},{"style":63},[342],{"type":18,"value":245},{"type":13,"tag":45,"props":344,"children":345},{"class":47,"line":143},[346,351,355,359,363,367,371],{"type":13,"tag":45,"props":347,"children":348},{"style":63},[349],{"type":18,"value":350}," p_extensions",{"type":13,"tag":45,"props":352,"children":353},{"style":52},[354],{"type":18,"value":225},{"type":13,"tag":45,"props":356,"children":357},{"style":52},[358],{"type":18,"value":305},{"type":13,"tag":45,"props":360,"children":361},{"style":204},[362],{"type":18,"value":230},{"type":13,"tag":45,"props":364,"children":365},{"style":52},[366],{"type":18,"value":235},{"type":13,"tag":45,"props":368,"children":369},{"style":204},[370],{"type":18,"value":318},{"type":13,"tag":45,"props":372,"children":373},{"style":63},[374],{"type":18,"value":245},{"type":13,"tag":45,"props":376,"children":377},{"class":47,"line":164},[378,383,387,391,395,400],{"type":13,"tag":45,"props":379,"children":380},{"style":63},[381],{"type":18,"value":382}," level",{"type":13,"tag":45,"props":384,"children":385},{"style":52},[386],{"type":18,"value":225},{"type":13,"tag":45,"props":388,"children":389},{"style":204},[390],{"type":18,"value":230},{"type":13,"tag":45,"props":392,"children":393},{"style":52},[394],{"type":18,"value":235},{"type":13,"tag":45,"props":396,"children":397},{"style":204},[398],{"type":18,"value":399},"DataGraphTOSALevelARM",{"type":13,"tag":45,"props":401,"children":402},{"style":63},[403],{"type":18,"value":245},{"type":13,"tag":45,"props":405,"children":406},{"class":47,"line":173},[407],{"type":13,"tag":45,"props":408,"children":409},{"style":63},[410],{"type":18,"value":411},"}\n",{"type":13,"tag":413,"props":414,"children":415},"ul",{},[416,437,456,475,493,510,525],{"type":13,"tag":417,"props":418,"children":419},"li",{},[420,426,428,435],{"type":13,"tag":21,"props":421,"children":423},{"className":422},[],[424],{"type":18,"value":425},"sType",{"type":18,"value":427}," is a ",{"type":13,"tag":429,"props":430,"children":432},"a",{"href":431},"/man/VkStructureType",[433],{"type":18,"value":434},"VkStructureType",{"type":18,"value":436}," value identifying this structure.",{"type":13,"tag":417,"props":438,"children":439},{},[440,446,448,454],{"type":13,"tag":21,"props":441,"children":443},{"className":442},[],[444],{"type":18,"value":445},"pNext",{"type":18,"value":447}," is ",{"type":13,"tag":21,"props":449,"children":451},{"className":450},[],[452],{"type":18,"value":453},"NULL",{"type":18,"value":455}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":417,"props":457,"children":458},{},[459,465,467,473],{"type":13,"tag":21,"props":460,"children":462},{"className":461},[],[463],{"type":18,"value":464},"profileCount",{"type":18,"value":466}," is the length of the ",{"type":13,"tag":21,"props":468,"children":470},{"className":469},[],[471],{"type":18,"value":472},"pProfiles",{"type":18,"value":474}," array.",{"type":13,"tag":417,"props":476,"children":477},{},[478,483,485,491],{"type":13,"tag":21,"props":479,"children":481},{"className":480},[],[482],{"type":18,"value":472},{"type":18,"value":484}," is a pointer to an array of\n",{"type":13,"tag":429,"props":486,"children":488},{"href":487},"/man/VkDataGraphTOSANameQualityARM",[489],{"type":18,"value":490},"VkDataGraphTOSANameQualityARM",{"type":18,"value":492}," structures describing the TOSA\nprofiles supported.",{"type":13,"tag":417,"props":494,"children":495},{},[496,502,503,509],{"type":13,"tag":21,"props":497,"children":499},{"className":498},[],[500],{"type":18,"value":501},"extensionCount",{"type":18,"value":466},{"type":13,"tag":21,"props":504,"children":506},{"className":505},[],[507],{"type":18,"value":508},"pExtensions",{"type":18,"value":474},{"type":13,"tag":417,"props":511,"children":512},{},[513,518,519,523],{"type":13,"tag":21,"props":514,"children":516},{"className":515},[],[517],{"type":18,"value":508},{"type":18,"value":484},{"type":13,"tag":429,"props":520,"children":521},{"href":487},[522],{"type":18,"value":490},{"type":18,"value":524}," structures describing the TOSA\nextensions supported.",{"type":13,"tag":417,"props":526,"children":527},{},[528,534,535,541],{"type":13,"tag":21,"props":529,"children":531},{"className":530},[],[532],{"type":18,"value":533},"level",{"type":18,"value":427},{"type":13,"tag":429,"props":536,"children":538},{"href":537},"/man/VkDataGraphTOSALevelARM",[539],{"type":18,"value":540},"VkDataGraphTOSALevelARM",{"type":18,"value":542}," describing the TOSA level\nsupported.",{"type":13,"tag":544,"props":545,"children":547},"validity-group",{"name":546},"Valid Usage (Implicit)",[548,576],{"type":13,"tag":549,"props":550,"children":552},"validity-field",{"name":551},"VUID-VkQueueFamilyDataGraphTOSAPropertiesARM-sType-sType",[553],{"type":13,"tag":14,"props":554,"children":555},{},[556,561,563,568,570],{"type":13,"tag":21,"props":557,"children":559},{"className":558},[],[560],{"type":18,"value":425},{"type":18,"value":562}," ",{"type":13,"tag":564,"props":565,"children":567},"normative",{"type":566},"must",[],{"type":18,"value":569}," be ",{"type":13,"tag":21,"props":571,"children":573},{"className":572},[],[574],{"type":18,"value":575},"VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_TOSA_PROPERTIES_ARM",{"type":13,"tag":549,"props":577,"children":579},{"name":578},"VUID-VkQueueFamilyDataGraphTOSAPropertiesARM-pNext-pNext",[580],{"type":13,"tag":14,"props":581,"children":582},{},[583,588,589,592,593],{"type":13,"tag":21,"props":584,"children":586},{"className":585},[],[587],{"type":18,"value":445},{"type":18,"value":562},{"type":13,"tag":564,"props":590,"children":591},{"type":566},[],{"type":18,"value":569},{"type":13,"tag":21,"props":594,"children":596},{"className":595},[],[597],{"type":18,"value":453},{"type":13,"tag":599,"props":600,"children":601},"style",{},[602],{"type":18,"value":603},"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":39,"searchDepth":69,"depth":69,"links":605},[],"markdown",1776503243345]