Home
last modified time | relevance | path

Searched refs:accelerationStructureDescriptorSize (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc171 …geBufferDescriptorSize`, `inputAttachmentDescriptorSize`, `accelerationStructureDescriptorSize`, `…
576 size_t accelerationStructureDescriptorSize;
608 * `accelerationStructureDescriptorSize` describes the size, in bytes, of a VK_DESCRIPTOR_TYPE_ACCEL…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3627 * [[limits-accelerationStructureDescriptorSize]]
3628 pname:accelerationStructureDescriptorSize indicates the size in bytes of
4782 | code:size_t | pname:accelerationStructureDescriptorSize | `<<VK_EXT_descripto…
5249 | pname:accelerationStructureDescriptorSize | - | 256 | max
5412 pname:accelerationStructureDescriptorSize.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14930 size_t accelerationStructureDescriptorSize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7240 …H_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.accelerationStructureDescriptorSize ); in operator ()()