Searched refs:texel_type (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c162 bld->texel_type, TRUE,
187 struct lp_type border_type = bld->texel_type;
209 bld->texel_type,
1933 struct lp_type vec4_type = bld->texel_type;
2409 bld->texel_type, TRUE,
2556 bld.texel_type = type;
2564 bld.texel_type = lp_type_int_vec(type.width, type.width * type.length);
2567 bld.texel_type = lp_type_uint_vec(type.width, type.width * type.length);
2573 bld.texel_type = lp_type_int_vec(type.width, type.width * type.length);
2713 lp_build_context_init(&bld.texel_bld, gallivm, bld.texel_type);
[all...]
H A Dlp_bld_sample.h360 struct lp_type texel_type; member in struct:lp_build_sample_context
H A Dlp_bld_sample_aos.c587 fetch_type = lp_type_uint(bld->texel_type.width);
594 bld->texel_type.length,
935 fetch_type = lp_type_uint(bld->texel_type.width);
937 bld->texel_type.length,
1688 bld->texel_type,

Completed in 81 milliseconds