mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
intel/compiler: Use correct enum type
Fixes: ce7208c3ee ("brw: add support for texel address lowering")
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34014>
This commit is contained in:
parent
d5dcc6a5c4
commit
ed42dc56f5
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ image_linear_address(nir_builder *b,
|
|||
coords[0]);
|
||||
}
|
||||
|
||||
static enum isl_tiling
|
||||
static enum isl_surf_dim
|
||||
glsl_sampler_dim_to_isl(enum glsl_sampler_dim dim)
|
||||
{
|
||||
return dim == GLSL_SAMPLER_DIM_1D ? ISL_SURF_DIM_1D :
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue