Home
last modified time | relevance | path

Searched refs:poolSizeCount (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp35 createInfo.poolSizeCount = numPools; in GrVkDescriptorPool()
/external/vulkan-validation-layers/layers/
Dcore_validation.h635 if (createInfo.poolSizeCount) { // Shadow type struct from ptr into local struct in _DESCRIPTOR_POOL_NODE()
636 size_t poolSizeCountSize = createInfo.poolSizeCount * sizeof(VkDescriptorPoolSize); in _DESCRIPTOR_POOL_NODE()
641 for (i = 0; i < createInfo.poolSizeCount; ++i) { in _DESCRIPTOR_POOL_NODE()
Dcore_validation.cpp4138 uint32_t typeIndex = 0, poolSizeCount = 0; in validate_descriptor_availability_in_pool() local
4141 poolSizeCount = pLayout->createInfo.pBindings[j].descriptorCount; in validate_descriptor_availability_in_pool()
4142 if (poolSizeCount > pPoolNode->availableDescriptorTypeCount[typeIndex]) { in validate_descriptor_availability_in_pool()
4148poolSizeCount, string_VkDescriptorType(pLayout->createInfo.pBindings[j].descriptorType), in validate_descriptor_availability_in_pool()
4151 pPoolNode->availableDescriptorTypeCount[typeIndex] -= poolSizeCount; in validate_descriptor_availability_in_pool()
6832 uint32_t typeIndex = 0, poolSizeCount = 0; in vkFreeDescriptorSets() local
6835 poolSizeCount = pLayout->createInfo.pBindings[j].descriptorCount; in vkFreeDescriptorSets()
6836 pPoolNode->availableDescriptorTypeCount[typeIndex] += poolSizeCount; in vkFreeDescriptorSets()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp952 ds_pool_ci.poolSizeCount = 1; in TEST_F()
1406 ds_pool_ci.poolSizeCount = 1; in TEST_F()
1470 ds_pool_ci.poolSizeCount = 1; in TEST_F()
1602 ds_pool_ci.poolSizeCount = 1; in TEST_F()
1695 ds_pool_ci.poolSizeCount = 1; in TEST_F()
1777 ds_pool_ci.poolSizeCount = 1; in TEST_F()
2031 ds_pool_ci.poolSizeCount = NUM_DESCRIPTOR_TYPES; in TEST_F()
2590 ds_pool_ci.poolSizeCount = 1; in TEST_F()
2851 ds_pool_ci.poolSizeCount = 1; in TEST_F()
2978 ds_pool_ci.poolSizeCount = 1; in TEST_F()
[all …]
Dvkrenderframework.cpp488 pool.poolSizeCount = m_type_counts.size(); in CreateVKDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp609 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in DescriptorPoolCreateInfo()
618 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in addDescriptors()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp609 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in DescriptorPoolCreateInfo()
618 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in addDescriptors()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp612 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in DescriptorPoolCreateInfo()
621 poolSizeCount = static_cast<deUint32>(m_poolSizeCounts.size()); in addDescriptors()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp533 desc_pool_info.poolSizeCount = 1; in create_descriptor_sets()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl871 deUint32 poolSizeCount; member
DvkStrUtilImpl.inl2550 s << "\tpoolSizeCount = " << value.poolSizeCount << '\n';
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp965 const VkDescriptorPoolSize poolSizeCount = { vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1 }; in execute() local
973 &poolSizeCount, in execute()
/external/vulkan-validation-layers/demos/
Dtri.c1391 .poolSizeCount = 1, in demo_prepare_descriptor_pool()
Dcube.c1653 .poolSizeCount = 2, in demo_prepare_descriptor_pool()
/external/skia/third_party/vulkan/
Dvulkan.h1914 uint32_t poolSizeCount; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1923 uint32_t poolSizeCount; member