Lines Matching defs:array
558 * array. We need to combine them so the vector destination itself is valid.
846 agx_tex_dim(enum glsl_sampler_dim dim, bool array)
851 return array ? AGX_DIM_TEX_1D_ARRAY : AGX_DIM_TEX_1D;
856 return array ? AGX_DIM_TEX_2D_ARRAY : AGX_DIM_TEX_2D;
859 assert(!array && "multisampled arrays unsupported");
863 assert(!array && "3D arrays unsupported");
867 return array ? AGX_DIM_TEX_CUBE_ARRAY : AGX_DIM_TEX_CUBE;
911 * integer in AGX. Convert the array index from float-to-int for array
912 * textures. The array index is the last source in NIR. The conversion