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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c518 cfg.polygon_list_size = header_size + (hierarchy ? 0 : 4);
530 cfg.polygon_list_size =
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2938 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 Dv5_pack.h2920 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