etnaviv: use a better name for FE_VERTEX_STREAM_UNK14680
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
@@ -329,7 +329,7 @@ etna_emit_state(struct etna_context *ctx)
|
||||
}
|
||||
for (int x = 0; x < ctx->vertex_buffer.count; ++x) {
|
||||
if (ctx->vertex_buffer.cvb[x].FE_VERTEX_STREAM_BASE_ADDR.bo) {
|
||||
/*14680*/ EMIT_STATE(NFE_VERTEX_STREAMS_VERTEX_DIVISOR(x), ctx->vertex_buffer.cvb[x].FE_VERTEX_STREAM_UNK14680);
|
||||
/*14680*/ EMIT_STATE(NFE_VERTEX_STREAMS_VERTEX_DIVISOR(x), ctx->vertex_buffer.cvb[x].FE_VERTEX_STREAM_VERTEX_DIVISOR);
|
||||
}
|
||||
}
|
||||
} else if(ctx->specs.stream_count > 1) { /* hw w/ multiple vertex streams */
|
||||
|
||||
@@ -233,7 +233,7 @@ struct compiled_vertex_elements_state {
|
||||
/* Compiled context->set_vertex_buffer result */
|
||||
struct compiled_set_vertex_buffer {
|
||||
uint32_t FE_VERTEX_STREAM_CONTROL;
|
||||
uint32_t FE_VERTEX_STREAM_UNK14680;
|
||||
uint32_t FE_VERTEX_STREAM_VERTEX_DIVISOR;
|
||||
struct etna_reloc FE_VERTEX_STREAM_BASE_ADDR;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user