Home | History | Annotate | Download | only in layers

Lines Matching defs:dst_type

2332         VkImageType dst_type = dst_image_state->createInfo.imageType;
2605 if (VK_IMAGE_TYPE_1D == dst_type) {
2615 if ((VK_IMAGE_TYPE_1D == dst_type) || (VK_IMAGE_TYPE_2D == dst_type)) {
2665 if ((VK_IMAGE_TYPE_3D == src_type) || (VK_IMAGE_TYPE_3D == dst_type)) {