Searched refs:geometryCount (Results 1 – 8 of 8) sorted by relevance
16 [eq]#[0,pname:pInfos[i].pname:geometryCount)#19 an array of pname:pInfos[i].pname:geometryCount
117 pname:geometryCount member must: have the same value which was specified
221 * [[VUID-vkCmdBuildAccelerationStructureNV-geometryCount-02241]]222 pname:geometryCount must: be less than or equal to230 slink:VkAccelerationStructureInfoNV::pname:geometryCount for pname:dst318 pname:pInfos[i].pname:geometryCount407 pname:pInfos[i].pname:geometryCount414 pointers to arrays of pname:pInfos[i].pname:geometryCount values448 (pname:pInfos[i].pname:geometryCount {times} pname:pIndirectStrides[i]) -509 * pname:geometryCount specifies the number of geometries that will be588 pname:geometryCount must: be `1`599 then pname:geometryCount must: be less than or equal to[all …]
6225 If pname:compactedSize is not `0` then both pname:info.geometryCount and6249 * pname:geometryCount specifies the number of geometries that will be in6251 * pname:pGeometries is a pointer to an array of pname:geometryCount6263 * [[VUID-VkAccelerationStructureInfoNV-geometryCount-02422]]6264 pname:geometryCount must: be less than or equal to6275 pname:geometryCount must: be `0`6577 pname:pBuildInfo->geometryCount code:uint32_t values defining the number6607 ** pname:geometryCount is less than or equal to6608 pname:pBuildInfo->geometryCount.6672 If pname:pBuildInfo->geometryCount is not `0`, pname:pMaxPrimitiveCounts[all …]
510 ** fix valid usage for arrays of geometryCount items (#2198,!4010)531 ** require geometryCount to be 1 for TLAS builds (!4145)
12698 uint32_t geometryCount; member17646 uint32_t geometryCount; member
618 VULKAN_HPP_HASH_COMBINE( seed, accelerationStructureInfoNV.geometryCount ); in operator ()()
15955 if ( maxPrimitiveCounts.size() != buildInfo.geometryCount ) in getAccelerationStructureBuildSizesKHR()