Lines Matching defs:templ
1631 const struct pipe_sampler_view *templ,
1643 view->base = *templ;
1651 view->swizzle[0] = templ->swizzle_r;
1652 view->swizzle[1] = templ->swizzle_g;
1653 view->swizzle[2] = templ->swizzle_b;
1654 view->swizzle[3] = templ->swizzle_a;
1656 hwformat = r300_translate_texformat(templ->format,
1663 util_format_short_name(templ->format), __func__);
1668 templ->format, 0,
1673 view->format.format2 |= r500_tx_format_msb_bit(templ->format);
1683 const struct pipe_sampler_view *templ)
1685 return r300_create_sampler_view_custom(pipe, texture, templ,