Searched refs:numSets (Results 1 – 5 of 5) 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()
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()
3425 const deUint32 numSets = getDescriptorSetCount(m_descriptorSetCount); in genResourceDeclarations() local3429 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() local3509 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() local7179 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 …]
4804 constexpr auto numSets = 2u; // 1 for the output buffer, 1 for the input attachments. in checkIntermediateCopy() local4825 …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()