Home
last modified time | relevance | path

Searched refs:cacheable (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp33 GrWrapCacheable cacheable, in GrGLTextureRenderTarget()
39 this->registerWithCacheWrapped(cacheable); in GrGLTextureRenderTarget()
69 GrWrapCacheable cacheable, in MakeWrapped()
72 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipmapStatus)); in MakeWrapped()
28 GrGLTextureRenderTarget(GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) GrGLTextureRenderTarget() argument
63 MakeWrapped( GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) MakeWrapped() argument
H A DGrGLTexture.cpp61 sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, in GrGLTexture()
69 this->registerWithCacheWrapped(cacheable); in GrGLTexture()
130 GrWrapCacheable cacheable, in MakeWrapped()
133 new GrGLTexture(gpu, desc, mipmapStatus, std::move(parameters), cacheable, ioType)); in MakeWrapped()
60 GrGLTexture(GrGLGpu* gpu, const Desc& desc, GrMipmapStatus mipmapStatus, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) GrGLTexture() argument
126 MakeWrapped(GrGLGpu* gpu, GrMipmapStatus mipmapStatus, const Desc& desc, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) MakeWrapped() argument
H A DGrGLGpu.cpp658 GrWrapCacheable cacheable, in onWrapBackendTexture()
675 backendTex.getGLTextureParams(), cacheable, ioType); in onWrapBackendTexture()
713 GrWrapCacheable cacheable) { in onWrapCompressedBackendTexture()
729 backendTex.getGLTextureParams(), cacheable, in onWrapCompressedBackendTexture()
737 GrWrapCacheable cacheable) { in onWrapRenderableBackendTexture()
771 this, sampleCnt, desc, backendTex.getGLTextureParams(), rtIDs, cacheable, in onWrapRenderableBackendTexture()
656 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
711 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
734 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DTextureRenderTarget.cpp67 GrWrapCacheable cacheable) in GrD3DTextureRenderTarget()
80 this->registerWithCacheWrapped(cacheable); in GrD3DTextureRenderTarget()
91 GrWrapCacheable cacheable) in GrD3DTextureRenderTarget()
96 this->registerWithCacheWrapped(cacheable); in GrD3DTextureRenderTarget()
159 GrWrapCacheable cacheable, in MakeWrappedTextureRenderTarget()
190 cacheable); in MakeWrappedTextureRenderTarget()
195 mipmapStatus, cacheable)); in MakeWrappedTextureRenderTarget()
56 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrD3DTextureRenderTarget() argument
83 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DDescriptorHeap::CPUHandle& renderTargetView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrD3DTextureRenderTarget() argument
155 MakeWrappedTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapCacheable cacheable, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTextureRenderTarget() argument
H A DGrD3DTexture.cpp38 GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, in GrD3DTexture()
48 this->registerWithCacheWrapped(cacheable); in GrD3DTexture()
91 GrWrapCacheable cacheable, in MakeWrappedTexture()
107 shaderResourceView, mipmapStatus, cacheable, in MakeWrappedTexture()
35 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType) GrD3DTexture() argument
89 MakeWrappedTexture(GrD3DGpu* gpu, SkISize dimensions, GrWrapCacheable cacheable, GrIOType ioType, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state) MakeWrappedTexture() argument
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp56 GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) in GrVkTexture()
67 this->registerWithCacheWrapped(cacheable); in GrVkTexture()
104 GrVkGpu* gpu, SkISize dimensions, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, in MakeWrappedTexture()
117 cacheable); in MakeWrappedTexture()
129 cacheable, ioType, isExternal)); in MakeWrappedTexture()
54 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) GrVkTexture() argument
103 MakeWrappedTexture( GrVkGpu* gpu, SkISize dimensions, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, GrIOType ioType, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTexture() argument
H A DGrVkTextureRenderTarget.cpp55 GrWrapCacheable cacheable) in GrVkTextureRenderTarget()
60 this->registerWithCacheWrapped(cacheable); in GrVkTextureRenderTarget()
123 GrWrapCacheable cacheable, in MakeWrappedTextureRenderTarget()
141 cacheable); in MakeWrappedTextureRenderTarget()
160 std::move(resolveAttachment), mipmapStatus, cacheable)); in MakeWrappedTextureRenderTarget()
48 GrVkTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrVkTextureRenderTarget() argument
118 MakeWrappedTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, int sampleCnt, GrWrapOwnership wrapOwnership, GrWrapCacheable cacheable, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState) MakeWrappedTextureRenderTarget() argument
H A DGrVkImage.cpp182 GrWrapCacheable cacheable, in MakeWrapped()
204 cacheable, in MakeWrapped()
254 GrWrapCacheable cacheable, in GrVkImage()
269 this->registerWithCacheWrapped(cacheable); in GrVkImage()
176 MakeWrapped(GrVkGpu* gpu, SkISize dimensions, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, UsageFlags attachmentUsages, GrWrapOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) MakeWrapped() argument
246 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, GrBackendObjectOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) GrVkImage() argument
H A DGrVkGpu.cpp1409 GrWrapCacheable cacheable, in onWrapBackendTexture()
1431 return GrVkTexture::MakeWrappedTexture(this, backendTex.dimensions(), ownership, cacheable, in onWrapBackendTexture()
1437 GrWrapCacheable cacheable) { in onWrapCompressedBackendTexture()
1438 return this->onWrapBackendTexture(beTex, ownership, cacheable, kRead_GrIOType); in onWrapCompressedBackendTexture()
1444 GrWrapCacheable cacheable) { in onWrapRenderableBackendTexture()
1475 sampleCnt, ownership, cacheable, in onWrapRenderableBackendTexture()
1407 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
1435 onWrapCompressedBackendTexture(const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
1441 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/skia/src/gpu/mock/
H A DGrMockTexture.h33 GrWrapCacheable cacheable, in GrMockTexture()
39 this->registerWithCacheWrapped(cacheable); in GrMockTexture()
177 GrWrapCacheable cacheable) in GrMockTextureRenderTarget()
181 this->registerWithCacheWrapped(cacheable); in GrMockTextureRenderTarget()
28 GrMockTexture(GrMockGpu* gpu, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) GrMockTexture() argument
170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
H A DGrMockGpu.cpp192 GrWrapCacheable cacheable) { in onWrapRenderableBackendTexture()
206 rtInfo, cacheable)); in onWrapRenderableBackendTexture()
189 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_bo.c206 if (!bo->cacheable) in lima_bo_cache_put()
309 bo->cacheable = !(lima_debug & LIMA_DEBUG_NO_BO_CACHE || in lima_bo_create()
366 bo->cacheable = false; in lima_bo_export()
465 bo->cacheable = false; in lima_bo_import()
478 bo->cacheable = false; in lima_bo_import()
H A Dlima_bo.h38 bool cacheable; member
H A Dlima_screen.c694 screen->pp_buffer->cacheable = false; in lima_screen_create()
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp75 GrWrapCacheable cacheable, GrIOType ioType, in MakeWrapped()
87 tex->registerWithCacheWrapped(cacheable); in MakeWrapped()
73 MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrWrapCacheable cacheable, GrIOType ioType, const GrDawnTextureInfo& info) MakeWrapped() argument
H A DGrDawnGpu.cpp262 GrWrapCacheable cacheable, in onWrapBackendTexture()
270 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType, in onWrapBackendTexture()
276 GrWrapCacheable cacheable) { in onWrapCompressedBackendTexture()
283 GrWrapCacheable cacheable) { in onWrapRenderableBackendTexture()
296 sampleCnt, cacheable, kRW_GrIOType, info); in onWrapRenderableBackendTexture()
260 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
274 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
280 onWrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp353 GrWrapCacheable cacheable, in wrapBackendTexture()
359 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
364 GrWrapCacheable cacheable) { in wrapCompressedBackendTexture()
370 return fGpu->wrapCompressedBackendTexture(tex, ownership, cacheable); in wrapCompressedBackendTexture()
377 GrWrapCacheable cacheable) { in wrapRenderableBackendTexture()
382 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
351 wrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument
362 wrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapCompressedBackendTexture() argument
374 wrapRenderableBackendTexture(const GrBackendTexture& tex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapRenderableBackendTexture() argument
H A DGrGpu.cpp322 GrWrapCacheable cacheable, in wrapBackendTexture()
338 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
343 GrWrapCacheable cacheable) { in wrapCompressedBackendTexture()
357 return this->onWrapCompressedBackendTexture(backendTex, ownership, cacheable); in wrapCompressedBackendTexture()
363 GrWrapCacheable cacheable) { in wrapRenderableBackendTexture()
381 this->onWrapRenderableBackendTexture(backendTex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
320 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) wrapBackendTexture() argument
341 wrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapCompressedBackendTexture() argument
360 wrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) wrapRenderableBackendTexture() argument
H A DGrProxyProvider.cpp538 GrWrapCacheable cacheable, in wrapBackendTexture()
556 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
576 GrWrapCacheable cacheable, in wrapCompressedBackendTexture()
591 cacheable); in wrapCompressedBackendTexture()
612 GrWrapCacheable cacheable, in wrapRenderableBackendTexture()
632 backendTex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
536 wrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType, sk_sp<GrRefCntedCallback> releaseHelper) wrapBackendTexture() argument
573 wrapCompressedBackendTexture( const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, sk_sp<GrRefCntedCallback> releaseHelper) wrapCompressedBackendTexture() argument
608 wrapRenderableBackendTexture( const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable, sk_sp<GrRefCntedCallback> releaseHelper) wrapRenderableBackendTexture() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.h59 GrWrapCacheable cacheable);
/third_party/libcoap/include/coap3/
H A Dcoap_resource_internal.h58 unsigned int cacheable:1; /**< can be cached */ member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.h105 boolean cacheable,
H A Dsvga_surface.c192 boolean cacheable, in svga_texture_view_surface()
237 if (cacheable && tex->backed_handle && in svga_texture_view_surface()
247 if (cacheable && !tex->backed_handle) { in svga_texture_view_surface()
182 svga_texture_view_surface(struct svga_context *svga, struct svga_texture *tex, unsigned bind_flags, SVGA3dSurfaceAllFlags flags, SVGA3dSurfaceFormat format, unsigned start_mip, unsigned num_mip, int layer_pick, unsigned num_layers, int zslice_pick, boolean cacheable, struct svga_host_surface_cache_key *key) svga_texture_view_surface() argument
/third_party/weex-loader/src/
H A Dloader.js172 this.cacheable && this.cacheable()
/third_party/skia/tests/
H A DResourceCacheTest.cpp258 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped() argument
260 return new TestResource(gpu, cacheable, size); in CreateWrapped()
299 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) in TestResource() argument
306 this->registerWithCacheWrapped(cacheable); in TestResource()
593 // Unreffing the cacheable wrapped resource with a unique key shouldn't free it right away. in test_budgeting()
619 // We shouldn't have to call purgeAllUnlocked as removing the key on a wrapped cacheable in test_budgeting()

Completed in 30 milliseconds

12