• Home
  • Raw
  • Download

Lines Matching refs:pRegions

2627                                                              const VkImageCopy *pRegions) {  in manual_PreCallValidateCmdCopyImage()  argument
2636 if (pRegions != nullptr) { in manual_PreCallValidateCmdCopyImage()
2637 if ((pRegions->srcSubresource.aspectMask & legal_aspect_flags) == 0) { in manual_PreCallValidateCmdCopyImage()
2643 if ((pRegions->dstSubresource.aspectMask & legal_aspect_flags) == 0) { in manual_PreCallValidateCmdCopyImage()
2656 … const VkImageBlit *pRegions, VkFilter filter) { in manual_PreCallValidateCmdBlitImage() argument
2665 if (pRegions != nullptr) { in manual_PreCallValidateCmdBlitImage()
2666 if ((pRegions->srcSubresource.aspectMask & legal_aspect_flags) == 0) { in manual_PreCallValidateCmdBlitImage()
2672 if ((pRegions->dstSubresource.aspectMask & legal_aspect_flags) == 0) { in manual_PreCallValidateCmdBlitImage()
2684 … uint32_t regionCount, const VkBufferImageCopy *pRegions) { in manual_PreCallValidateCmdCopyBufferToImage() argument
2693 if (pRegions != nullptr) { in manual_PreCallValidateCmdCopyBufferToImage()
2694 if ((pRegions->imageSubresource.aspectMask & legal_aspect_flags) == 0) { in manual_PreCallValidateCmdCopyBufferToImage()
2706 … uint32_t regionCount, const VkBufferImageCopy *pRegions) { in manual_PreCallValidateCmdCopyImageToBuffer() argument
2715 if (pRegions != nullptr) { in manual_PreCallValidateCmdCopyImageToBuffer()
2716 if ((pRegions->imageSubresource.aspectMask & legal_aspect_flags) == 0) { in manual_PreCallValidateCmdCopyImageToBuffer()
2833 … present_regions->swapchainCount, &present_regions->pRegions, true, false, kVUIDUndefined, in manual_PreCallValidateQueuePresentKHR()
2837 … "pCreateInfo->pNext->pRegions[].pRectangles", present_regions->pRegions[i].rectangleCount, in manual_PreCallValidateQueuePresentKHR()
2838 … &present_regions->pRegions[i].pRectangles, true, false, kVUIDUndefined, kVUIDUndefined); in manual_PreCallValidateQueuePresentKHR()