OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMInt32TypeInContext
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_printf.c
73
lp_build_printf(gallivm, "print 5 6: %d %d\n", LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), 5, 0),
74
LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), 6, 0));
77
lp_build_assert(gallivm, LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), 1, 0), "assert(1)");
lp_jit.c
58
elem_types[LP_JIT_TEXTURE_LAST_LEVEL] =
LLVMInt32TypeInContext
(lc);
61
LLVMArrayType(
LLVMInt32TypeInContext
(lc), LP_MAX_TEXTURE_LEVELS);
128
elem_types[LP_JIT_CTX_STENCIL_REF_BACK] =
LLVMInt32TypeInContext
(lc);
lp_test_format.c
89
LLVMValueRef offset = LLVMConstNull(
LLVMInt32TypeInContext
(context));
101
args[3] = args[2] =
LLVMInt32TypeInContext
(context);
lp_test_conv.c
130
LLVMValueRef index = LLVMConstInt(
LLVMInt32TypeInContext
(context), i, 0);
138
LLVMValueRef index = LLVMConstInt(
LLVMInt32TypeInContext
(context), i, 0);
lp_bld_depth.c
454
LLVMInt32TypeInContext
(context), bits);
456
LLVMInt32TypeInContext
(context), bits);
464
LLVMInt32TypeInContext
(context), bits);
466
LLVMInt32TypeInContext
(context), bits);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_printf.c
73
lp_build_printf(gallivm, "print 5 6: %d %d\n", LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), 5, 0),
74
LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), 6, 0));
77
lp_build_assert(gallivm, LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), 1, 0), "assert(1)");
lp_jit.c
58
elem_types[LP_JIT_TEXTURE_LAST_LEVEL] =
LLVMInt32TypeInContext
(lc);
61
LLVMArrayType(
LLVMInt32TypeInContext
(lc), LP_MAX_TEXTURE_LEVELS);
128
elem_types[LP_JIT_CTX_STENCIL_REF_BACK] =
LLVMInt32TypeInContext
(lc);
lp_test_format.c
89
LLVMValueRef offset = LLVMConstNull(
LLVMInt32TypeInContext
(context));
101
args[3] = args[2] =
LLVMInt32TypeInContext
(context);
lp_test_conv.c
130
LLVMValueRef index = LLVMConstInt(
LLVMInt32TypeInContext
(context), i, 0);
138
LLVMValueRef index = LLVMConstInt(
LLVMInt32TypeInContext
(context), i, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c
75
arg_types[0] =
LLVMInt32TypeInContext
(context);
lp_bld_format_aos.c
172
assert (LLVMTypeOf(packed) ==
LLVMInt32TypeInContext
(gallivm->context));
179
LLVMGetUndef(LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4)),
181
LLVMConstNull(
LLVMInt32TypeInContext
(gallivm->context)),
185
LLVMGetUndef(LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4)),
186
LLVMConstNull(LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4)),
199
shifts[i] = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
200
masks[i] = LLVMConstNull(
LLVMInt32TypeInContext
(gallivm->context));
293
swizzles[i] = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
306
shifts[i] = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
333
casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4), "")
[
all
...]
lp_bld_const.h
124
return LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), i, 0);
lp_bld_swizzle.c
61
LLVMTypeRef i32_type =
LLVMInt32TypeInContext
(gallivm->context);
108
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(gallivm->context);
184
LLVMTypeRef elem_type =
LLVMInt32TypeInContext
(bld->gallivm->context);
293
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(bld->gallivm->context);
568
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(gallivm->context);
604
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(gallivm->context);
lp_bld_printf.c
66
printf_type = LLVMFunctionType(
LLVMInt32TypeInContext
(context), NULL, 0, 1);
lp_bld_intr.c
153
LLVMValueRef i32undef = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c
75
arg_types[0] =
LLVMInt32TypeInContext
(context);
lp_bld_format_aos.c
172
assert (LLVMTypeOf(packed) ==
LLVMInt32TypeInContext
(gallivm->context));
179
LLVMGetUndef(LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4)),
181
LLVMConstNull(
LLVMInt32TypeInContext
(gallivm->context)),
185
LLVMGetUndef(LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4)),
186
LLVMConstNull(LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4)),
199
shifts[i] = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
200
masks[i] = LLVMConstNull(
LLVMInt32TypeInContext
(gallivm->context));
293
swizzles[i] = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
306
shifts[i] = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
333
casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(
LLVMInt32TypeInContext
(gallivm->context), 4), "")
[
all
...]
lp_bld_const.h
124
return LLVMConstInt(
LLVMInt32TypeInContext
(gallivm->context), i, 0);
lp_bld_swizzle.c
61
LLVMTypeRef i32_type =
LLVMInt32TypeInContext
(gallivm->context);
108
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(gallivm->context);
184
LLVMTypeRef elem_type =
LLVMInt32TypeInContext
(bld->gallivm->context);
293
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(bld->gallivm->context);
568
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(gallivm->context);
604
LLVMTypeRef i32t =
LLVMInt32TypeInContext
(gallivm->context);
lp_bld_printf.c
66
printf_type = LLVMFunctionType(
LLVMInt32TypeInContext
(context), NULL, 0, 1);
lp_bld_intr.c
153
LLVMValueRef i32undef = LLVMGetUndef(
LLVMInt32TypeInContext
(gallivm->context));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h
128
dst_type =
LLVMInt32TypeInContext
(ctx);
/external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h
128
dst_type =
LLVMInt32TypeInContext
(ctx);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c
166
ret_type =
LLVMInt32TypeInContext
(gallivm->context);
176
ret_type =
LLVMInt32TypeInContext
(gallivm->context);
183
ret_type =
LLVMInt32TypeInContext
(gallivm->context);
414
LLVMInt32TypeInContext
(base->gallivm->context),
/external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c
166
ret_type =
LLVMInt32TypeInContext
(gallivm->context);
176
ret_type =
LLVMInt32TypeInContext
(gallivm->context);
183
ret_type =
LLVMInt32TypeInContext
(gallivm->context);
414
LLVMInt32TypeInContext
(base->gallivm->context),
Completed in 1142 milliseconds
1
2
3