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

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h2371 bool normalize_coordinates; member in struct:MALI_TEXTURE
2390 .normalize_coordinates = false, \
2411 __gen_uint(values->normalize_coordinates, 9, 9) |
2444 values->normalize_coordinates = __gen_unpack_uint(cl, 9, 9);
2466 fprintf(fp, "%*sNormalize coordinates: %s\n", indent, "", values->normalize_coordinates ? "true" : "false");
H A Dv7_pack.h2423 bool normalize_coordinates; member in struct:MALI_TEXTURE
2442 .normalize_coordinates = false, \
2463 __gen_uint(values->normalize_coordinates, 9, 9) |
2496 values->normalize_coordinates = __gen_unpack_uint(cl, 9, 9);
2518 fprintf(fp, "%*sNormalize coordinates: %s\n", indent, "", values->normalize_coordinates ? "true" : "false");

Completed in 27 milliseconds