Lines Matching defs:dst_int
2980 AVVkFrameInternal *dst_int;
2998 dst_int = dst_f->internal;
2999 if (!dst_int || !dst_int->cuda_fc_ref) {
3001 dst_f->internal = dst_int = av_mallocz(sizeof(*dst_f->internal));
3003 if (!dst_int)
3006 dst_int->cuda_fc_ref = av_buffer_ref(cuda_hwfc);
3007 if (!dst_int->cuda_fc_ref) {
3058 dst_int->ext_mem_handle[i] = ext_desc.handle.win32.handle;
3088 ret = CHECK_CU(cu->cuImportExternalMemory(&dst_int->ext_mem[i], &ext_desc));
3101 ret = CHECK_CU(cu->cuExternalMemoryGetMappedMipmappedArray(&dst_int->cu_mma[i],
3102 dst_int->ext_mem[i],
3109 ret = CHECK_CU(cu->cuMipmappedArrayGetLevel(&dst_int->cu_array[i],
3110 dst_int->cu_mma[i], 0));
3130 dst_int->ext_sem_handle[i] = ext_sem_desc.handle.win32.handle;
3133 ret = CHECK_CU(cu->cuImportExternalSemaphore(&dst_int->cu_sem[i],
3158 AVVkFrameInternal *dst_int;
3187 dst_int = dst_f->internal;
3194 err = CHECK_CU(cu->cuWaitExternalSemaphoresAsync(dst_int->cu_sem, s_w_par,
3207 .dstArray = dst_int->cu_array[i],
3221 err = CHECK_CU(cu->cuSignalExternalSemaphoresAsync(dst_int->cu_sem, s_s_par,
4003 AVVkFrameInternal *dst_int;
4032 dst_int = dst_f->internal;
4039 err = CHECK_CU(cu->cuWaitExternalSemaphoresAsync(dst_int->cu_sem, s_w_par,
4052 .srcArray = dst_int->cu_array[i],
4066 err = CHECK_CU(cu->cuSignalExternalSemaphoresAsync(dst_int->cu_sem, s_s_par,