HomeSort by relevance Sort by last modified time
    Searched refs:i32_vec_type (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 528 LLVMTypeRef i32_vec_type; local
539 i32_vec_type = lp_build_vec_type(bld->gallivm, i32.type);
572 s = LLVMBuildFPToSI(builder, s, i32_vec_type, "");
574 t = LLVMBuildFPToSI(builder, t, i32_vec_type, "");
576 r = LLVMBuildFPToSI(builder, r, i32_vec_type, "");
978 LLVMTypeRef i32_vec_type; local
    [all...]
lp_bld_swizzle.c 67 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); local
69 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), "");

Completed in 1206 milliseconds