Searched refs:type64 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 234 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); in lp_build_gather_s3tc() local 297 LLVMTypeRef type64_vec = LLVMVectorType(type64, length/2); in lp_build_gather_s3tc() 954 struct lp_type type64; in s3tc_dxt5_alpha_channel() local 955 memset(&type64, 0, sizeof type64); in s3tc_dxt5_alpha_channel() 956 type64.width = 64; in s3tc_dxt5_alpha_channel() 957 type64.length = 1; in s3tc_dxt5_alpha_channel() 963 lp_build_const_int_vec(gallivm, type64, 32), ""); in s3tc_dxt5_alpha_channel() 1266 struct lp_type type8, type32, type16, type64; in s3tc_decode_block_dxt1() local 1284 memset(&type64, 0, sizeof type64); in s3tc_decode_block_dxt1() 1285 type64.width = 64; in s3tc_decode_block_dxt1() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1383 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local 1400 type64 = type; in fs_twiddle_transpose() 1401 type64.length /= 8; in fs_twiddle_transpose() 1402 type64.width *= 8; in fs_twiddle_transpose() 1403 type64_t = lp_build_vec_type(gallivm, type64); in fs_twiddle_transpose() 1445 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); in fs_twiddle_transpose() 1446 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1); in fs_twiddle_transpose()
|