Home
last modified time | relevance | path

Searched defs:subresourceCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.cpp470 UINT subresourceCount = desc->MipLevels * desc->ArraySize; in createInitDataIfNeeded() local
520 UINT subresourceCount = desc->MipLevels; in createInitDataIfNeeded() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp463 uint32_t subresourceCount = in TextureBase() local
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp161 uint32_t subresourceCount, in copyBufferToTexture()