Searched refs:wrap_mode_s (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c296 cfg.wrap_mode_s = panvk_translate_sampler_address_mode(pCreateInfo->addressModeU);
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1964 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));
H A Dv5_pack.h2020 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));
H A Dv6_pack.h2220 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));
H A Dv7_pack.h2272 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));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c197 cfg.wrap_mode_s = translate_tex_wrap(cso->wrap_s, using_nearest);

Completed in 46 milliseconds