Searched refs:i32_vec_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c313 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); local in function:lp_build_gather_avx2
323 scale = lp_build_broadcast(gallivm, i32_vec_type, scale);
324 assert(LLVMTypeOf(offsets) == i32_vec_type);
H A Dlp_bld_swizzle.c63 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); local in function:lp_build_broadcast
68 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c313 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); local in function:lp_build_gather_avx2
323 scale = lp_build_broadcast(gallivm, i32_vec_type, scale);
324 assert(LLVMTypeOf(offsets) == i32_vec_type);
H A Dlp_bld_swizzle.c64 LLVMTypeRef i32_vec_type = LLVMVectorType(i32_type, length); local in function:lp_build_broadcast
69 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), "");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst224 - gallivm: move i32_vec_type inside the #ifdef

Completed in 10 milliseconds