| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 347 struct lp_type type, type16, type8; local in function:color_expand2_565_to_8888 355 memset(&type16, 0, sizeof type16); 356 type16.width = 16; 357 type16.length = 2 * n; 363 rgblomask = lp_build_const_int_vec(gallivm, type16, 0x0707); 365 lp_build_vec_type(gallivm, type16), ""); 368 r = LLVMBuildLShr(builder, colors, lp_build_const_int_vec(gallivm, type16, 11), ""); 369 r = LLVMBuildShl(builder, r, lp_build_const_int_vec(gallivm, type16, 3), ""); 370 b = LLVMBuildShl(builder, colors, lp_build_const_int_vec(gallivm, type16, 1 849 struct lp_type type32, type16, type8; local in function:lp_build_lerpdxta 1226 struct lp_type type8, type32, type16, type64; local in function:s3tc_decode_block_dxt1 1457 struct lp_type type32, type8, type16; local in function:s3tc_decode_block_dxt3 1521 struct lp_type type16; local in function:lp_build_lerpdxta_block 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 | 345 struct lp_type type, type16, type8; local in function:color_expand2_565_to_8888 353 memset(&type16, 0, sizeof type16); 354 type16.width = 16; 355 type16.length = 2 * n; 361 rgblomask = lp_build_const_int_vec(gallivm, type16, 0x0707); 363 lp_build_vec_type(gallivm, type16), ""); 366 r = LLVMBuildLShr(builder, colors, lp_build_const_int_vec(gallivm, type16, 11), ""); 367 r = LLVMBuildShl(builder, r, lp_build_const_int_vec(gallivm, type16, 3), ""); 368 b = LLVMBuildShl(builder, colors, lp_build_const_int_vec(gallivm, type16, 1 847 struct lp_type type32, type16, type8; local in function:lp_build_lerpdxta 1266 struct lp_type type8, type32, type16, type64; local in function:s3tc_decode_block_dxt1 1497 struct lp_type type32, type8, type16; local in function:s3tc_decode_block_dxt3 1561 struct lp_type type16; local in function:lp_build_lerpdxta_block 1616 struct lp_type type32, type64, type8, type16; local in function:s3tc_decode_block_dxt5 [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 831 type16 = type; 832 type16.length /= 2; 833 type16.width *= 2; 834 type16_t = lp_build_vec_type(gallivm, type16);
|
| /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 1461 type16 = type; 1462 type16.length /= 2; 1463 type16.width *= 2; 1464 type16_t = lp_build_vec_type(gallivm, type16);
|