Searched defs:vec4_type (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1933 struct lp_type vec4_type = bld->texel_type; local
1947 vec4_type.length = 4;
1948 lp_build_context_init(&vec4_bld, gallivm, vec4_type);
1985 min_clamp = lp_build_const_vec(gallivm, vec4_type, -1.0F);
1995 min_clamp = lp_build_const_int_vec(gallivm, vec4_type,
1997 max_clamp = lp_build_const_int_vec(gallivm, vec4_type,
2023 max_clamp = lp_build_const_int_vec(gallivm, vec4_type,
2039 max_clamp = lp_build_const_aos(gallivm, vec4_type, max10, max10,
2044 min_clamp = lp_build_const_aos(gallivm, vec4_type, -1.0F, -1.0F,
2050 min_clamp = lp_build_const_aos(gallivm, vec4_type,
[all...]

Completed in 385 milliseconds