Home | History | Annotate | Download | only in vega

Lines Matching defs:semantic_name

193 static void *create_passthrough_vs(struct pipe_context *pipe, int semantic_name)
218 if (semantic_name >= 0) {
220 dst[1] = ureg_DECL_output(ureg, semantic_name, 0);
238 int semantic_name = -1;
244 semantic_name = TGSI_SEMANTIC_COLOR;
247 semantic_name = TGSI_SEMANTIC_GENERIC;
254 r->cached_vs[id] = create_passthrough_vs(r->pipe, semantic_name);