Searched refs:lod_algorithm (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h2236 enum mali_lod_algorithm lod_algorithm; member in struct:MALI_SAMPLER
2262 .lod_algorithm = MALI_LOD_ALGORITHM_ISOTROPIC, \
2292 __gen_uint(values->lod_algorithm, 24, 25);
2331 values->lod_algorithm = (enum mali_lod_algorithm)__gen_unpack_uint(cl, 88, 89);
2360 fprintf(fp, "%*sLOD algorithm: %s\n", indent, "", mali_lod_algorithm_as_str(values->lod_algorithm));
H A Dv7_pack.h2288 enum mali_lod_algorithm lod_algorithm; member in struct:MALI_SAMPLER
2314 .lod_algorithm = MALI_LOD_ALGORITHM_ISOTROPIC, \
2344 __gen_uint(values->lod_algorithm, 24, 25);
2383 values->lod_algorithm = (enum mali_lod_algorithm)__gen_unpack_uint(cl, 88, 89);
2412 fprintf(fp, "%*sLOD algorithm: %s\n", indent, "", mali_lod_algorithm_as_str(values->lod_algorithm));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c213 cfg.lod_algorithm = MALI_LOD_ALGORITHM_ANISOTROPIC;

Completed in 53 milliseconds