Home | History | Annotate | Download | only in include

Lines Matching refs:poolSizeCount

1360             for (uint32_t i = 0; i < pStruct->poolSizeCount; i++) {
1382 ss[3] << pStruct->poolSizeCount;
1386 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "flags = " + ss[1].str() + "\n" + prefix + "maxSets = " + ss[2].str() + "\n" + prefix + "poolSizeCount = " + ss[3].str() + "\n" + prefix + "pPoolSizes = " + ss[4].str() + "\n" + stp_strs[1] + stp_strs[0];