Lines Matching refs:mip
381 if ((src.mip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS) ||
382 (dst.mip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS)) {
383 if (dst.mip < RenderGraph::MAX_MIP_STATE_COUNT) {
384 mipLevel = dst.mip;
387 mipLevel = src.mip;
388 // all mip levels
431 if ((src.mip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS) ||
432 (dst.mip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS)) {
433 if (dst.mip < RenderGraph::MAX_MIP_STATE_COUNT) {
434 mipLevel = dst.mip;
437 mipLevel = src.mip;
438 // all mip levels
459 if ((res.mip != PipelineStateConstants::GPU_IMAGE_ALL_MIP_LEVELS) &&
460 (res.mip < RenderGraph::MAX_MIP_STATE_COUNT)) {
461 additionalStateRef.layouts[res.mip] = res.imageLayout;
470 PLUGIN_LOG_ONCE_E(to_hex(res.handle.id), "mip layouts missing");
948 PLUGIN_LOG_ONCE_E(to_hex(handle.id), "mip layouts missing");
1170 // all mip levels
1176 PLUGIN_LOG_ONCE_E(to_hex(cb.resourceHandle.id), "mip layouts missing");
1372 bRes.mip = srcImgLayers.mipLevel;
1398 bRes.mip = dstImgLayers.mipLevel;