Searched refs:subresourceIndex (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 216 UINT subresourceIndex) { in copyTextureToTexture() argument 225 if (subresourceIndex == (UINT)-1) { in copyTextureToTexture() 228 SkASSERT(subresourceIndex < src->mipLevels() && in copyTextureToTexture() 229 subresourceIndex < dst->mipLevels()); in copyTextureToTexture() 233 srcLoc.SubresourceIndex = subresourceIndex; in copyTextureToTexture() 238 dstLoc.SubresourceIndex = subresourceIndex; in copyTextureToTexture()
|
D | GrD3DCommandList.h | 91 UINT subresourceIndex = -1);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Texture.cpp | 580 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer, aspect); in IsSubresourceContentInitialized() local 581 ASSERT(subresourceIndex < mIsSubresourceContentInitializedAtIndex.size()); in IsSubresourceContentInitialized() 582 if (!mIsSubresourceContentInitializedAtIndex[subresourceIndex]) { in IsSubresourceContentInitialized() 599 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer, aspect); in SetIsSubresourceContentInitialized() local 600 ASSERT(subresourceIndex < mIsSubresourceContentInitializedAtIndex.size()); in SetIsSubresourceContentInitialized() 601 mIsSubresourceContentInitializedAtIndex[subresourceIndex] = isInitialized; in SetIsSubresourceContentInitialized()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 365 UINT subresourceIndex = 0; in copyFromTexStorage() local 366 ANGLE_TRY(storage11->getSubresourceIndex(context, imageIndex, &subresourceIndex)); in copyFromTexStorage() 370 subresourceIndex); in copyFromTexStorage() 642 unsigned int subresourceIndex = 0; in map() local 643 ANGLE_TRY(getStagingTexture(context, &stagingTexture, &subresourceIndex)); in map() 648 mRenderer->mapResource(context, stagingTexture->get(), subresourceIndex, mapType, 0, map)); in map()
|
D | ResourceManager11.cpp | 480 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, arrayIndex, desc->MipLevels); in createInitDataIfNeeded() local 481 D3D11_SUBRESOURCE_DATA *data = &mShadowInitData[subresourceIndex]; in createInitDataIfNeeded() 528 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, 0, desc->MipLevels); in createInitDataIfNeeded() local 529 D3D11_SUBRESOURCE_DATA *data = &mShadowInitData[subresourceIndex]; in createInitDataIfNeeded()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_dec_references_mgr.cpp | 303 … uint32_t subresourceIndex) in store_future_reference() argument 325 d3d12_video_reconstructed_picture reconPic = { pTexture2D, subresourceIndex, pUnkHeap }; in store_future_reference() 331 m_currentSubresourceIndex = subresourceIndex; in store_future_reference()
|
D | d3d12_video_dec_references_mgr.h | 64 uint32_t subresourceIndex);
|
D | d3d12_video_dec_h264.h | 230 … uint32_t subresourceIndex);
|
D | d3d12_video_dec_h264.cpp | 97 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_h264() argument 103 … subresourceIndex); in d3d12_video_decoder_prepare_current_frame_references_h264()
|