• Home
  • Raw
  • Download

Lines Matching refs:copyRegion

535 		const VkBufferImageCopy	copyRegion	=  in uploadImageAspect()  local
550 copyRegions.push_back(copyRegion); in uploadImageAspect()
745 const VkBufferImageCopy copyRegion = in readImageAspect() local
770 …ImageToBuffer(*m_cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *buffer, 1u, &copyRegion); in readImageAspect()
4748 CopyRegion copyRegion; in addImageToImageAllFormatsDepthStencilTests() local
4764 copyRegion.imageCopy = testCopy; in addImageToImageAllFormatsDepthStencilTests()
4765 params.regions.push_back(copyRegion); in addImageToImageAllFormatsDepthStencilTests()
4778 copyRegion.imageCopy = testCopy; in addImageToImageAllFormatsDepthStencilTests()
4779 params.regions.push_back(copyRegion); in addImageToImageAllFormatsDepthStencilTests()
5144 CopyRegion copyRegion; in addImageToBufferTests() local
5145 copyRegion.bufferImageCopy = bufferImageCopy; in addImageToBufferTests()
5147 params.regions.push_back(copyRegion); in addImageToBufferTests()
5170 CopyRegion copyRegion; in addImageToBufferTests() local
5171 copyRegion.bufferImageCopy = bufferImageCopy; in addImageToBufferTests()
5173 params.regions.push_back(copyRegion); in addImageToBufferTests()
5240 CopyRegion copyRegion; in addBufferToImageTests() local
5241 copyRegion.bufferImageCopy = bufferImageCopy; in addBufferToImageTests()
5243 params.regions.push_back(copyRegion); in addBufferToImageTests()
5295 CopyRegion copyRegion; in addBufferToImageTests() local
5296 copyRegion.bufferImageCopy = bufferImageCopy; in addBufferToImageTests()
5298 params.regions.push_back(copyRegion); in addBufferToImageTests()
5321 CopyRegion copyRegion; in addBufferToBufferTests() local
5322 copyRegion.bufferCopy = bufferCopy; in addBufferToBufferTests()
5323 params.regions.push_back(copyRegion); in addBufferToBufferTests()
5342 CopyRegion copyRegion; in addBufferToBufferTests() local
5343 copyRegion.bufferCopy = bufferCopy; in addBufferToBufferTests()
5344 params.regions.push_back(copyRegion); in addBufferToBufferTests()
5366 CopyRegion copyRegion; in addBufferToBufferTests() local
5367 copyRegion.bufferCopy = bufferCopy; in addBufferToBufferTests()
5368 params.regions.push_back(copyRegion); in addBufferToBufferTests()