Searched refs:descriptorIndexing (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 40 ** <<features-descriptorIndexing, pname:descriptorIndexing>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | versions.adoc | 200 support for the <<features-descriptorIndexing, pname:descriptorIndexing>> 203 slink:VkPhysicalDeviceVulkan12Features::pname:descriptorIndexing when 295 * The <<features-descriptorIndexing, pname:descriptorIndexing>> feature
|
D | VK_EXT_descriptor_indexing.adoc | 74 code:descriptorIndexing capability is optional.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 4578 …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 …]
|
D | features.adoc | 77 …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>>
|
D | devsandqueues.adoc | 2027 sname:VkPhysicalDeviceVulkan12Features::pname:descriptorIndexing must:
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5387 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.descriptorIndexing ); in operator ()()
|
D | vulkan_hash.hpp | 10629 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.descriptorIndexing ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6510 vkStream->write((VkBool32*)&forMarshaling->descriptorIndexing, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6588 vkStream->read((VkBool32*)&forUnmarshaling->descriptorIndexing, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4494 memcpy(*ptr, (VkBool32*)&forMarshaling->descriptorIndexing, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7900 vkStream->write((VkBool32*)&forMarshaling->descriptorIndexing, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 7989 vkStream->read((VkBool32*)&forUnmarshaling->descriptorIndexing, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
|
D | goldfish_vk_reserved_marshaling.cpp | 6051 memcpy((VkBool32*)&forUnmarshaling->descriptorIndexing, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5913 VkBool32 descriptorIndexing; member
|