Home
last modified time | relevance | path

Searched refs:descriptorIndexing (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc40 ** <<features-descriptorIndexing, pname:descriptorIndexing>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dversions.adoc200 support for the <<features-descriptorIndexing, pname:descriptorIndexing>>
203 slink:VkPhysicalDeviceVulkan12Features::pname:descriptorIndexing when
295 * The <<features-descriptorIndexing, pname:descriptorIndexing>> feature
DVK_EXT_descriptor_indexing.adoc74 code:descriptorIndexing capability is optional.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc4578 …erBindDescriptorsInAllPools | `<<features-descriptorIndexing, pname:descriptorIndexing
4584 …escriptorUpdateAfterBindSamplers | `<<features-descriptorIndexing, pname:descriptorIndexing
4585 …escriptorUpdateAfterBindUniformBuffers | `<<features-descriptorIndexing, pname:descriptorIndexing
4586 …escriptorUpdateAfterBindStorageBuffers | `<<features-descriptorIndexing, pname:descriptorIndexing
4587 …escriptorUpdateAfterBindSampledImages | `<<features-descriptorIndexing, pname:descriptorIndexing
4588 …escriptorUpdateAfterBindStorageImages | `<<features-descriptorIndexing, pname:descriptorIndexing
4589 …escriptorUpdateAfterBindInputAttachments| `<<features-descriptorIndexing, pname:descriptorIndexing
4590 …pdateAfterBindResources | `<<features-descriptorIndexing, pname:descriptorIndexing
4591 …rSetUpdateAfterBindSamplers | `<<features-descriptorIndexing, pname:descriptorIndexing
4592 …rSetUpdateAfterBindUniformBuffers | `<<features-descriptorIndexing, pname:descriptorIndexing
[all …]
Dfeatures.adoc77 …ext:VK_EXT_descriptor_indexing` | <<features-descriptorIndexing, pname:descriptorIndexing
1058 * [[features-descriptorIndexing]] pname:descriptorIndexing indicates
1062 Enabling the pname:descriptorIndexing member when flink:vkCreateDevice
7245 ifdef::VK_VERSION_1_2[the <<features-descriptorIndexing, pname:descriptorIndexing>> feature is supp…
7298 ifdef::VK_VERSION_1_2[the <<features-descriptorIndexing, pname:descriptorIndexing>> feature is supp…
7381 ifdef::VK_VERSION_1_2[the <<features-descriptorIndexing, pname:descriptorIndexing>> feature if Vulk…
8070 * <<features-descriptorIndexing, pname:descriptorIndexing>>
Ddevsandqueues.adoc2027 sname:VkPhysicalDeviceVulkan12Features::pname:descriptorIndexing must:
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5387 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.descriptorIndexing ); in operator ()()
Dvulkan_hash.hpp10629 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.descriptorIndexing ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6510 vkStream->write((VkBool32*)&forMarshaling->descriptorIndexing, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6588 vkStream->read((VkBool32*)&forUnmarshaling->descriptorIndexing, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
Dgoldfish_vk_reserved_marshaling_guest.cpp4494 memcpy(*ptr, (VkBool32*)&forMarshaling->descriptorIndexing, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7900 vkStream->write((VkBool32*)&forMarshaling->descriptorIndexing, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
7989 vkStream->read((VkBool32*)&forUnmarshaling->descriptorIndexing, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
Dgoldfish_vk_reserved_marshaling.cpp6051 memcpy((VkBool32*)&forUnmarshaling->descriptorIndexing, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5913 VkBool32 descriptorIndexing; member