Home
last modified time | relevance | path

Searched defs:numSets (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Drepattrn.cpp120 int32_t numSets = other.fSets->size(); in operator =() local
Dregexcmp.cpp325 int32_t numSets = fRXPat->fSets->size(); in compile() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3425 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local
3504 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local
7175 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local
7400 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local
8968 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local
9024 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local
DvktBindingDescriptorSetRandomTests.cpp117 RandomLayout(deUint32 numSets) : in RandomLayout()