Home | History | Annotate | Download | only in d3d11

Lines Matching defs:mipLevels

21 static bool getTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples)
30 *mipLevels = texDesc.MipLevels;
43 *mipLevels = texDesc.MipLevels;
56 *mipLevels = texDesc.MipLevels;
120 unsigned int mipLevels, samples;
121 getTextureProperties(resource, &mipLevels, &samples);
123 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels);
175 unsigned int mipLevels, samples;
176 getTextureProperties(resource, &mipLevels, &samples);
178 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels);
213 unsigned int mipLevels, samples;
214 getTextureProperties(mTexture, &mipLevels, &samples);
259 unsigned int mipLevels, samples;
260 getTextureProperties(mTexture, &mipLevels, &samples);
302 desc.MipLevels = 1;
347 srvDesc.Texture2D.MipLevels = 1;