Searched refs:copyState (Results 1 – 5 of 5) sorted by relevance
576 VkBufferImageCopy copyState; in copyToCPU() local578 copyState.bufferOffset = 0; in copyToCPU()579 copyState.bufferRowLength = transferInfo->width; in copyToCPU()580 copyState.bufferImageHeight = transferInfo->height; in copyToCPU()581 copyState.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in copyToCPU()582 copyState.imageSubresource.mipLevel = transferInfo->mipLevel; in copyToCPU()583 copyState.imageSubresource.baseArrayLayer = 0; in copyToCPU()584 copyState.imageSubresource.layerCount = 1; in copyToCPU()585 copyState.imageOffset = transferInfo->imageOffset; in copyToCPU()586 copyState.imageExtent.width = (deInt32)(transferInfo->width); in copyToCPU()[all …]
156 void copyState(SystemZHazardRecognizer *Incoming);
103 HazardRec->copyState(SchedStates[SinglePredMBB]); in enterMBB()
451 copyState(SystemZHazardRecognizer *Incoming) { in copyState() function in SystemZHazardRecognizer
62 private void copyState(Target other) { in copyState() method in Pick.Target455 addBuffer.copyState(target); in addTo()