Lines Matching refs:resultAlloc
3272 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); in allStagesRequiredSubgroupSize() local
3273 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3275 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3283 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); in allStagesRequiredSubgroupSize() local
3284 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3286 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3303 const Allocation& resultAlloc = imageBufferResult.getAllocation(); in allStagesRequiredSubgroupSize() local
3304 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3307 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3735 const Allocation& resultAlloc = resultBuffer.getAllocation(); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3736 invalidateAlloc(vk, device, resultAlloc); in makeFragmentFrameBufferTestRequiredSubgroupSize()
3739 datas.push_back(resultAlloc.getHostPtr()); in makeFragmentFrameBufferTestRequiredSubgroupSize()
3982 const Allocation& resultAlloc = resultBuffer.getAllocation(); in makeComputeTestRequiredSubgroupSize() local
3983 invalidateAlloc(vk, device, resultAlloc); in makeComputeTestRequiredSubgroupSize()
3986 datas.push_back(resultAlloc.getHostPtr()); in makeComputeTestRequiredSubgroupSize()
3993 const Allocation& resultAlloc = inputBuffers[i]->getAllocation(); in makeComputeTestRequiredSubgroupSize() local
3994 invalidateAlloc(vk, device, resultAlloc); in makeComputeTestRequiredSubgroupSize()
3997 datas.push_back(resultAlloc.getHostPtr()); in makeComputeTestRequiredSubgroupSize()
4665 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); in allRayTracingStagesRequiredSubgroupSize() local
4667 invalidateAlloc(vkd, device, resultAlloc); in allRayTracingStagesRequiredSubgroupSize()
4670 datas.push_back(resultAlloc.getHostPtr()); in allRayTracingStagesRequiredSubgroupSize()
4679 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); in allRayTracingStagesRequiredSubgroupSize() local
4681 invalidateAlloc(vkd, device, resultAlloc); in allRayTracingStagesRequiredSubgroupSize()
4684 datas.push_back(resultAlloc.getHostPtr()); in allRayTracingStagesRequiredSubgroupSize()