Searched refs:src_ref (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_shader.c | 40 struct pipe_reference *src_ref; in vmw_svga_winsys_shader_reference() local 49 src_ref = src ? &src->refcnt : NULL; in vmw_svga_winsys_shader_reference() 52 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_shader_reference()
|
H A D | vmw_surface.c | 249 struct pipe_reference *src_ref; in vmw_svga_winsys_surface_reference() local 258 src_ref = src ? &src->refcnt : NULL; in vmw_svga_winsys_surface_reference() 261 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_surface_reference()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | hwdevice.c | 23 static int test_derivation(AVBufferRef *src_ref, const char *src_name) in test_derivation() argument 31 src_dev = (AVHWDeviceContext*)src_ref->data; in test_derivation() 42 src_ref, 0); in test_derivation() 75 if (back_ref->data != src_ref->data) { in test_derivation()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_atempo.c | 429 const uint8_t **src_ref, in yae_load_data() 434 const uint8_t *src = *src_ref; in yae_load_data() 488 *src_ref = src; in yae_load_data() 504 const uint8_t **src_ref, in yae_load_frag() 516 if (src_ref && yae_load_data(atempo, src_ref, src_end, stop_here) != 0) { in yae_load_frag() 822 const uint8_t **src_ref, in yae_apply() 830 if (yae_load_frag(atempo, src_ref, src_end) != 0) { in yae_apply() 862 if (yae_load_frag(atempo, src_ref, src_end) != 0) { in yae_apply() 428 yae_load_data(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, int64_t stop_here) yae_load_data() argument 503 yae_load_frag(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end) yae_load_frag() argument 821 yae_apply(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, uint8_t **dst_ref, uint8_t *dst_end) yae_apply() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext.c | 645 AVBufferRef *src_ref, in av_hwdevice_ctx_create_derived_opts() 652 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts() 673 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts() 682 dst_ctx->internal->source_device = av_buffer_ref(src_ref); in av_hwdevice_ctx_create_derived_opts() 713 AVBufferRef *src_ref, int flags) in av_hwdevice_ctx_create_derived() 715 return av_hwdevice_ctx_create_derived_opts(dst_ref_ptr, type, src_ref, in av_hwdevice_ctx_create_derived() 643 av_hwdevice_ctx_create_derived_opts(AVBufferRef **dst_ref_ptr, enum AVHWDeviceType type, AVBufferRef *src_ref, AVDictionary *options, int flags) av_hwdevice_ctx_create_derived_opts() argument 711 av_hwdevice_ctx_create_derived(AVBufferRef **dst_ref_ptr, enum AVHWDeviceType type, AVBufferRef *src_ref, int flags) av_hwdevice_ctx_create_derived() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_state.h | 583 struct NineUnknown *src_ref, 593 struct NineUnknown *src_ref,
|
H A D | nine_state.c | 2540 ARG_BIND_REF(struct NineUnknown, src_ref), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2549 /* Binding src_ref avoids release before upload */ in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2550 (void)src_ref; in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2556 ARG_BIND_REF(struct NineUnknown, src_ref), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2571 /* Binding src_ref avoids release before upload */ in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2572 (void)src_ref; in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|
Completed in 16 milliseconds