| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_s3tc.c | 1213 LLVMValueRef v01) 1236 * v01 has col0 in 32bit elem 0, col1 in elem 1. 1239 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0); 1240 v01 = LLVMBuildBitCast(builder, v01, bld->vec_type, ""); 1242 lp_build_unpack2(gallivm, type, i16_type, v01, &v0, &v1); 1251 return lp_build_add(bld, res, v01); 1362 LLVMValueRef v01, v0, v1, vhalf local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_s3tc.c | 1173 LLVMValueRef v01) 1196 * v01 has col0 in 32bit elem 0, col1 in elem 1. 1199 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0); 1200 v01 = LLVMBuildBitCast(builder, v01, bld->vec_type, ""); 1202 lp_build_unpack2(gallivm, type, i16_type, v01, &v0, &v1); 1211 return lp_build_add(bld, res, v01); 1322 LLVMValueRef v01, v0, v1, vhalf local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_llvm_build.c | 1231 LLVMValueRef v[3], v01; local 1237 v01 = ac_build_gather_values(ctx, v, 2); 1239 ac_build_buffer_store_dword(ctx, rsrc, v01, 2, voffset,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_llvm_build.c | 1163 LLVMValueRef v[3], v01; local 1168 v01 = ac_build_gather_values(ctx, v, 2); 1170 ac_build_buffer_store_dword(ctx, rsrc, v01, 2, voffset, soffset, inst_offset, cache_policy);
|