Home
last modified time | relevance | path

Searched refs:descriptorBindingPartiallyBound (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc55 ** <<features-descriptorBindingPartiallyBound, pname:descriptorBindingPartiallyBound>>
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c661 CORE_FEATURE(descriptorBindingPartiallyBound); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc2196 * [[{anchor-prefix}features-descriptorBindingPartiallyBound]]
2197 pname:descriptorBindingPartiallyBound indicates whether the
7279 ** <<features-descriptorBindingPartiallyBound,
7280 pname:descriptorBindingPartiallyBound>>
8099 * <<features-descriptorBindingPartiallyBound,
8100 pname:descriptorBindingPartiallyBound>>
Ddescriptorsets.adoc1161 * [[VUID-VkDescriptorSetLayoutBindingFlagsCreateInfo-descriptorBindingPartiallyBound-03013]]
1163 slink:VkPhysicalDeviceDescriptorIndexingFeatures::pname:descriptorBindingPartiallyBound
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3888 …HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingFeatures.descriptorBindingPartiallyBound ); in operator ()()
5405 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.descriptorBindingPartiallyBound ); in operator ()()
Dvulkan_hash.hpp7274 …HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingFeatures.descriptorBindingPartiallyBound ); in operator ()()
10647 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.descriptorBindingPartiallyBound ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6545 vkStream->write((VkBool32*)&forMarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6623 vkStream->read((VkBool32*)&forUnmarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
7495 vkStream->write((VkBool32*)&forMarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures()
7544 vkStream->read((VkBool32*)&forUnmarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4547 memcpy(*ptr, (VkBool32*)&forMarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5191 memcpy(*ptr, (VkBool32*)&forMarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7935 vkStream->write((VkBool32*)&forMarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8024 vkStream->read((VkBool32*)&forUnmarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
9084 vkStream->write((VkBool32*)&forMarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures()
9145 vkStream->read((VkBool32*)&forUnmarshaling->descriptorBindingPartiallyBound, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6104 memcpy((VkBool32*)&forUnmarshaling->descriptorBindingPartiallyBound, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
6992 memcpy((VkBool32*)&forUnmarshaling->descriptorBindingPartiallyBound, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5931 VkBool32 descriptorBindingPartiallyBound; member
6180 VkBool32 descriptorBindingPartiallyBound; member