Home
last modified time | relevance | path

Searched refs:textureUsage (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/src/gpu/mtl/
DGrMtlAttachment.mm47 int textureUsage = 0;
50 textureUsage = MTLTextureUsageRenderTarget;
54 /*mipLevels=*/1, textureUsage, storageMode, SkBudgeted::kYes);
61 int textureUsage = 0;
64 textureUsage = MTLTextureUsageShaderRead | MTLTextureUsageRenderTarget;
68 /*mipLevels=*/1, textureUsage, storageMode, SkBudgeted::kYes);
78 int textureUsage = 0;
81 textureUsage = MTLTextureUsageShaderRead;
88 textureUsage |= MTLTextureUsageRenderTarget;
93 textureUsage, storageMode, budgeted);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp28 ASSERT(im.textureUsage != DAWN_TEXTURE_USAGE_BIT_NONE); in SwapChain()
29 mTextureUsage = static_cast<dawn::TextureUsageBit>(im.textureUsage); in SwapChain()
DVulkanBackend.cpp44 impl.textureUsage = DAWN_TEXTURE_USAGE_BIT_PRESENT; in CreateNativeSwapChainImpl()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp31 ASSERT(im.textureUsage != DAWN_TEXTURE_USAGE_BIT_NONE); in SwapChain()
32 mTextureUsage = static_cast<dawn::TextureUsageBit>(im.textureUsage); in SwapChain()
DD3D12Backend.cpp31 impl.textureUsage = DAWN_TEXTURE_USAGE_BIT_PRESENT; in CreateNativeSwapChainImpl()
/third_party/mesa3d/src/gallium/winsys/sw/hgl/
Dhgl_sw_winsys.cpp88 unsigned textureUsage, enum pipe_format format) in hgl_winsys_is_displaytarget_format_supported() argument
110 unsigned textureUsage, enum pipe_format format, unsigned width, in hgl_winsys_displaytarget_create() argument
131 if (textureUsage & PIPE_BIND_DISPLAY_TARGET) { in hgl_winsys_displaytarget_create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPassResourceUsageTracker.cpp45 TextureSubresourceUsage& textureUsage = it.first->second; in TextureViewUsedAs() local
47 textureUsage.Update(range, in TextureViewUsedAs()
65 const TextureSubresourceUsage& textureUsage) { in AddRenderBundleTextureUsage() argument
75 textureUsage, [](const SubresourceRange&, wgpu::TextureUsage* storedUsage, in AddRenderBundleTextureUsage()
DPassResourceUsageTracker.h40 const TextureSubresourceUsage& textureUsage);
DCommandValidation.cpp48 const TextureSubresourceUsage& textureUsage = scope.textureUsages[i]; in ValidateSyncScopeResourceUsage() local
50 textureUsage.Iterate([&](const SubresourceRange&, const wgpu::TextureUsage& usage) { in ValidateSyncScopeResourceUsage()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DNullBackend.cpp28 impl.textureUsage = DAWN_TEXTURE_USAGE_BIT_PRESENT; in CreateNativeSwapChainImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DNullBackend.cpp28 impl.textureUsage = WGPUTextureUsage_Present; in CreateNativeSwapChainImpl()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLBackend.cpp38 impl.textureUsage = DAWN_TEXTURE_USAGE_BIT_PRESENT; in CreateNativeSwapChainImpl()
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn/
Ddawn_wsi.h58 DawnTextureUsageBit textureUsage; member
/third_party/skia/third_party/externals/dawn/src/include/dawn/
Ddawn_wsi.h58 WGPUTextureUsage textureUsage; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLBackend.cpp42 impl.textureUsage = WGPUTextureUsage_Present; in CreateNativeSwapChainImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp51 impl.textureUsage = WGPUTextureUsage_Present; in CreateNativeSwapChainImpl()
DSwapChainVk.cpp48 ASSERT(im.textureUsage != WGPUTextureUsage_None); in OldSwapChain()
49 mTextureUsage = static_cast<wgpu::TextureUsage>(im.textureUsage); in OldSwapChain()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp89 ASSERT(im.textureUsage != WGPUTextureUsage_None); in OldSwapChain()
90 mTextureUsage = static_cast<wgpu::TextureUsage>(im.textureUsage); in OldSwapChain()
DD3D12Backend.cpp40 impl.textureUsage = WGPUTextureUsage_Present; in CreateNativeSwapChainImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h329 bool textureUsage = false; member
DCaps.cpp782 map["GL_ANGLE_texture_usage"] = enableableExtension(&Extensions::textureUsage); in GetExtensionInfoMap()
DvalidationES.cpp5193 if (!context->getExtensions().textureUsage) in ValidateGetTexParameterBase()
5748 if (!context->getExtensions().textureUsage) in ValidateTexParameterBase()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp79 mExtensions.textureUsage = true; in ContextNULL()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp734 extensions->textureUsage = true; in GenerateCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1636 extensions->textureUsage = true; // This could be false since it has no effect in D3D11 in GenerateCaps()