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 D | lp_bld_gather.c | 313 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 D | lp_bld_swizzle.c | 63 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 D | lp_bld_gather.c | 313 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 D | lp_bld_swizzle.c | 64 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 D | 7.10.rst | 224 - gallivm: move i32_vec_type inside the #ifdef
|
Completed in 10 milliseconds