Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1167 const uint32_t dstMip = cb.dst.optionalImageSubresourceRange.baseMipLevel; in HandleCustomBarriers() local
1169 (dstMip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS)) { in HandleCustomBarriers()
1170 if (dstMip < RenderGraph::MAX_MIP_STATE_COUNT) { in HandleCustomBarriers()
1171 mipLevel = dstMip; in HandleCustomBarriers()