Searched refs:stagingSubresourceIndex (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 165 unsigned int stagingSubresourceIndex = 0; in copyToStorage() local 166 ANGLE_TRY(getStagingTexture(context, &stagingTexture, &stagingSubresourceIndex)); in copyToStorage() 167 ANGLE_TRY(storage11->updateSubresourceLevel(context, *stagingTexture, stagingSubresourceIndex, in copyToStorage() 462 unsigned int stagingSubresourceIndex = 0; in copyWithoutConversion() local 463 ANGLE_TRY(getStagingTexture(context, &stagingTexture, &stagingSubresourceIndex)); in copyWithoutConversion() 499 deviceContext->CopySubresourceRegion(stagingTexture->get(), stagingSubresourceIndex, in copyWithoutConversion() 505 deviceContext->CopySubresourceRegion(stagingTexture->get(), stagingSubresourceIndex, in copyWithoutConversion()
|