mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 13:48:06 +02:00
vtn_handle_type() creates a signed type regardless of the value of the signedness flag, which usually doesn't make much of a difference except when the type is used as base sampled type of an image type, what will cause the base type of the NIR image variable to be inconsistent with its format and cause an assertion failure in the back-end (most likely only reproducible on Gen7), and may change the semantics of the image intrinsic subtly (e.g. UMIN may become IMIN). |
||
|---|---|---|
| .. | ||
| GLSL.std.450.h | ||
| nir_spirv.h | ||
| spirv.h | ||
| spirv_to_nir.c | ||
| vtn_alu.c | ||
| vtn_cfg.c | ||
| vtn_glsl450.c | ||
| vtn_private.h | ||
| vtn_variables.c | ||