Home
last modified time | relevance | path

Searched refs:subresourceIndex (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp216 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()
DGrD3DCommandList.h91 UINT subresourceIndex = -1);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp580 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/
DImage11.cpp365 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()
DResourceManager11.cpp480 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/
Dd3d12_video_dec_references_mgr.cpp303 … 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()
Dd3d12_video_dec_references_mgr.h64 uint32_t subresourceIndex);
Dd3d12_video_dec_h264.h230 … uint32_t subresourceIndex);
Dd3d12_video_dec_h264.cpp97 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_h264() argument
103subresourceIndex); in d3d12_video_decoder_prepare_current_frame_references_h264()