Lines Matching defs:tmpl
59 const struct pipe_video_buffer *tmpl)
70 pipe_format_to_chroma_format(tmpl->buffer_format);
75 vl_get_video_buffer_formats(pipe->screen, tmpl->buffer_format, resource_formats);
77 array_size = tmpl->interlaced ? 2 : 1;
78 template = *tmpl;
79 template.width = align(tmpl->width, VL_MACROBLOCK_WIDTH);
80 template.height = align(tmpl->height / array_size, VL_MACROBLOCK_HEIGHT);
84 if (ctx->b.gfx_level < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING)
94 if (ctx->b.gfx_level < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING)
105 if (ctx->b.gfx_level < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING)