Searched refs:runtimeDescriptorArray (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 4798 if (!((a->runtimeDescriptorArray) == (b->runtimeDescriptorArray))) { in checkEqual_VkPhysicalDeviceVulkan12Features() 5606 if (!((a->runtimeDescriptorArray) == (b->runtimeDescriptorArray))) { in checkEqual_VkPhysicalDeviceDescriptorIndexingFeatures()
|
| D | goldfish_vk_marshaling.cpp | 7930 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()
|
| D | goldfish_vk_reserved_marshaling.cpp | 6108 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/ |
| D | vulkan_structs.hpp | 51567 …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
|
| D | vulkan_core.h | 5795 VkBool32 runtimeDescriptorArray; member 6044 VkBool32 runtimeDescriptorArray; member
|
| D | vulkan_hash.hpp | 6691 … 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/ |
| D | goldfish_vk_baseprotodefs.proto | 7814 …// Original field: basetype VkBool32 runtimeDescriptorArray. stringarray? 0 string? 0 hasLenInfo? 0 7815 optional uint32 runtimeDescriptorArray = 22; field
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 6547 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()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 4551 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 5195 memcpy(*ptr, (VkBool32*)&forMarshaling->runtimeDescriptorArray, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingFeatures()
|