Lines Matching refs:VkImageLayout

539                 VkImageLayout srcImageLayout;  in subDecode()
541 VkImageLayout dstImageLayout; in subDecode()
549 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
550 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
555 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
556 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
583 VkImageLayout srcImageLayout; in subDecode()
585 VkImageLayout dstImageLayout; in subDecode()
594 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
595 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
600 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
601 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
630 VkImageLayout dstImageLayout; in subDecode()
642 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
643 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
672 VkImageLayout srcImageLayout; in subDecode()
681 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
682 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
763 VkImageLayout imageLayout; in subDecode()
773 memcpy((VkImageLayout*)&imageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
774 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
808 VkImageLayout imageLayout; in subDecode()
818 memcpy((VkImageLayout*)&imageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
819 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
903 VkImageLayout srcImageLayout; in subDecode()
905 VkImageLayout dstImageLayout; in subDecode()
913 memcpy((VkImageLayout*)&srcImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
914 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()
919 memcpy((VkImageLayout*)&dstImageLayout, *readStreamPtrPtr, sizeof(VkImageLayout)); in subDecode()
920 *readStreamPtrPtr += sizeof(VkImageLayout); in subDecode()