• Home
  • Raw
  • Download

Lines Matching refs:VkImageLayout

594                 VkImageLayout srcImageLayout;  in subDecode()
596 VkImageLayout dstImageLayout; in subDecode()
604 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
605 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
610 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
611 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
640 VkImageLayout srcImageLayout; in subDecode()
642 VkImageLayout dstImageLayout; in subDecode()
651 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
652 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
657 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
658 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
689 VkImageLayout dstImageLayout; in subDecode()
701 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
702 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
733 VkImageLayout srcImageLayout; in subDecode()
742 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
743 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
830 VkImageLayout imageLayout; in subDecode()
840 memcpy((VkImageLayout*)&imageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
841 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
877 VkImageLayout imageLayout; in subDecode()
887 memcpy((VkImageLayout*)&imageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
888 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
977 VkImageLayout srcImageLayout; in subDecode()
979 VkImageLayout dstImageLayout; in subDecode()
987 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
988 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
993 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
994 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()