Searched refs:isotropic_lod (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1960 bool isotropic_lod; member in struct:MALI_SAMPLER 2001 __gen_uint(values->isotropic_lod, 6, 6) | 2032 values->isotropic_lod = __gen_unpack_uint(cl, 6, 6); 2054 fprintf(fp, "%*sIsotropic LOD: %s\n", indent, "", values->isotropic_lod ? "true" : "false");
|
| H A D | v5_pack.h | 2016 bool isotropic_lod; member in struct:MALI_SAMPLER 2057 __gen_uint(values->isotropic_lod, 6, 6) | 2088 values->isotropic_lod = __gen_unpack_uint(cl, 6, 6); 2110 fprintf(fp, "%*sIsotropic LOD: %s\n", indent, "", values->isotropic_lod ? "true" : "false");
|
Completed in 19 milliseconds