HomeSort by: relevance | last modified time | path
    Searched refs:update_cost_table (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 4826 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");
v7_pack.h 4882 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 14 milliseconds