Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/appendices/
Dspirvenv.txt188 …eDescriptorArrayEXT | <<features-features-runtimeDescriptorArray,runtimeDescriptorArra…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp3395 …if (!((a->runtimeDescriptorArray) == (b->runtimeDescriptorArray))) { onFail("a->runtimeDescriptorA… in checkEqual_VkPhysicalDeviceVulkan12Features()
3857 …if (!((a->runtimeDescriptorArray) == (b->runtimeDescriptorArray))) { onFail("a->runtimeDescriptorA… in checkEqual_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_marshaling.cpp8515 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8587 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
9613 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures()
9658 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6249 memcpy((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7094 memcpy((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h5083 VkBool32 runtimeDescriptorArray; member
5332 VkBool32 runtimeDescriptorArray; member
Dvulkan.hpp63401 …bleDescriptorCount( descriptorBindingVariableDescriptorCount_ ), runtimeDescriptorArray( runtimeDe…
63546 runtimeDescriptorArray = runtimeDescriptorArray_; in setRuntimeDescriptorArray()
63588 && ( runtimeDescriptorArray == rhs.runtimeDescriptorArray ); in operator ==()
63621 VULKAN_HPP_NAMESPACE::Bool32 runtimeDescriptorArray = {}; member
72742 …bleDescriptorCount( descriptorBindingVariableDescriptorCount_ ), runtimeDescriptorArray( runtimeDe…
72947 runtimeDescriptorArray = runtimeDescriptorArray_; in setRuntimeDescriptorArray()
73101 && ( runtimeDescriptorArray == rhs.runtimeDescriptorArray ) in operator ==()
73161 VULKAN_HPP_NAMESPACE::Bool32 runtimeDescriptorArray = {}; member
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dfeatures.txt1302 * [[features-features-runtimeDescriptorArray]]
1303 pname:runtimeDescriptorArray indicates whether the implementation
1375 ** <<features-features-runtimeDescriptorArray,
1376 pname:runtimeDescriptorArray>>
Dinterfaces.txt728 If the array is runtime-sized, the pname:runtimeDescriptorArray feature
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h7587 VkBool32 runtimeDescriptorArray; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp7292 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
7353 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8218 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures()
8252 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp5029 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5676 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto7814 …// Original field: basetype VkBool32 runtimeDescriptorArray. stringarray? 0 string? 0 hasLenInfo? 0
7815 optional uint32 runtimeDescriptorArray = 22; field