Lines Matching refs:storage11
390 TextureStorage11 *storage11 = GetAs<TextureStorage11>(storage); in GetTextureD3DResourceFromStorageOrImage() local
391 ANGLE_TRY(storage11->getResource(context, outResource)); in GetTextureD3DResourceFromStorageOrImage()
392 ANGLE_TRY(storage11->getSubresourceIndex(context, index, outSubresource)); in GetTextureD3DResourceFromStorageOrImage()
2536 TextureStorage11_2D *storage11 = GetAs<TextureStorage11_2D>(storage); in copyImage2D() local
2537 ASSERT(storage11); in copyImage2D()
2541 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImage2D()
2548 storage11->markLevelDirty(level); in copyImage2D()
2562 TextureStorage11_Cube *storage11 = GetAs<TextureStorage11_Cube>(storage); in copyImageCube() local
2563 ASSERT(storage11); in copyImageCube()
2567 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImageCube()
2574 storage11->markLevelDirty(level); in copyImageCube()
2587 TextureStorage11_3D *storage11 = GetAs<TextureStorage11_3D>(storage); in copyImage3D() local
2588 ASSERT(storage11); in copyImage3D()
2592 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImage3D()
2599 storage11->markLevelDirty(level); in copyImage3D()
2612 TextureStorage11_2DArray *storage11 = GetAs<TextureStorage11_2DArray>(storage); in copyImage2DArray() local
2613 ASSERT(storage11); in copyImage2DArray()
2617 ANGLE_TRY(storage11->getRenderTarget(context, index, storage11->getRenderToTextureSamples(), in copyImage2DArray()
2623 storage11->markLevelDirty(level); in copyImage2DArray()
3267 TextureStorage11 *storage11 = GetAs<TextureStorage11>(storage); in generateMipmapUsingD3D() local
3269 ASSERT(storage11->isRenderTarget()); in generateMipmapUsingD3D()
3270 ASSERT(storage11->supportsNativeMipmapFunction()); in generateMipmapUsingD3D()
3273 ANGLE_TRY(storage11->getSRVLevels(context, textureState.getEffectiveBaseLevel(), in generateMipmapUsingD3D()