Searched refs:normalize_coordinates (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v6_pack.h | 2371 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 D | v7_pack.h | 2423 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