Home
last modified time | relevance | path

Searched refs:lp_type64 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c275 struct lp_type lp_type32, lp_type64; in lp_build_gather_s3tc() local
279 memset(&lp_type64, 0, sizeof lp_type64); in lp_build_gather_s3tc()
280 lp_type64.width = 64; in lp_build_gather_s3tc()
281 lp_type64.length = length/2; in lp_build_gather_s3tc()
320 *colors = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 0); in lp_build_gather_s3tc()
321 *codewords = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 1); in lp_build_gather_s3tc()
2371 struct lp_type lp_type32, lp_type64; in lp_build_gather_rgtc() local
2376 memset(&lp_type64, 0, sizeof lp_type64); in lp_build_gather_rgtc()
2377 lp_type64.width = 64; in lp_build_gather_rgtc()
2378 lp_type64.length = length/2; in lp_build_gather_rgtc()
[all …]