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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1964 enum mali_wrap_mode wrap_mode_s; member in struct:MALI_SAMPLER
1983 .wrap_mode_s = MALI_WRAP_MODE_CLAMP_TO_EDGE, \
2005 cl[ 2] = __gen_uint(values->wrap_mode_s, 0, 3) |
2036 values->wrap_mode_s = (enum mali_wrap_mode)__gen_unpack_uint(cl, 64, 67);
2058 fprintf(fp, "%*sWrap Mode S: %s\n", indent, "", mali_wrap_mode_as_str(values->wrap_mode_s));
v5_pack.h 2020 enum mali_wrap_mode wrap_mode_s; member in struct:MALI_SAMPLER
2039 .wrap_mode_s = MALI_WRAP_MODE_CLAMP_TO_EDGE, \
2061 cl[ 2] = __gen_uint(values->wrap_mode_s, 0, 3) |
2092 values->wrap_mode_s = (enum mali_wrap_mode)__gen_unpack_uint(cl, 64, 67);
2114 fprintf(fp, "%*sWrap Mode S: %s\n", indent, "", mali_wrap_mode_as_str(values->wrap_mode_s));
v6_pack.h 2220 enum mali_wrap_mode wrap_mode_s; member in struct:MALI_SAMPLER
2247 .wrap_mode_s = MALI_WRAP_MODE_CLAMP_TO_EDGE, \
2276 __gen_uint(values->wrap_mode_s, 16, 19) |
2315 values->wrap_mode_s = (enum mali_wrap_mode)__gen_unpack_uint(cl, 16, 19);
2344 fprintf(fp, "%*sWrap Mode S: %s\n", indent, "", mali_wrap_mode_as_str(values->wrap_mode_s));
v7_pack.h 2272 enum mali_wrap_mode wrap_mode_s; member in struct:MALI_SAMPLER
2299 .wrap_mode_s = MALI_WRAP_MODE_CLAMP_TO_EDGE, \
2328 __gen_uint(values->wrap_mode_s, 16, 19) |
2367 values->wrap_mode_s = (enum mali_wrap_mode)__gen_unpack_uint(cl, 16, 19);
2396 fprintf(fp, "%*sWrap Mode S: %s\n", indent, "", mali_wrap_mode_as_str(values->wrap_mode_s));

Completed in 24 milliseconds