Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbuild_acceleration_structure_nonindirect_common.adoc15 pname:ppBuildRangeInfos[i][j].pname:primitiveCount values for code:j in
Dbuild_acceleration_structure_common.adoc194 * [[VUID-{refpage}-primitiveCount-03769]]
196 this command, its pname:primitiveCount member must: have the same value
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Daccelstructures.adoc381 :maxinstancecheck: pname:ppBuildRangeInfos[i][j].pname:primitiveCount
474 the pname:primitiveCount value specified by the
1517 * pname:primitiveCount defines the number of primitives for a
1530 pname:primitiveCount is the number of triangles to be built, where each
1532 ** If the geometry uses indices, [eq]#pname:primitiveCount {times} 3#
1538 ** If the geometry does not use indices, [eq]#pname:primitiveCount {times}
1554 pname:primitiveCount is the number of axis-aligned bounding boxes.
1555 pname:primitiveCount slink:VkAabbPositionsKHR structures are consumed
1559 pname:primitiveCount is the number of acceleration structures.
1560 pname:primitiveCount slink:VkAccelerationStructureInstanceKHR
[all …]
Dresources.adoc6633 ** Its pname:primitiveCount member is less than or equal to the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/
Dmesh.adoc155 The code:primitiveCount argument must: be less than or equal to the maximum
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc488 uint primitiveCount)
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17592 uint32_t primitiveCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp494 VULKAN_HPP_HASH_COMBINE( seed, accelerationStructureBuildRangeInfoKHR.primitiveCount ); in operator ()()