Searched refs:pDescriptorCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 2986 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/ |
D | goldfish_vk_deepcopy.cpp | 4383 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()
|
D | goldfish_vk_marshaling.cpp | 9287 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 7122 vkStream->alloc((void**)&forUnmarshaling->pDescriptorCounts, in reservedunmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo() 7124 memcpy((uint32_t*)forUnmarshaling->pDescriptorCounts, *ptr, in reservedunmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 4383 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()
|
D | goldfish_vk_marshaling_guest.cpp | 7674 vkStream->write((const uint32_t*)forMarshaling->pDescriptorCounts, in marshal_VkDescriptorSetVariableDescriptorCountAllocateInfo() 7688 vkStream->read((uint32_t*)forUnmarshaling->pDescriptorCounts, in unmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5292 memcpy(*ptr, (const uint32_t*)forMarshaling->pDescriptorCounts, in reservedmarshal_VkDescriptorSetVariableDescriptorCountAllocateInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1560 …ULKAN_HPP_HASH_COMBINE( seed, descriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts ); in operator ()()
|
D | vulkan_hash.hpp | 3056 …ULKAN_HPP_HASH_COMBINE( seed, descriptorSetVariableDescriptorCountAllocateInfo.pDescriptorCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6217 const uint32_t* pDescriptorCounts; member
|