[{"data":1,"prerenderedAt":463},["ShallowReactive",2],{"nanYkHV93g":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":462,"_id":4},"VkPhysicalDeviceShaderCorePropertiesARM","Structure describing shader core properties that can be supported by an implementation","VK_ARM_shader_core_properties","structs",[],{"type":10,"children":11,"toc":460},"root",[12,28,296,373,386,421,454],{"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,139],{"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 VkPhysicalDeviceShaderCorePropertiesARM {\n VkStructureType sType;\n void* pNext;\n uint32_t pixelRate;\n uint32_t texelRate;\n uint32_t fmaRate;\n} VkPhysicalDeviceShaderCorePropertiesARM;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,104,117,130],{"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}," VkPhysicalDeviceShaderCorePropertiesARM {\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}," pixelRate;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,112],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":98},{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," texelRate;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},6,[121,125],{"type":13,"tag":45,"props":122,"children":123},{"style":52},[124],{"type":18,"value":98},{"type":13,"tag":45,"props":126,"children":127},{"style":63},[128],{"type":18,"value":129}," fmaRate;\n",{"type":13,"tag":45,"props":131,"children":133},{"class":47,"line":132},7,[134],{"type":13,"tag":45,"props":135,"children":136},{"style":63},[137],{"type":18,"value":138},"} VkPhysicalDeviceShaderCorePropertiesARM;\n",{"type":13,"tag":33,"props":140,"children":145},{"className":141,"code":142,"filename":143,"language":144,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct PhysicalDeviceShaderCorePropertiesARM {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n pixel_rate: u32,\n texel_rate: u32,\n fma_rate: u32,\n}\n","Rust","rs",[146],{"type":13,"tag":21,"props":147,"children":148},{"__ignoreMap":39},[149,172,205,227,248,268,288],{"type":13,"tag":45,"props":150,"children":151},{"class":47,"line":48},[152,157,161,167],{"type":13,"tag":45,"props":153,"children":154},{"style":52},[155],{"type":18,"value":156},"pub",{"type":13,"tag":45,"props":158,"children":159},{"style":52},[160],{"type":18,"value":60},{"type":13,"tag":45,"props":162,"children":164},{"style":163},"--shiki-default:#953800;--shiki-dark:#FFA657",[165],{"type":18,"value":166}," PhysicalDeviceShaderCorePropertiesARM",{"type":13,"tag":45,"props":168,"children":169},{"style":63},[170],{"type":18,"value":171}," {\n",{"type":13,"tag":45,"props":173,"children":174},{"class":47,"line":69},[175,180,185,190,195,200],{"type":13,"tag":45,"props":176,"children":177},{"style":63},[178],{"type":18,"value":179}," s_type",{"type":13,"tag":45,"props":181,"children":182},{"style":52},[183],{"type":18,"value":184},":",{"type":13,"tag":45,"props":186,"children":187},{"style":163},[188],{"type":18,"value":189}," vk",{"type":13,"tag":45,"props":191,"children":192},{"style":52},[193],{"type":18,"value":194},"::",{"type":13,"tag":45,"props":196,"children":197},{"style":163},[198],{"type":18,"value":199},"StructureType",{"type":13,"tag":45,"props":201,"children":202},{"style":63},[203],{"type":18,"value":204},",\n",{"type":13,"tag":45,"props":206,"children":207},{"class":47,"line":78},[208,213,217,222],{"type":13,"tag":45,"props":209,"children":210},{"style":63},[211],{"type":18,"value":212}," p_next",{"type":13,"tag":45,"props":214,"children":215},{"style":52},[216],{"type":18,"value":184},{"type":13,"tag":45,"props":218,"children":219},{"style":52},[220],{"type":18,"value":221}," *mut",{"type":13,"tag":45,"props":223,"children":224},{"style":63},[225],{"type":18,"value":226}," c_void,\n",{"type":13,"tag":45,"props":228,"children":229},{"class":47,"line":92},[230,235,239,244],{"type":13,"tag":45,"props":231,"children":232},{"style":63},[233],{"type":18,"value":234}," pixel_rate",{"type":13,"tag":45,"props":236,"children":237},{"style":52},[238],{"type":18,"value":184},{"type":13,"tag":45,"props":240,"children":241},{"style":163},[242],{"type":18,"value":243}," u32",{"type":13,"tag":45,"props":245,"children":246},{"style":63},[247],{"type":18,"value":204},{"type":13,"tag":45,"props":249,"children":250},{"class":47,"line":106},[251,256,260,264],{"type":13,"tag":45,"props":252,"children":253},{"style":63},[254],{"type":18,"value":255}," texel_rate",{"type":13,"tag":45,"props":257,"children":258},{"style":52},[259],{"type":18,"value":184},{"type":13,"tag":45,"props":261,"children":262},{"style":163},[263],{"type":18,"value":243},{"type":13,"tag":45,"props":265,"children":266},{"style":63},[267],{"type":18,"value":204},{"type":13,"tag":45,"props":269,"children":270},{"class":47,"line":119},[271,276,280,284],{"type":13,"tag":45,"props":272,"children":273},{"style":63},[274],{"type":18,"value":275}," fma_rate",{"type":13,"tag":45,"props":277,"children":278},{"style":52},[279],{"type":18,"value":184},{"type":13,"tag":45,"props":281,"children":282},{"style":163},[283],{"type":18,"value":243},{"type":13,"tag":45,"props":285,"children":286},{"style":63},[287],{"type":18,"value":204},{"type":13,"tag":45,"props":289,"children":290},{"class":47,"line":132},[291],{"type":13,"tag":45,"props":292,"children":293},{"style":63},[294],{"type":18,"value":295},"}\n",{"type":13,"tag":297,"props":298,"children":299},"ul",{},[300,321,340,351,362],{"type":13,"tag":301,"props":302,"children":303},"li",{},[304,310,312,319],{"type":13,"tag":21,"props":305,"children":307},{"className":306},[],[308],{"type":18,"value":309},"sType",{"type":18,"value":311}," is a ",{"type":13,"tag":313,"props":314,"children":316},"a",{"href":315},"/man/VkStructureType",[317],{"type":18,"value":318},"VkStructureType",{"type":18,"value":320}," value identifying this structure.",{"type":13,"tag":301,"props":322,"children":323},{},[324,330,332,338],{"type":13,"tag":21,"props":325,"children":327},{"className":326},[],[328],{"type":18,"value":329},"pNext",{"type":18,"value":331}," is ",{"type":13,"tag":21,"props":333,"children":335},{"className":334},[],[336],{"type":18,"value":337},"NULL",{"type":18,"value":339}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":301,"props":341,"children":342},{},[343,349],{"type":13,"tag":21,"props":344,"children":346},{"className":345},[],[347],{"type":18,"value":348},"pixelRate",{"type":18,"value":350}," is an unsigned integer value indicating the maximum\nnumber of pixels output per clock per shader core.",{"type":13,"tag":301,"props":352,"children":353},{},[354,360],{"type":13,"tag":21,"props":355,"children":357},{"className":356},[],[358],{"type":18,"value":359},"texelRate",{"type":18,"value":361}," is an unsigned integer value indicating the maximum\nnumber of texels per clock per shader core.",{"type":13,"tag":301,"props":363,"children":364},{},[365,371],{"type":13,"tag":21,"props":366,"children":368},{"className":367},[],[369],{"type":18,"value":370},"fmaRate",{"type":18,"value":372}," is an unsigned integer value indicating the maximum number\nof single-precision fused multiply-add operations per clock per shader\ncore.",{"type":13,"tag":14,"props":374,"children":375},{},[376,378,384],{"type":18,"value":377},"If a throughput rate cannot be determined on the physical device, the value\n",{"type":13,"tag":21,"props":379,"children":381},{"className":380},[],[382],{"type":18,"value":383},"0",{"type":18,"value":385}," will be returned for that rate.",{"type":13,"tag":14,"props":387,"children":388},{},[389,391,396,398,403,405,411,413,419],{"type":18,"value":390},"If the ",{"type":13,"tag":21,"props":392,"children":394},{"className":393},[],[395],{"type":18,"value":4},{"type":18,"value":397}," structure is included in the ",{"type":13,"tag":21,"props":399,"children":401},{"className":400},[],[402],{"type":18,"value":329},{"type":18,"value":404}," chain of the\n",{"type":13,"tag":313,"props":406,"children":408},{"href":407},"/man/VkPhysicalDeviceProperties2",[409],{"type":18,"value":410},"VkPhysicalDeviceProperties2",{"type":18,"value":412}," structure passed to\n",{"type":13,"tag":313,"props":414,"children":416},{"href":415},"/man/vkGetPhysicalDeviceProperties2",[417],{"type":18,"value":418},"vkGetPhysicalDeviceProperties2",{"type":18,"value":420},", it is filled in with each\ncorresponding implementation-dependent property.",{"type":13,"tag":422,"props":423,"children":425},"validity-group",{"name":424},"Valid Usage (Implicit)",[426],{"type":13,"tag":427,"props":428,"children":430},"validity-field",{"name":429},"VUID-VkPhysicalDeviceShaderCorePropertiesARM-sType-sType",[431],{"type":13,"tag":14,"props":432,"children":433},{},[434,439,441,446,448],{"type":13,"tag":21,"props":435,"children":437},{"className":436},[],[438],{"type":18,"value":309},{"type":18,"value":440}," ",{"type":13,"tag":442,"props":443,"children":445},"normative",{"type":444},"must",[],{"type":18,"value":447}," be ",{"type":13,"tag":21,"props":449,"children":451},{"className":450},[],[452],{"type":18,"value":453},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_ARM",{"type":13,"tag":455,"props":456,"children":457},"style",{},[458],{"type":18,"value":459},"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":461},[],"markdown",1725732573917]