Searched refs:maxVariableDescriptorCount (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 1400 * 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/ |
D | vulkansc_hash.hpp | 1572 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
|
D | vulkan_hash.hpp | 3068 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 7701 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5308 memcpy(*ptr, (uint32_t*)&forMarshaling->maxVariableDescriptorCount, sizeof(uint32_t)); in reservedmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 9328 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 7154 memcpy((uint32_t*)&forUnmarshaling->maxVariableDescriptorCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorSetVariableDescriptorCountLayoutSupport()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6223 uint32_t maxVariableDescriptorCount; member
|