Searched refs:f32_vec_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c140 LLVMTypeRef f32_vec_type = LLVMTypeOf(src); local in function:lp_build_float_to_half
141 unsigned length = LLVMGetTypeKind(f32_vec_type) == LLVMVectorTypeKind
142 ? LLVMGetVectorSize(f32_vec_type) : 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c164 LLVMTypeRef f32_vec_type = LLVMTypeOf(src); local in function:lp_build_float_to_half
165 unsigned length = LLVMGetTypeKind(f32_vec_type) == LLVMVectorTypeKind
166 ? LLVMGetVectorSize(f32_vec_type) : 1;

Completed in 4 milliseconds