Home
last modified time | relevance | path

Searched refs:numSets (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Drepattrn.cpp118 int32_t numSets = other.fSets->size(); in operator =() local
119 fSets8 = new Regex8BitSet[numSets]; in operator =()
124 for (i=1; i<numSets; i++) { in operator =()
Dregexcmp.cpp322 int32_t numSets = fRXPat->fSets->size(); in compile() local
323 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()
330 for (i=0; i<numSets; i++) { in compile()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp183 RandomLayout(deUint32 numSets) : in RandomLayout() argument
184 layoutBindings(numSets), in RandomLayout()
185 layoutBindingFlags(numSets), in RandomLayout()
186 arraySizes(numSets), in RandomLayout()
187 variableDescriptorSizes(numSets) in RandomLayout()
DvktBindingShaderAccessTests.cpp3425 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local
3429 for (deUint32 setNdx = 0; setNdx < numSets; setNdx++) in genResourceDeclarations()
3433 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceDeclarations()
3504 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local
3509 for (deUint32 setNdx = 0; setNdx < numSets; setNdx++) in genResourceAccessSource()
3511 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceAccessSource()
7175 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local
7179 for (deUint32 setNdx = 0; setNdx < numSets; setNdx++) in genResourceDeclarations()
7183 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceDeclarations()
7400 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4804 constexpr auto numSets = 2u; // 1 for the output buffer, 1 for the input attachments. in checkIntermediateCopy() local
4825 …rPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, numSets); in checkIntermediateCopy()
4840 const std::array<VkDescriptorSet, numSets> descriptorSets = in checkIntermediateCopy()
4847 const std::array<VkDescriptorSetLayout, numSets> setLayouts = in checkIntermediateCopy()