• Home
  • Raw
  • Download

Lines Matching refs:pRegions

592 …", "swapchainCount", "pRegions", structure->swapchainCount, &structure->pRegions, true, false, "VU…  in ValidatePnextStructContents()
594 if (structure->pRegions != NULL) in ValidatePnextStructContents()
598 if (structure->pRegions[swapchainIndex].pRectangles != NULL) in ValidatePnextStructContents()
600 …for (uint32_t rectangleIndex = 0; rectangleIndex < structure->pRegions[swapchainIndex].rectangleCo… in ValidatePnextStructContents()
4297 const VkBufferCopy* pRegions) { in PreCallValidateCmdCopyBuffer() argument
4301 …skip |= validate_array("vkCmdCopyBuffer", "regionCount", "pRegions", regionCount, &pRegions, true,… in PreCallValidateCmdCopyBuffer()
4302 if (pRegions != NULL) in PreCallValidateCmdCopyBuffer()
4319 const VkImageCopy* pRegions) { in PreCallValidateCmdCopyImage() argument
4325 …skip |= validate_array("vkCmdCopyImage", "regionCount", "pRegions", regionCount, &pRegions, true, … in PreCallValidateCmdCopyImage()
4326 if (pRegions != NULL) in PreCallValidateCmdCopyImage()
4330 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].srcS… in PreCallValidateCmdCopyImage()
4334 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].dstS… in PreCallValidateCmdCopyImage()
4341 …opyImage(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions); in PreCallValidateCmdCopyImage()
4352 const VkImageBlit* pRegions, in PreCallValidateCmdBlitImage() argument
4359 …skip |= validate_array("vkCmdBlitImage", "regionCount", "pRegions", regionCount, &pRegions, true, … in PreCallValidateCmdBlitImage()
4360 if (pRegions != NULL) in PreCallValidateCmdBlitImage()
4364 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].srcS… in PreCallValidateCmdBlitImage()
4366 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].dstS… in PreCallValidateCmdBlitImage()
4370 …(commandBuffer, srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, pRegions, filter); in PreCallValidateCmdBlitImage()
4380 const VkBufferImageCopy* pRegions) { in PreCallValidateCmdCopyBufferToImage() argument
4385 …rray("vkCmdCopyBufferToImage", "regionCount", "pRegions", regionCount, &pRegions, true, true, "VUI… in PreCallValidateCmdCopyBufferToImage()
4386 if (pRegions != NULL) in PreCallValidateCmdCopyBufferToImage()
4390 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].imag… in PreCallValidateCmdCopyBufferToImage()
4397 …ateCmdCopyBufferToImage(commandBuffer, srcBuffer, dstImage, dstImageLayout, regionCount, pRegions); in PreCallValidateCmdCopyBufferToImage()
4407 const VkBufferImageCopy* pRegions) { in PreCallValidateCmdCopyImageToBuffer() argument
4412 …rray("vkCmdCopyImageToBuffer", "regionCount", "pRegions", regionCount, &pRegions, true, true, "VUI… in PreCallValidateCmdCopyImageToBuffer()
4413 if (pRegions != NULL) in PreCallValidateCmdCopyImageToBuffer()
4417 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].imag… in PreCallValidateCmdCopyImageToBuffer()
4424 …ateCmdCopyImageToBuffer(commandBuffer, srcImage, srcImageLayout, dstBuffer, regionCount, pRegions); in PreCallValidateCmdCopyImageToBuffer()
4545 const VkImageResolve* pRegions) { in PreCallValidateCmdResolveImage() argument
4551 …skip |= validate_array("vkCmdResolveImage", "regionCount", "pRegions", regionCount, &pRegions, tru… in PreCallValidateCmdResolveImage()
4552 if (pRegions != NULL) in PreCallValidateCmdResolveImage()
4556 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].srcS… in PreCallValidateCmdResolveImage()
4560 …tor{ regionIndex }), "VkImageAspectFlagBits", AllVkImageAspectFlagBits, pRegions[regionIndex].dstS… in PreCallValidateCmdResolveImage()