| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v4_pack.h | 2938 uint32_t polygon_list_size; member in struct:MALI_TILER_CONTEXT 2957 cl[ 0] = __gen_uint(values->polygon_list_size, 0, 31); 2977 values->polygon_list_size = __gen_unpack_uint(cl, 0, 31); 2988 fprintf(fp, "%*sPolygon List Size: %u\n", indent, "", values->polygon_list_size);
|
| v5_pack.h | 2920 uint32_t polygon_list_size; member in struct:MALI_TILER_CONTEXT 2939 cl[ 0] = __gen_uint(values->polygon_list_size, 0, 31); 2959 values->polygon_list_size = __gen_unpack_uint(cl, 0, 31); 2970 fprintf(fp, "%*sPolygon List Size: %u\n", indent, "", values->polygon_list_size);
|