Lines Matching refs:srf
133 if (!dst_pic->srf) in blend_for_op()
136 if ((dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM || in blend_for_op()
137 dst_pic->srf->tex->format == PIPE_FORMAT_R8_UNORM)) { in blend_for_op()
282 struct xa_surface *src = src_pic->srf; in picture_format_fixups()
391 xa_format_type(xa_surface_format(dst_pic->srf))) in bind_shaders()
435 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM || in bind_shaders()
436 ctx->srf->format == PIPE_FORMAT_R8_UNORM) in bind_shaders()
476 src_pic->srf->tex,+ src_pic->srf->tex->format); in bind_samplers()
477 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex, in bind_samplers()
497 mask_pic->srf->tex, in bind_samplers()
498 mask_pic->srf->tex->format); in bind_samplers()
499 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex, in bind_samplers()
516 struct xa_surface *dst_srf = comp->dst->srf; in xa_composite_prepare()
524 renderer_bind_destination(ctx, ctx->srf); in xa_composite_prepare()