Searched refs:update_cost_table (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h4826 bool update_cost_table; member in struct:MALI_TILER_CONTEXT
4848 __gen_uint(values->update_cost_table, 16, 16);
4935 values->update_cost_table = __gen_unpack_uint(cl, 80, 80);
4971 fprintf(fp, "%*sUpdate Cost Table: %s\n", indent, "", values->update_cost_table ? "true" : "false");
H A Dv7_pack.h4882 bool update_cost_table; member in struct:MALI_TILER_CONTEXT
4904 __gen_uint(values->update_cost_table, 16, 16);
4991 values->update_cost_table = __gen_unpack_uint(cl, 80, 80);
5027 fprintf(fp, "%*sUpdate Cost Table: %s\n", indent, "", values->update_cost_table ? "true" : "false");

Completed in 44 milliseconds