Home
last modified time | relevance | path

Searched refs:maxVariableDescriptorCount (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc1400 * pname:maxVariableDescriptorCount indicates the maximum number of
1406 pname:maxVariableDescriptorCount indicates the maximum byte size
1414 pname:maxVariableDescriptorCount is set to the maximum size of that
1420 feature is not enabled, then pname:maxVariableDescriptorCount is set to
1433 pname:maxVariableDescriptorCount is undefined:.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1572 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
Dvulkan_hash.hpp3068 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp7701 vkStream->write((uint32_t*)&forMarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in marshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
7713 vkStream->read((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in unmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
Dgoldfish_vk_reserved_marshaling_guest.cpp5308 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in reservedmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp9328 vkStream->write((uint32_t*)&forMarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in marshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
9352 vkStream->read((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in unmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
Dgoldfish_vk_reserved_marshaling.cpp7154 memcpy((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6223 uint32_t maxVariableDescriptorCount; member