Home
last modified time | relevance | path

Searched refs:maxSets (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_descriptor_pool_overallocation.adoc27 slink:VkDescriptorPoolCreateInfo::pname:maxSets descriptor sets, and the
/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.h89 uint32_t maxSets; member
DDescriptorSetVirtualization.cpp386 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocation()
502 allocInfo->maxSets, allocInfo->usedSets); in validateAndApplyVirtualDescriptorSetAllocation()
DResourceTracker.cpp4838 dp->allocInfo->maxSets = pCreateInfo->maxSets; in on_vkCreateDescriptorPool()
4849 std::vector<uint64_t> poolIds(pCreateInfo->maxSets); in on_vkCreateDescriptorPool()
4851 uint32_t count = pCreateInfo->maxSets; in on_vkCreateDescriptorPool()
Dgoldfish_vk_marshaling_guest.cpp3383 vkStream->write((uint32_t*)&forMarshaling->maxSets, sizeof(uint32_t)); in marshal_VkDescriptorPoolCreateInfo()
3403 vkStream->read((uint32_t*)&forUnmarshaling->maxSets, sizeof(uint32_t)); in unmarshal_VkDescriptorPoolCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2476 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSets, sizeof(uint32_t)); in reservedmarshal_VkDescriptorPoolCreateInfo()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h329 uint32_t maxSets; member
DCompositorVk.cpp474 .maxSets = descriptorSetsTotal, in setUpDescriptorSets()
DVkDecoderGlobalState.cpp2877 info.maxSets = pCreateInfo->maxSets; in on_vkCreateDescriptorPool()
2889 for (uint32_t i = 0; i < pCreateInfo->maxSets; ++i) { in on_vkCreateDescriptorPool()
7575 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocLocked()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp371 .maxSets = 10, in TEST_P()
718 .maxSets = 10, in TEST_P()
939 .maxSets = 10, in TEST_P()
1111 .maxSets = 10, in TEST_P()
DGfxstreamEnd2EndVkTests.cpp513 .maxSets = count, in AllocateDescriptorBundle()
789 .maxSets = 1, in TEST_P()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp113 .maxSets = 1, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp672 .maxSets = mMipLevels, in initializeDecompressionPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1472 desc_pool_info.maxSets = 1; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py611 maxSets = printer.write_int("maxSets", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2458 * pname:maxSets is the maximum number of descriptor sets that can: be
2554 pname:maxSets must: be greater than `0`
2671 allocate more than slink:VkDescriptorPoolCreateInfo::pname:maxSets
2674 The implementation may: use the pname:maxSets value to allocate the
2854 slink:VkDescriptorPoolCreateInfo::pname:maxSets used to create
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp9589 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( poolSizeCount_ ), pPoolSiz…
9600 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( static_cast<uint32_t>( poo… in DescriptorPoolCreateInfo()
9629 maxSets = maxSets_; in setMaxSets()
9674 return std::tie( sType, pNext, flags, maxSets, poolSizeCount, pPoolSizes ); in reflect()
9690 && ( maxSets == rhs.maxSets ) in operator ==()
9706 uint32_t maxSets = {}; member
Dvulkansc_hash.hpp1466 VULKAN_HPP_HASH_COMBINE( seed, descriptorPoolCreateInfo.maxSets ); in operator ()()
Dvulkan_structs.hpp22244 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( poolSizeCount_ ), pPoolSiz…
22255 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( static_cast<uint32_t>( poo… in DescriptorPoolCreateInfo()
22284 maxSets = maxSets_; in setMaxSets()
22329 return std::tie( sType, pNext, flags, maxSets, poolSizeCount, pPoolSizes ); in reflect()
22345 && ( maxSets == rhs.maxSets ) in operator ==()
22361 uint32_t maxSets = {}; member
Dvulkan_core.h3758 uint32_t maxSets; member
Dvulkan_hash.hpp2936 VULKAN_HPP_HASH_COMBINE( seed, descriptorPoolCreateInfo.maxSets ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3827 vkStream->write((uint32_t*)&forMarshaling->maxSets, sizeof(uint32_t)); in marshal_VkDescriptorPoolCreateInfo()
3859 vkStream->read((uint32_t*)&forUnmarshaling->maxSets, sizeof(uint32_t)); in unmarshal_VkDescriptorPoolCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2892 memcpy((uint32_t*)&forUnmarshaling->maxSets, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorPoolCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3726 uint32_t maxSets; member