Searched refs:samplerDescriptorSize (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 171 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/ |
D | limits.adoc | 3577 * [[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
|
D | descriptorsets.adoc | 5610 slink:VkPhysicalDeviceDescriptorBufferPropertiesEXT::pname:samplerDescriptorSize
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14917 size_t samplerDescriptorSize; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 7227 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorBufferPropertiesEXT.samplerDescriptorSize ); in operator ()()
|