Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c234 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 …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1439 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
1456 type64 = type; in fs_twiddle_transpose()
1457 type64.length /= 8; in fs_twiddle_transpose()
1458 type64.width *= 8; in fs_twiddle_transpose()
1459 type64_t = lp_build_vec_type(gallivm, type64); in fs_twiddle_transpose()
1501 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); in fs_twiddle_transpose()
1502 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1); in fs_twiddle_transpose()
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c921 { &float64_ctype, T_FLOAT( 0, type64) },