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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); local
482 mask = LLVMBuildTrunc(builder, mask, bool_vec_type, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); local
482 mask = LLVMBuildTrunc(builder, mask, bool_vec_type, "");

Completed in 126 milliseconds