Home
last modified time | relevance | path

Searched refs:geometryCount (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbuild_acceleration_structure_nonindirect_common.adoc16 [eq]#[0,pname:pInfos[i].pname:geometryCount)#
19 an array of pname:pInfos[i].pname:geometryCount
Dbuild_acceleration_structure_common.adoc117 pname:geometryCount member must: have the same value which was specified
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Daccelstructures.adoc221 * [[VUID-vkCmdBuildAccelerationStructureNV-geometryCount-02241]]
222 pname:geometryCount must: be less than or equal to
230 slink:VkAccelerationStructureInfoNV::pname:geometryCount for pname:dst
318 pname:pInfos[i].pname:geometryCount
407 pname:pInfos[i].pname:geometryCount
414 pointers to arrays of pname:pInfos[i].pname:geometryCount values
448 (pname:pInfos[i].pname:geometryCount {times} pname:pIndirectStrides[i]) -
509 * pname:geometryCount specifies the number of geometries that will be
588 pname:geometryCount must: be `1`
599 then pname:geometryCount must: be less than or equal to
[all …]
Dresources.adoc6225 If pname:compactedSize is not `0` then both pname:info.geometryCount and
6249 * pname:geometryCount specifies the number of geometries that will be in
6251 * pname:pGeometries is a pointer to an array of pname:geometryCount
6263 * [[VUID-VkAccelerationStructureInfoNV-geometryCount-02422]]
6264 pname:geometryCount must: be less than or equal to
6275 pname:geometryCount must: be `0`
6577 pname:pBuildInfo->geometryCount code:uint32_t values defining the number
6607 ** pname:geometryCount is less than or equal to
6608 pname:pBuildInfo->geometryCount.
6672 If pname:pBuildInfo->geometryCount is not `0`, pname:pMaxPrimitiveCounts
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_acceleration_structure.adoc510 ** fix valid usage for arrays of geometryCount items (#2198,!4010)
531 ** require geometryCount to be 1 for TLAS builds (!4145)
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12698 uint32_t geometryCount; member
17646 uint32_t geometryCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp618 VULKAN_HPP_HASH_COMBINE( seed, accelerationStructureInfoNV.geometryCount ); in operator ()()
Dvulkan_raii.hpp15955 if ( maxPrimitiveCounts.size() != buildInfo.geometryCount ) in getAccelerationStructureBuildSizesKHR()