Home
last modified time | relevance | path

Searched refs:samplerDescriptorSize (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc171 The sizes for different descriptor types are defined in the properties: `samplerDescriptorSize`, `c…
254 …rned through `pDescriptor` to the first array, and the remaining `samplerDescriptorSize` bytes of …
563 size_t samplerDescriptorSize;
595 * `samplerDescriptorSize` describes the size, in bytes, of a VK_DESCRIPTOR_TYPE_SAMPLER descriptor.
984 vkGetDescriptorEXT(device, &info, props.samplerDescriptorSize,
985 … samplerBuffer.hostPointer + offsets[2] + layoutOffsets[1][0] + k * props.samplerDescriptorSize);
992 vkGetDescriptorEXT(device, &info, props.samplerDescriptorSize,
993 … samplerBuffer.hostPointer + offsets[2] + layoutOffsets[1][1] + k * props.samplerDescriptorSize);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3577 * [[limits-samplerDescriptorSize]] pname:samplerDescriptorSize indicates
4769 | code:size_t | pname:samplerDescriptorSize | `<<VK_EXT_descripto…
5236 | pname:samplerDescriptorSize | - | 256 | max
5250 …amplerDescriptorBufferRange | - | [eq]#2^11^ {times} pname:samplerDescriptorSize# | min
Ddescriptorsets.adoc5610 slink:VkPhysicalDeviceDescriptorBufferPropertiesEXT::pname:samplerDescriptorSize
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14917 size_t samplerDescriptorSize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7227 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorSize ); in operator ()()