| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 239 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); local in function:lp_build_gather_s3tc 302 LLVMTypeRef type64_vec = LLVMVectorType(type64, length/2); 970 struct lp_type type64; local in function:s3tc_dxt5_full_to_rgba_aos 971 memset(&type64, 0, sizeof type64); 972 type64.width = 64; 973 type64.length = 1; 979 lp_build_const_int_vec(gallivm, type64, 32), ""); 1226 struct lp_type type8, type32, type16, type64; local in function:s3tc_decode_block_dxt1 1244 memset(&type64, 1576 struct lp_type type32, type64, type8, type16; local in function:s3tc_decode_block_dxt5 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 234 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); local in function:lp_build_gather_s3tc 297 LLVMTypeRef type64_vec = LLVMVectorType(type64, length/2); 954 struct lp_type type64; local in function:s3tc_dxt5_alpha_channel 955 memset(&type64, 0, sizeof type64); 956 type64.width = 64; 957 type64.length = 1; 963 lp_build_const_int_vec(gallivm, type64, 32), ""); 1266 struct lp_type type8, type32, type16, type64; local in function:s3tc_decode_block_dxt1 1284 memset(&type64, 1616 struct lp_type type32, type64, type8, type16; local in function:s3tc_decode_block_dxt5 2337 LLVMTypeRef type64 = LLVMInt64TypeInContext(gallivm->context); local in function:lp_build_gather_rgtc [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 809 struct lp_type type64, type16, type32; local in function:fs_twiddle_transpose 826 type64 = type; 827 type64.length /= 8; 828 type64.width *= 8; 829 type64_t = lp_build_vec_type(gallivm, type64); 871 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); 872 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1439 struct lp_type type64, type16, type32; local in function:fs_twiddle_transpose 1456 type64 = type; 1457 type64.length /= 8; 1458 type64.width *= 8; 1459 type64_t = lp_build_vec_type(gallivm, type64); 1501 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0); 1502 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1);
|