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