Lines Matching defs:templ
284 cso->templ = *sampler;
539 const struct pipe_shader_state *templ)
546 ifs->draw_data = draw_create_fragment_shader(i915->draw, templ);
548 if (templ->type == PIPE_SHADER_IR_NIR) {
549 nir_shader *s = templ->ir.nir;
556 assert(templ->type == PIPE_SHADER_IR_TGSI);
558 ifs->state.tokens = tgsi_dup_tokens(templ->tokens);
608 const struct pipe_shader_state *templ)
613 if (templ->type == PIPE_SHADER_IR_NIR) {
614 nir_shader *s = templ->ir.nir;
624 templ = &from_nir;
627 return draw_create_vertex_shader(i915->draw, templ);
770 const struct pipe_sampler_view *templ,
776 *view = *templ;
789 const struct pipe_sampler_view *templ)
794 *view = *templ;
879 cso->templ = *rasterizer;
953 i915->draw, (i915->rasterizer ? &(i915->rasterizer->templ) : NULL),