Searched refs:dstMip (Results 1 – 1 of 1) sorted by relevance
1167 const uint32_t dstMip = cb.dst.optionalImageSubresourceRange.baseMipLevel; in HandleCustomBarriers() local1169 (dstMip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS)) { in HandleCustomBarriers()1170 if (dstMip < RenderGraph::MAX_MIP_STATE_COUNT) { in HandleCustomBarriers()1171 mipLevel = dstMip; in HandleCustomBarriers()