| Summary: |
pan_assemble.c:51:46: error: passing argument 2 of ‘tgsi_to_nir’ from incompatible pointer type [-Werror=incompatible-pointer-types] |
| Product: |
Mesa
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
Other | Assignee: |
mesa-dev |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
mesa-dev |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
Keywords: |
regression |
| Version: |
git | |
|
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
../src/gallium/drivers/panfrost/pan_assemble.c: In function ‘panfrost_shader_compile’: ../src/gallium/drivers/panfrost/pan_assemble.c:51:46: error: passing argument 2 of ‘tgsi_to_nir’ from incompatible pointer type [-Werror=incompatible-pointer-types] s = tgsi_to_nir(cso->tokens, &ctx->base.screen); ^~~~~~~~~~~~~~~~~ In file included from ../src/gallium/drivers/panfrost/pan_assemble.c:31: ../src/gallium/auxiliary/nir/tgsi_to_nir.h:28:1: note: expected ‘struct pipe_screen *’ but argument is of type ‘struct pipe_screen **’ tgsi_to_nir(const void *tgsi_tokens, ^~~~~~~~~~~