Home | History | Annotate | Download | only in include

Lines Matching refs:pBinds

5131     if (pStruct->pBinds) {
5136 ss[0] << "0x" << &pStruct->pBinds[i];
5137 tmp_str = vk_print_vksparsememorybind(&pStruct->pBinds[i], extra_indent);
5139 stp_strs[0] += " " + prefix + "pBinds[" + index_ss.str() + "] (addr)\n" + tmp_str;
5149 ss[2] << "0x" << (void*)pStruct->pBinds;
5151 final_str = prefix + "buffer = " + ss[0].str() + "\n" + prefix + "bindCount = " + ss[1].str() + "\n" + prefix + "pBinds = " + ss[2].str() + "\n" + stp_strs[0];
5242 if (pStruct->pBinds) {
5247 ss[0] << "0x" << &pStruct->pBinds[i];
5248 tmp_str = vk_print_vksparseimagememorybind(&pStruct->pBinds[i], extra_indent);
5250 stp_strs[0] += " " + prefix + "pBinds[" + index_ss.str() + "] (addr)\n" + tmp_str;
5260 ss[2] << "0x" << (void*)pStruct->pBinds;
5262 final_str = prefix + "image = " + ss[0].str() + "\n" + prefix + "bindCount = " + ss[1].str() + "\n" + prefix + "pBinds = " + ss[2].str() + "\n" + stp_strs[0];
5312 if (pStruct->pBinds) {
5317 ss[0] << "0x" << &pStruct->pBinds[i];
5318 tmp_str = vk_print_vksparsememorybind(&pStruct->pBinds[i], extra_indent);
5320 stp_strs[0] += " " + prefix + "pBinds[" + index_ss.str() + "] (addr)\n" + tmp_str;
5330 ss[2] << "0x" << (void*)pStruct->pBinds;
5332 final_str = prefix + "image = " + ss[0].str() + "\n" + prefix + "bindCount = " + ss[1].str() + "\n" + prefix + "pBinds = " + ss[2].str() + "\n" + stp_strs[0];