Searched refs:src_ref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c38 struct pipe_reference *src_ref; local
47 src_ref = src ? &src->refcnt : NULL;
50 if (pipe_reference(dst_ref, src_ref)) {
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c38 struct pipe_reference *src_ref; local
47 src_ref = src ? &src->refcnt : NULL;
50 if (pipe_reference(dst_ref, src_ref)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c97 const struct brw_wm_ref *src_ref )
99 c->pass0_fp_reg[file][idx][component] = src_ref;
268 const struct brw_wm_ref *src_ref; local
273 src_ref = get_const_ref(c, &const_zero);
275 src_ref = get_const_ref(c, &const_one);
277 src_ref = pass0_get_reg(c, src.File, src.Index, component);
279 return src_ref;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c97 const struct brw_wm_ref *src_ref )
99 c->pass0_fp_reg[file][idx][component] = src_ref;
268 const struct brw_wm_ref *src_ref; local
273 src_ref = get_const_ref(c, &const_zero);
275 src_ref = get_const_ref(c, &const_one);
277 src_ref = pass0_get_reg(c, src.File, src.Index, component);
279 return src_ref;

Completed in 256 milliseconds