radeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASE
It is unused. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -1395,8 +1395,9 @@ static void declare_system_value(struct si_shader_context *ctx,
|
||||
break;
|
||||
|
||||
case TGSI_SEMANTIC_VERTEXID_NOBASE:
|
||||
value = LLVMGetParam(ctx->main_fn,
|
||||
ctx->param_vertex_id);
|
||||
/* Unused. Clarify the meaning in indexed vs. non-indexed
|
||||
* draws if this is ever used again. */
|
||||
assert(false);
|
||||
break;
|
||||
|
||||
case TGSI_SEMANTIC_BASEVERTEX:
|
||||
|
||||
Reference in New Issue
Block a user