Searched refs:polygon_list_size (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_cs.c | 518 cfg.polygon_list_size = header_size + (hierarchy ? 0 : 4); 530 cfg.polygon_list_size =
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | 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);
|
| H A D | 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);
|
Completed in 20 milliseconds