Searched refs:tiler_clean (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 3930 bool tiler_clean; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 3948 __gen_uint(values->tiler_clean, 24, 24) | 3968 values->tiler_clean = __gen_unpack_uint(cl, 24, 24); 3982 fprintf(fp, "%*sTiler Clean: %s\n", indent, "", values->tiler_clean ? "true" : "false");
|
| H A D | v5_pack.h | 4375 bool tiler_clean; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 4393 __gen_uint(values->tiler_clean, 24, 24) | 4413 values->tiler_clean = __gen_unpack_uint(cl, 24, 24); 4427 fprintf(fp, "%*sTiler Clean: %s\n", indent, "", values->tiler_clean ? "true" : "false");
|
| H A D | v6_pack.h | 5306 bool tiler_clean; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 5324 __gen_uint(values->tiler_clean, 24, 24) | 5344 values->tiler_clean = __gen_unpack_uint(cl, 24, 24); 5358 fprintf(fp, "%*sTiler Clean: %s\n", indent, "", values->tiler_clean ? "true" : "false");
|
| H A D | v7_pack.h | 5362 bool tiler_clean; member in struct:MALI_CACHE_FLUSH_JOB_PAYLOAD 5380 __gen_uint(values->tiler_clean, 24, 24) | 5400 values->tiler_clean = __gen_unpack_uint(cl, 24, 24); 5414 fprintf(fp, "%*sTiler Clean: %s\n", indent, "", values->tiler_clean ? "true" : "false");
|
Completed in 48 milliseconds