Lines Matching defs:gpu
9 #include "include/gpu/GrBackendSurface.h"
10 #include "include/gpu/GrDirectContext.h"
11 #include "include/gpu/vk/GrVkTypes.h"
12 #include "src/gpu/GrDirectContextPriv.h"
13 #include "src/gpu/GrTexture.h"
14 #include "src/gpu/GrTextureProxy.h"
17 #include "tools/gpu/ProxyUtils.h"
20 #include "src/gpu/vk/GrVkGpu.h"
21 #include "src/gpu/vk/GrVkTexture.h"
110 GrVkGpu* gpu = static_cast<GrVkGpu*>(dContext->priv().getGpu());
118 REPORTER_ASSERT(reporter, gpu->queueIndex() == info.fCurrentQueueFamily);
130 REPORTER_ASSERT(reporter, gpu->queueIndex() == info.fCurrentQueueFamily);
136 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == gpu->queueIndex());
140 if (gpu->vkCaps().supportsExternalMemory()) {
154 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == gpu->queueIndex());
165 REPORTER_ASSERT(reporter, gpu->queueIndex() == info.fCurrentQueueFamily);