HomeSort by: relevance | last modified time | path
    Searched defs:has_tile_enable_map (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 4238 bool has_tile_enable_map; member in struct:MALI_FRAGMENT_JOB_PAYLOAD
4255 __gen_uint(values->has_tile_enable_map, 31, 31);
4279 values->has_tile_enable_map = __gen_unpack_uint(cl, 63, 63);
4292 fprintf(fp, "%*sHas Tile Enable Map: %s\n", indent, "", values->has_tile_enable_map ? "true" : "false");
v6_pack.h 5154 bool has_tile_enable_map; member in struct:MALI_FRAGMENT_JOB_PAYLOAD
5171 __gen_uint(values->has_tile_enable_map, 31, 31);
5195 values->has_tile_enable_map = __gen_unpack_uint(cl, 63, 63);
5208 fprintf(fp, "%*sHas Tile Enable Map: %s\n", indent, "", values->has_tile_enable_map ? "true" : "false");
v7_pack.h 5210 bool has_tile_enable_map; member in struct:MALI_FRAGMENT_JOB_PAYLOAD
5227 __gen_uint(values->has_tile_enable_map, 31, 31);
5251 values->has_tile_enable_map = __gen_unpack_uint(cl, 63, 63);
5264 fprintf(fp, "%*sHas Tile Enable Map: %s\n", indent, "", values->has_tile_enable_map ? "true" : "false");

Completed in 37 milliseconds