Searched refs:f32t (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 874 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); local in function:lp_build_fetch_rgba_aos 875 LLVMTypeRef f32x4t = LLVMVectorType(f32t, 4); 876 LLVMTypeRef pf32t = LLVMPointerType(f32t, 0);
|
| H A D | lp_bld_conv.c | 188 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); local in function:lp_build_float_to_half 192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 912 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); local in function:lp_build_fetch_rgba_aos 913 LLVMTypeRef f32x4t = LLVMVectorType(f32t, 4); 914 LLVMTypeRef pf32t = LLVMPointerType(f32t, 0);
|
| H A D | lp_bld_conv.c | 213 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); local in function:lp_build_float_to_half 217 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0);
|
Completed in 23 milliseconds