Home
last modified time | relevance | path

Searched refs:pDescriptorCounts (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2986 slink:VkDescriptorSetVariableDescriptorCountAllocateInfo::pDescriptorCounts[i]
3032 pname:pDescriptorCounts.
3033 * pname:pDescriptorCounts is a pointer to an array of descriptor counts,
3040 Otherwise, pname:pDescriptorCounts[i] is the number of descriptors in the
3047 pname:pDescriptorCounts[i] specifies the binding's capacity in bytes.
3050 a variable-sized descriptor binding, then pname:pDescriptorCounts[i] is
3060 variable-sized descriptor binding, then pname:pDescriptorCounts[i] must:
5483 slink:VkDescriptorSetVariableDescriptorCountAllocateInfo::pname:pDescriptorCounts.
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp4383 to->pDescriptorCounts = nullptr; in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
4384 if (from->pDescriptorCounts) { in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
4385 to->pDescriptorCounts = (uint32_t*)alloc->dupArray( in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
4386 from->pDescriptorCounts, from->descriptorSetCount * sizeof(const uint32_t)); in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
Dgoldfish_vk_marshaling.cpp9287 vkStream->write((const uint32_t*)forMarshaling->pDescriptorCounts, in marshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
9313 vkStream->alloc((void**)&forUnmarshaling->pDescriptorCounts, in unmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
9315 vkStream->read((uint32_t*)forUnmarshaling->pDescriptorCounts, in unmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
Dgoldfish_vk_reserved_marshaling.cpp7122 vkStream->alloc((void**)&forUnmarshaling->pDescriptorCounts, in reservedunmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
7124 memcpy((uint32_t*)forUnmarshaling->pDescriptorCounts, *ptr, in reservedunmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp4383 to->pDescriptorCounts = nullptr; in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
4384 if (from->pDescriptorCounts) { in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
4385 to->pDescriptorCounts = (uint32_t*)alloc->dupArray( in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
4386 from->pDescriptorCounts, from->descriptorSetCount * sizeof(const uint32_t)); in deepcopy_VkDescriptorSetVariableDescriptorCountAllocateInfo()
Dgoldfish_vk_marshaling_guest.cpp7674 vkStream->write((const uint32_t*)forMarshaling->pDescriptorCounts, in marshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
7688 vkStream->read((uint32_t*)forUnmarshaling->pDescriptorCounts, in unmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp5292 memcpy(*ptr, (const uint32_t*)forMarshaling->pDescriptorCounts, in reservedmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1560 …ULKAN_HPP_HASH_COMBINE( seed, descriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts ); in operator ()()
Dvulkan_hash.hpp3056 …ULKAN_HPP_HASH_COMBINE( seed, descriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6217 const uint32_t* pDescriptorCounts; member