Home
last modified time | relevance | path

Searched refs:descriptorTypeCount (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl618 …scriptorTypeListVALVE makeMutableDescriptorTypeListVALVE (deUint32 descriptorTypeCount, const VkDe… argument
621 res.descriptorTypeCount = descriptorTypeCount;
DvkStructTypes.inl5023 deUint32 descriptorTypeCount; member
DvkVulkan_c.inl12959 deUint32 descriptorTypeCount; member
DvkStrUtilImpl.inl10982 s << "\tdescriptorTypeCount = " << value.descriptorTypeCount << '\n';
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count }; in addDescriptors() local
616 m_poolSizeCounts.push_back(descriptorTypeCount); in addDescriptors()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp32991 : descriptorTypeCount( descriptorTypeCount_ )
33006 : descriptorTypeCount( static_cast<uint32_t>( descriptorTypes_.size() ) ) in MutableDescriptorTypeListVALVE()
33023 descriptorTypeCount = descriptorTypeCount_; in setDescriptorTypeCount()
33039 descriptorTypeCount = static_cast<uint32_t>( descriptorTypes_.size() ); in setDescriptorTypes()
33060 …return ( descriptorTypeCount == rhs.descriptorTypeCount ) && ( pDescriptorTypes == rhs.pDescriptor… in operator ==()
33070 uint32_t descriptorTypeCount = {}; member
Dvulkan_core.h12317 uint32_t descriptorTypeCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h12055 uint32_t descriptorTypeCount; member