Home
last modified time | relevance | path

Searched refs:runtimeDescriptorArray (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc57 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c663 CORE_FEATURE(runtimeDescriptorArray); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc2209 * [[{anchor-prefix}features-runtimeDescriptorArray]]
2210 pname:runtimeDescriptorArray indicates whether the implementation
7281 ** <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
8103 * <<features-runtimeDescriptorArray, pname:runtimeDescriptorArray>>
Dinterfaces.adoc1024 If the array is runtime-sized, the pname:runtimeDescriptorArray feature
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3890 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray ); in operator ()()
5407 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.runtimeDescriptorArray ); in operator ()()
Dvulkan_hash.hpp7276 … 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/
Dgoldfish_vk_marshaling_guest.cpp6548 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4552 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/
Dgoldfish_vk_marshaling.cpp7938 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()
Dgoldfish_vk_reserved_marshaling.cpp6109 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/
Dvulkan_core.h5933 VkBool32 runtimeDescriptorArray; member
6182 VkBool32 runtimeDescriptorArray; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2920 the restriction at runtime if <<features-runtimeDescriptorArray,
2921 runtimeDescriptorArray>> is not enabled (internal issue 2408).