Home
last modified time | relevance | path

Searched refs:arraySlice (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderTarget11.cpp75 unsigned int arraySlice = 0; in GetRTVSubresourceIndex() local
81 arraySlice = 0; in GetRTVSubresourceIndex()
86 arraySlice = rtvDesc.Texture1DArray.FirstArraySlice; in GetRTVSubresourceIndex()
91 arraySlice = 0; in GetRTVSubresourceIndex()
96 arraySlice = rtvDesc.Texture2DArray.FirstArraySlice; in GetRTVSubresourceIndex()
101 arraySlice = 0; in GetRTVSubresourceIndex()
106 arraySlice = rtvDesc.Texture2DMSArray.FirstArraySlice; in GetRTVSubresourceIndex()
111 arraySlice = 0; in GetRTVSubresourceIndex()
127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
136 unsigned int arraySlice = 0; in GetDSVSubresourceIndex() local
[all …]
DRenderer11.h113 UINT *arraySlice) const override;
DTextureStorage11.cpp212 UINT arraySlice = static_cast<UINT>(index.hasLayer() ? index.getLayerIndex() : 0); in getSubresourceIndex() local
213 UINT subresource = D3D11CalcSubresource(mipSlice, arraySlice, mMipLevels); in getSubresourceIndex()
2176 UINT arraySlice = index.cubeMapFaceIndex(); in getSubresourceIndex() local
2180 UINT subresource = D3D11CalcSubresource(0, arraySlice, 1); in getSubresourceIndex()
2187 UINT subresource = D3D11CalcSubresource(mipSlice, arraySlice, mMipLevels); in getSubresourceIndex()
DRenderer11.cpp1450 UINT *arraySlice) const in getD3DTextureInfo()
1619 if (arraySlice) in getD3DTextureInfo()
1621 *arraySlice = textureArraySlice; in getD3DTextureInfo()
/third_party/typescript/tests/baselines/reference/
DarraySlice.symbols1 === tests/cases/compiler/arraySlice.ts ===
3 >arr : Symbol(arr, Decl(arraySlice.ts, 0, 3))
7 >arr : Symbol(arr, Decl(arraySlice.ts, 0, 3))
DarraySlice.types1 === tests/cases/compiler/arraySlice.ts ===
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h75 uint32_t GetSubresourceIndex(uint32_t mipLevel, uint32_t arraySlice, Aspect aspect) const;
DTexture.cpp566 uint32_t arraySlice, in GetSubresourceIndex() argument
570 GetNumMipLevels() * (arraySlice + GetArrayLayers() * GetAspectIndex(aspect)); in GetSubresourceIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.h193 UINT *arraySlice) const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h85 UINT *arraySlice) const override;
DRenderer9.cpp738 UINT *arraySlice) const in getD3DTextureInfo()
807 if (arraySlice) in getD3DTextureInfo()
809 *arraySlice = 0; in getD3DTextureInfo()