Lines Matching refs:mipLevel
378 uint32_t mipLevel = 0U;
384 mipLevel = dst.mip;
387 mipLevel = src.mip;
391 srcImageLayout = additionalImageState.layouts[mipLevel];
399 { 0, mipLevel, mipCount, 0u, PipelineStateConstants::GPU_IMAGE_ALL_LAYERS },
428 uint32_t mipLevel = 0U;
434 mipLevel = dst.mip;
437 mipLevel = src.mip;
447 { 0, mipLevel, mipCount, 0u, PipelineStateConstants::GPU_IMAGE_ALL_LAYERS },
943 if (addMips && (attachmentDesc.mipLevel < RenderGraph::MAX_MIP_STATE_COUNT)) {
945 imgLayout = stateRef.additionalState.layouts[attachmentDesc.mipLevel];
1000 attachmentDesc.mipLevel,
1157 uint32_t mipLevel = 0U;
1166 mipLevel = dstMip;
1169 mipLevel = srcMip;
1173 srcImageLayout = stateRef.additionalState.layouts[mipLevel];
1185 cb.src.optionalImageSubresourceRange = { 0, mipLevel, mipCount, 0u,
1372 bRes.mip = srcImgLayers.mipLevel;
1398 bRes.mip = dstImgLayers.mipLevel;