Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp4798 if (!((a->runtimeDescriptorArray) == (b->runtimeDescriptorArray))) { in checkEqual_VkPhysicalDeviceVulkan12Features()
5606 if (!((a->runtimeDescriptorArray) == (b->runtimeDescriptorArray))) { in checkEqual_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_marshaling.cpp7930 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8019 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
9079 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures()
9140 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6108 memcpy((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
6996 memcpy((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp51567 …bleDescriptorCount( descriptorBindingVariableDescriptorCount_ ), runtimeDescriptorArray( runtimeDe…
51709 runtimeDescriptorArray = runtimeDescriptorArray_; in setRuntimeDescriptorArray()
51733 …escriptorBindingPartiallyBound, descriptorBindingVariableDescriptorCount, runtimeDescriptorArray ); in reflect()
51767 && ( runtimeDescriptorArray == rhs.runtimeDescriptorArray ); in operator ==()
51799 VULKAN_HPP_NAMESPACE::Bool32 runtimeDescriptorArray = {}; member
71756 …bleDescriptorCount( descriptorBindingVariableDescriptorCount_ ), runtimeDescriptorArray( runtimeDe…
71958 runtimeDescriptorArray = runtimeDescriptorArray_; in setRuntimeDescriptorArray()
72084 …BindingPartiallyBound, descriptorBindingVariableDescriptorCount, runtimeDescriptorArray, samplerFi… in reflect()
72128 && ( runtimeDescriptorArray == rhs.runtimeDescriptorArray ) in operator ==()
72187 VULKAN_HPP_NAMESPACE::Bool32 runtimeDescriptorArray = {}; member
Dvulkan_core.h5795 VkBool32 runtimeDescriptorArray; member
6044 VkBool32 runtimeDescriptorArray; member
Dvulkan_hash.hpp6691 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingFeatures.runtimeDescriptorArray ); in operator ()()
9613 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.runtimeDescriptorArray ); in operator ()()
/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
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6547 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6625 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
7497 vkStream->write((VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDescriptorIndexingFeatures()
7546 vkStream->read((VkBool32*)&forUnmarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4551 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5195 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()