Searched refs:type64 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A 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() 1270 struct lp_type type8, type32, type16, type64; in s3tc_decode_block_dxt1() local 1288 memset(&type64, in s3tc_decode_block_dxt1() 1620 struct lp_type type32, type64, type8, type16; s3tc_decode_block_dxt5() local 2334 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); lp_build_gather_rgtc() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1530 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local 1547 type64 = type; in fs_twiddle_transpose() 1548 type64.length /= 8; in fs_twiddle_transpose() 1549 type64.width *= 8; in fs_twiddle_transpose() 1550 type64_t = lp_build_vec_type(gallivm, type64); in fs_twiddle_transpose() 1592 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); in fs_twiddle_transpose() 1593 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1); in fs_twiddle_transpose()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.c | 921 { &float64_ctype, T_FLOAT( 0, type64) },
|
Completed in 11 milliseconds