Searched defs:i32t (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c522 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
550 arg_types[2] = i32t;
551 arg_types[3] = i32t;
565 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels));
627 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
654 arg_types[2] = i32t;
655 arg_types[3] = i32t;
H A Dlp_bld_swizzle.c108 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
115 assert(LLVMTypeOf(index) == i32t);
143 LLVMVectorType(i32t, dst_type.length),
293 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
311 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
315 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
322 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
328 shuffles[j + i] = LLVMGetUndef(i32t);
568 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
569 LLVMValueRef undef = LLVMGetUndef(i32t);
604 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
[all...]
H A Dlp_bld_sample_soa.c1247 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
1314 tex_width, LLVMConstInt(i32t, 0, 0), "");
1317 tex_height, LLVMConstInt(i32t, 1, 0), "");
1320 tex_depth, LLVMConstInt(i32t, 2, 0), "");
H A Dlp_bld_arit.c1295 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
1308 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
1328 args[2] = LLVMConstInt(i32t, mode, 0);
1368 LLVMConstInt(i32t, mode, 0));
1381 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
1398 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
H A Dlp_bld_sample.c197 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
198 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
199 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0);
200 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0);
846 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
852 LLVMConstInt(i32t, 0, 0));
858 LLVMConstInt(i32t, 1, 0));
864 LLVMConstInt(i32t, 2, 0));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c522 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
550 arg_types[2] = i32t;
551 arg_types[3] = i32t;
565 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels));
627 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
654 arg_types[2] = i32t;
655 arg_types[3] = i32t;
H A Dlp_bld_swizzle.c108 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
115 assert(LLVMTypeOf(index) == i32t);
143 LLVMVectorType(i32t, dst_type.length),
293 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
311 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
315 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
322 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
328 shuffles[j + i] = LLVMGetUndef(i32t);
568 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
569 LLVMValueRef undef = LLVMGetUndef(i32t);
604 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
[all...]
H A Dlp_bld_sample_soa.c1247 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
1314 tex_width, LLVMConstInt(i32t, 0, 0), "");
1317 tex_height, LLVMConstInt(i32t, 1, 0), "");
1320 tex_depth, LLVMConstInt(i32t, 2, 0), "");
H A Dlp_bld_arit.c1295 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
1308 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
1328 args[2] = LLVMConstInt(i32t, mode, 0);
1368 LLVMConstInt(i32t, mode, 0));
1381 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
1398 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
H A Dlp_bld_sample.c197 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
198 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
199 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0);
200 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0);
846 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
852 LLVMConstInt(i32t, 0, 0));
858 LLVMConstInt(i32t, 1, 0));
864 LLVMConstInt(i32t, 2, 0));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c122 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
159 LLVMConstInt(i32t, shift, 0),
171 bits[4*i + 0] = LLVMConstInt(i32t, 1 << (j + 0), 0);
172 bits[4*i + 1] = LLVMConstInt(i32t, 1 << (j + 1), 0);
173 bits[4*i + 2] = LLVMConstInt(i32t, 1 << (j + 4), 0);
174 bits[4*i + 3] = LLVMConstInt(i32t, 1 << (j + 5), 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c69 LLVMTypeRef i32t = local
72 swizzles[0] = LLVMConstInt(i32t, swizzle_x, 0);
73 swizzles[1] = LLVMConstInt(i32t, swizzle_y, 0);
74 swizzles[2] = LLVMConstInt(i32t, swizzle_z, 0);
75 swizzles[3] = LLVMConstInt(i32t, swizzle_w, 0);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c122 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
159 LLVMConstInt(i32t, shift, 0),
171 bits[4*i + 0] = LLVMConstInt(i32t, 1 << (j + 0), 0);
172 bits[4*i + 1] = LLVMConstInt(i32t, 1 << (j + 1), 0);
173 bits[4*i + 2] = LLVMConstInt(i32t, 1 << (j + 4), 0);
174 bits[4*i + 3] = LLVMConstInt(i32t, 1 << (j + 5), 0);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c69 LLVMTypeRef i32t = local
72 swizzles[0] = LLVMConstInt(i32t, swizzle_x, 0);
73 swizzles[1] = LLVMConstInt(i32t, swizzle_y, 0);
74 swizzles[2] = LLVMConstInt(i32t, swizzle_z, 0);
75 swizzles[3] = LLVMConstInt(i32t, swizzle_w, 0);

Completed in 2745 milliseconds