Searched refs:runtimeDescriptorArray (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 57 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 663 CORE_FEATURE(runtimeDescriptorArray); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 2209 * [[{anchor-prefix}features-runtimeDescriptorArray]] 2210 pname:runtimeDescriptorArray indicates whether the implementation 7281 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>> 8103 * <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
|
D | interfaces.adoc | 1024 If the array is runtime-sized, the pname:runtimeDescriptorArray feature
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3890 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray ); in operator ()() 5407 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.runtimeDescriptorArray ); in operator ()()
|
D | vulkan_hash.hpp | 7276 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray ); in operator ()() 10649 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.runtimeDescriptorArray ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6548 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6626 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 7498 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures() 7547 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4552 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5196 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7938 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 8027 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 9087 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures() 9148 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6109 memcpy((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 6997 memcpy((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5933 VkBool32 runtimeDescriptorArray; member 6182 VkBool32 runtimeDescriptorArray; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2920 the restriction at runtime if <<features-runtimeDescriptorArray, 2921 runtimeDescriptorArray>> is not enabled (internal issue 2408).
|