mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
translate: Fix a call to indexed SSE run.
This commit is contained in:
parent
09c0287b84
commit
76e53923ba
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ typedef void (PIPE_CDECL *run_func)( struct translate *translate,
|
|||
typedef void (PIPE_CDECL *run_elts_func)( struct translate *translate,
|
||||
const unsigned *elts,
|
||||
unsigned count,
|
||||
unsigned instance_id,
|
||||
void *output_buffer );
|
||||
|
||||
struct translate_buffer {
|
||||
|
|
@ -693,6 +694,7 @@ static void PIPE_CDECL translate_sse_run_elts( struct translate *translate,
|
|||
p->gen_run_elts( translate,
|
||||
elts,
|
||||
count,
|
||||
0,
|
||||
output_buffer );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue