Lines Matching refs:resultAlloc
3389 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation();
3390 invalidateAlloc(vk, device, resultAlloc);
3392 datas.push_back(resultAlloc.getHostPtr());
3400 const Allocation& resultAlloc = inputBuffers[index]->getAllocation();
3401 invalidateAlloc(vk, device, resultAlloc);
3403 datas.push_back(resultAlloc.getHostPtr());
3420 const Allocation& resultAlloc = imageBufferResult.getAllocation();
3421 invalidateAlloc(vk, device, resultAlloc);
3424 datas.push_back(resultAlloc.getHostPtr());
3856 const Allocation& resultAlloc = resultBuffer.getAllocation();
3857 invalidateAlloc(vk, device, resultAlloc);
3860 datas.push_back(resultAlloc.getHostPtr());
4311 const Allocation& resultAlloc = resultBuffer.getAllocation();
4312 invalidateAlloc(vk, device, resultAlloc);
4315 datas.push_back(resultAlloc.getHostPtr());
4322 const Allocation& resultAlloc = inputBuffers[i]->getAllocation();
4323 invalidateAlloc(vk, device, resultAlloc);
4326 datas.push_back(resultAlloc.getHostPtr());
5087 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation();
5089 invalidateAlloc(vkd, device, resultAlloc);
5092 datas.push_back(resultAlloc.getHostPtr());
5101 const Allocation& resultAlloc = inputBuffers[index]->getAllocation();
5103 invalidateAlloc(vkd, device, resultAlloc);
5106 datas.push_back(resultAlloc.getHostPtr());