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