Searched refs:copyState (Results 1 – 5 of 5) sorted by relevance
502 VkBufferImageCopy copyState; in copyToCPU() local504 copyState.bufferOffset = 0; in copyToCPU()505 copyState.bufferRowLength = transferInfo->width; in copyToCPU()506 copyState.bufferImageHeight = transferInfo->height; in copyToCPU()507 copyState.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in copyToCPU()508 copyState.imageSubresource.mipLevel = transferInfo->mipLevel; in copyToCPU()509 copyState.imageSubresource.baseArrayLayer = 0; in copyToCPU()510 copyState.imageSubresource.layerCount = 1; in copyToCPU()511 copyState.imageOffset = transferInfo->imageOffset; in copyToCPU()512 copyState.imageExtent.width = (deInt32)(transferInfo->width); in copyToCPU()[all …]
157 void copyState(SystemZHazardRecognizer *Incoming);
103 HazardRec->copyState(SchedStates[SinglePredMBB]); in enterMBB()
447 copyState(SystemZHazardRecognizer *Incoming) { in copyState() function in SystemZHazardRecognizer
46 private void copyState(Target other) { in copyState() method in Pick.Target373 addBuffer.copyState(target); in addTo()