Searched refs:dstSubresource (Results 1 – 4 of 4) sorted by relevance
881 ImageSubresourceLayers dstSubresource; member945 ImageSubresourceLayers dstSubresource; member
1519 …const uint32_t dstLayerCount = (ib.dstSubresource.layerCount == PipelineStateConstants::GPU_IMAGE_… in RenderCommand()1521 : ib.dstSubresource.layerCount; in RenderCommand()1530 (VkImageAspectFlags)ib.dstSubresource.imageAspectFlags, // aspectMask in RenderCommand()1531 ib.dstSubresource.mipLevel, // mipLevel in RenderCommand()1532 ib.dstSubresource.baseArrayLayer, // baseArrayLayer in RenderCommand()1669 const ImageSubresourceLayers& dstSubresourceLayer = copy.dstSubresource; in RenderCommand()
665 …ValidateCopyImage(imageCopy.dstOffset, imageCopy.extent, imageCopy.dstSubresource.mipLevel, dstIma… in ValidateCopyImage()1689 const auto& dst = renderCmd.imageBlit.dstSubresource; in RenderCommandBlitImage()1836 … static_cast<GLint>(Math::min(renderCmd.imageCopy.dstSubresource.mipLevel, dstDesc.mipCount - 1)); in RenderCommandCopyImage()
1358 dstImgLayers = nextRc.imageCopy.dstSubresource; in HandleCopyBufferImage()