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

/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h2224 bool clamp_integer_coordinates; member in struct:MALI_SAMPLER
2280 __gen_uint(values->clamp_integer_coordinates, 24, 24) |
2319 values->clamp_integer_coordinates = __gen_unpack_uint(cl, 24, 24);
2348 fprintf(fp, "%*sClamp integer coordinates: %s\n", indent, "", values->clamp_integer_coordinates ? "true" : "false");
H A Dv7_pack.h2276 bool clamp_integer_coordinates; member in struct:MALI_SAMPLER
2332 __gen_uint(values->clamp_integer_coordinates, 24, 24) |
2371 values->clamp_integer_coordinates = __gen_unpack_uint(cl, 24, 24);
2400 fprintf(fp, "%*sClamp integer coordinates: %s\n", indent, "", values->clamp_integer_coordinates ? "true" : "false");

Completed in 51 milliseconds