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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 108 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...]
lp_bld_format_aos.c 522 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;
lp_bld_sample.c 197 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));
    [all...]
lp_bld_arit.c 1295 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
1381 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
    [all...]
lp_bld_sample_soa.c 1247 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 108 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...]
lp_bld_format_aos.c 522 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;
lp_bld_sample.c 197 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));
    [all...]
lp_bld_arit.c 1295 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
1381 LLVMTypeRef i32t = LLVMInt32TypeInContext(bld->gallivm->context); local
    [all...]
lp_bld_sample_soa.c 1247 LLVMTypeRef i32t = LLVMInt32TypeInContext(gallivm->context); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 122 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);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 122 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 69 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);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 69 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);
    [all...]

Completed in 631 milliseconds