Home
last modified time | relevance | path

Searched refs:VkDescriptorPoolSize (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp18 VkDescriptorPoolSize poolSize; in GrVkDescriptorPool()
19 memset(&poolSize, 0, sizeof(VkDescriptorPoolSize)); in GrVkDescriptorPool()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorPoolTests.cpp59 const VkDescriptorPoolSize descriptorPoolSize = in resetDescriptorPoolTest()
188 const VkDescriptorPoolSize descriptorPoolSize = in outOfPoolMemoryTest()
DvktApiNullHandleTests.cpp229 const VkDescriptorPoolSize pPoolSizes[] = in test()
DvktApiObjectManagementTests.cpp1859 vector<VkDescriptorPoolSize> poolSizes;
1863 const vector<VkDescriptorPoolSize>& poolSizes_) in Parameters()
1874 vector<VkDescriptorPoolSize> poolSizes; in singleType()
1924 …static vector<VkDescriptorPoolSize> computePoolSizes (const DescriptorSetLayout::Parameters& layou… in computePoolSizes()
1927 vector<VkDescriptorPoolSize> typeCounts; in computePoolSizes()
DvktApiBufferViewAccessTests.cpp353 const VkDescriptorPoolSize descriptorTypes[1] = in BufferViewTestInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp120 const VkDescriptorPoolSize typeCount = in addType()
134 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]); in build()
DvkBuilderUtil.hpp103 std::vector<VkDescriptorPoolSize> m_counts;
DvkTypeUtil.inl236 inline VkDescriptorPoolSize makeDescriptorPoolSize (VkDescriptorType type, deUint32 descriptorCount)
238 VkDescriptorPoolSize res;
DvkStructTypes.inl859 struct VkDescriptorPoolSize struct
872 const VkDescriptorPoolSize* pPoolSizes; argument
DvkStrUtil.inl289 std::ostream& operator<< (std::ostream& s, const VkDescriptorPoolSize& value);
DvkStrUtilImpl.inl2724 std::ostream& operator<< (std::ostream& s, const VkDescriptorPoolSize& value)
2726 s << "VkDescriptorPoolSize = {\n";
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize
268 DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& poolSizeCounts,
275 std::vector<vk::VkDescriptorPoolSize> m_poolSizeCounts;
DvktDrawCreateInfoUtil.cpp600 DescriptorPoolCreateInfo::DescriptorPoolCreateInfo (const std::vector<vk::VkDescriptorPoolSize>& po… in DescriptorPoolCreateInfo()
615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count }; in addDescriptors()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h127 size_t poolSizeCountSize = createInfo.poolSizeCount * sizeof(VkDescriptorPoolSize);
128 createInfo.pPoolSizes = new VkDescriptorPoolSize[poolSizeCountSize];
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2053 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
2136 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
3519 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
3576 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
3721 VkDescriptorPoolSize ds_type_count[4] = {}; in TEST_F()
3734 ds_pool_ci.poolSizeCount = sizeof(ds_type_count) / sizeof(VkDescriptorPoolSize); in TEST_F()
3924 VkDescriptorPoolSize ds_type_count; in TEST_F()
4639 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
4798 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
5051 VkDescriptorPoolSize ds_type_count = {}; in TEST_F()
[all …]
Dvkrenderframework.cpp472 VkDescriptorPoolSize poolSize; in CreateVKDescriptorSet()
473 vector<VkDescriptorPoolSize> sizes; in CreateVKDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp869 const VkDescriptorPoolSize poolSizes[] = in iterate()
1318 const VkDescriptorPoolSize poolSizes[] = in iterate()
1655 const VkDescriptorPoolSize poolSizes[] = in iterate()
DvktShaderExecutor.cpp699 const VkDescriptorPoolSize dummySize = in createDummyDescriptorPool()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp5100 const vk::VkDescriptorPoolSize poolSizes = in prepare()
5284 const vk::VkDescriptorPoolSize poolSizes = in prepare()
5461 const vk::VkDescriptorPoolSize poolSizes = in prepare()
5641 const vk::VkDescriptorPoolSize poolSizes = in prepare()
5815 const vk::VkDescriptorPoolSize poolSizes = in prepare()
5984 const vk::VkDescriptorPoolSize poolSizes = in prepare()
6194 const vk::VkDescriptorPoolSize poolSizes = in prepare()
6400 const vk::VkDescriptorPoolSize poolSizes = in prepare()
6601 const vk::VkDescriptorPoolSize poolSizes = in prepare()
6839 const vk::VkDescriptorPoolSize poolSizes = in prepare()
[all …]
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp521 VkDescriptorPoolSize desc_pool_size = {}; in create_descriptor_sets()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp981 const VkDescriptorPoolSize poolSizes[] = in createResources()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1960 typedef struct VkDescriptorPoolSize { struct
1963 } VkDescriptorPoolSize; argument
1971 const VkDescriptorPoolSize* pPoolSizes;
Dvulkan.hpp4487 DescriptorPoolSize( VkDescriptorPoolSize const & rhs ) in DescriptorPoolSize()
4492 DescriptorPoolSize& operator=( VkDescriptorPoolSize const & rhs ) in operator =()
4510 operator const VkDescriptorPoolSize&() const in operator const VkDescriptorPoolSize&()
4512 return *reinterpret_cast<const VkDescriptorPoolSize*>(this); in operator const VkDescriptorPoolSize&()
4529 …static_assert( sizeof( DescriptorPoolSize ) == sizeof( VkDescriptorPoolSize ), "struct and wrapper…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1994 typedef struct VkDescriptorPoolSize { struct
1997 } VkDescriptorPoolSize; argument
2005 const VkDescriptorPoolSize* pPoolSizes;
/external/vulkan-validation-layers/demos/
Dcube.c1852 const VkDescriptorPoolSize type_counts[2] = { in demo_prepare_descriptor_pool()

12