Searched refs:numSets (Results 1 – 11 of 11) sorted by relevance
118 int32_t numSets = other.fSets->size(); in operator =() local119 fSets8 = new Regex8BitSet[numSets]; in operator =()124 for (i=1; i<numSets; i++) { in operator =()
322 int32_t numSets = fRXPat->fSets->size(); in compile() local323 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()330 for (i=0; i<numSets; i++) { in compile()
317 int32_t numSets = fRXPat->fSets->size(); in compile() local318 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()325 for (i=0; i<numSets; i++) { in compile()
120 int32_t numSets = other.fSets->size(); in operator =() local121 fSets8 = new Regex8BitSet[numSets]; in operator =()126 for (i=1; i<numSets; i++) { in operator =()
325 int32_t numSets = fRXPat->fSets->size(); in compile() local326 fRXPat->fSets8 = new Regex8BitSet[numSets]; in compile()333 for (i=0; i<numSets; i++) { in compile()
183 RandomLayout(deUint32 numSets) : in RandomLayout() argument184 layoutBindings(numSets), in RandomLayout()185 layoutBindingFlags(numSets), in RandomLayout()186 arraySizes(numSets), in RandomLayout()187 variableDescriptorSizes(numSets) in RandomLayout()
3420 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local3424 for (deUint32 setNdx = 0; setNdx < numSets; setNdx++) in genResourceDeclarations()3428 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceDeclarations()3499 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local3504 for (deUint32 setNdx = 0; setNdx < numSets; setNdx++) in genResourceAccessSource()3506 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceAccessSource()7173 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local7177 for (deUint32 setNdx = 0; setNdx < numSets; setNdx++) in genResourceDeclarations()7181 const std::string setNdxPostfix = (numSets == 1) ? "" : de::toString(setNdx); in genResourceDeclarations()7398 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceAccessSource() local[all …]
6134 constexpr auto numSets = 2u; // 1 for the output buffer, 1 for the input attachments. in checkIntermediateCopy() local6155 …rPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, numSets); in checkIntermediateCopy()6170 const std::array<VkDescriptorSet, numSets> descriptorSets = in checkIntermediateCopy()6177 const std::array<VkDescriptorSetLayout, numSets> setLayouts = in checkIntermediateCopy()