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

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