Searched refs:stagingTexture (Results 1 – 1 of 1) sorted by relevance
963 …Move<VkImage> stagingTexture (createImage2D(refTexture, format, VK_IMAGE_USAGE_TRANSFER_SRC_BIT… in useSampler2D() local964 de::MovePtr<Allocation> stagingAlloc (uploadImage2D(refTexture, *stagingTexture)); in useSampler2D()971 …copyTilingImageToOptimal(*stagingTexture, *vkTexture, refTexture.getWidth(), refTexture.getHeight(… in useSampler2D()