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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 98 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
105 assert(LLVMTypeOf(index) == i32t);
133 LLVMVectorType(i32t, dst_type.length),
398 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
416 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
420 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
427 shuffles[j + i] = LLVMConstInt(i32t, shuffle, 0);
433 shuffles[j + i] = LLVMGetUndef(i32t);
739 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
740 LLVMValueRef undef = LLVMGetUndef(i32t);
775 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
    [all...]
lp_bld_format_cached.c 153 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
181 arg_types[2] = i32t;
182 arg_types[3] = i32t;
218 args[2] = LLVMConstInt(i32t, i, 0);
219 args[3] = LLVMConstInt(i32t, j, 0);
259 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
287 ptr_addrtrunc = LLVMBuildPtrToInt(builder, base_ptr, i32t, "");
312 color = LLVMGetUndef(LLVMVectorType(i32t, n));
lp_bld_format_aos.c 772 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
800 arg_types[2] = i32t;
801 arg_types[3] = i32t;
815 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
817 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels));
877 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
904 arg_types[2] = i32t;
905 arg_types[3] = i32t;
lp_bld_conv.c 160 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
170 src, LLVMConstInt(i32t, mode, 0));
186 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
197 LLVMValueRef index = LLVMConstInt(i32t, i, 0);
    [all...]
lp_bld_sample.c 226 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
227 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0);
228 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0);
229 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0);
1345 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
    [all...]
lp_bld_sample_soa.c 2479 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
    [all...]
lp_bld_arit.c 1982 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 372 LLVMTypeRef i32t = local
375 swizzles[0] = LLVMConstInt(i32t, swizzle_x, 0);
376 swizzles[1] = LLVMConstInt(i32t, swizzle_y, 0);
377 swizzles[2] = LLVMConstInt(i32t, swizzle_z, 0);
378 swizzles[3] = LLVMConstInt(i32t, swizzle_w, 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 128 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
165 LLVMConstInt(i32t, shift, 0),
177 bits[4*i + 0] = LLVMConstInt(i32t, 1ULL << (j + 0), 0);
178 bits[4*i + 1] = LLVMConstInt(i32t, 1ULL << (j + 1), 0);
179 bits[4*i + 2] = LLVMConstInt(i32t, 1ULL << (j + 4), 0);
180 bits[4*i + 3] = LLVMConstInt(i32t, 1ULL << (j + 5), 0);
    [all...]

Completed in 410 milliseconds