OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lp_build_vec_type
(Results
1 - 25
of
27
) sorted by null
1
2
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c
71
src_vec_type =
lp_build_vec_type
(gallivm, src_type);
89
src_vec_type =
lp_build_vec_type
(gallivm, src_type);
116
res = LLVMBuildBitCast(builder, res,
lp_build_vec_type
(gallivm, dst_type), "");
lp_bld_gather.c
230
LLVMTypeRef dst_elem_type =
lp_build_vec_type
(gallivm, dst_type);
265
lp_build_vec_type
(gallivm, lp_type_uint_vec(16, 4*16)), "");
379
res = LLVMBuildBitCast(builder, res,
lp_build_vec_type
(gallivm, res_type), "");
460
/* intentionally not using
lp_build_vec_type
here */
473
src_type =
lp_build_vec_type
(gallivm, fetch_type);
485
lp_build_vec_type
(gallivm, dst_type), "");
537
src_type =
lp_build_vec_type
(gallivm, fetch_type);
540
res_t =
lp_build_vec_type
(gallivm, res_type);
541
gather_res_t =
lp_build_vec_type
(gallivm, gather_res_type);
570
lp_build_vec_type
(gallivm, dst_type), "")
[
all
...]
lp_bld_swizzle.c
121
lp_build_vec_type
(gallivm, dst_type),
136
LLVMGetUndef(
lp_build_vec_type
(gallivm, src_type)),
209
a = LLVMBuildBitCast(builder, a,
lp_build_vec_type
(bld->gallivm, type2), "");
242
return LLVMBuildBitCast(builder, a,
lp_build_vec_type
(bld->gallivm, type), "");
289
a = LLVMBuildBitCast(builder, a,
lp_build_vec_type
(bld->gallivm, type4), "");
310
return LLVMBuildBitCast(builder, a,
lp_build_vec_type
(bld->gallivm, type), "");
492
a = LLVMBuildBitCast(builder, a,
lp_build_vec_type
(bld->gallivm, type4), "");
493
res = LLVMBuildBitCast(builder, res,
lp_build_vec_type
(bld->gallivm, type4), "");
557
lp_build_vec_type
(bld->gallivm, type), "");
660
double_type =
lp_build_vec_type
(gallivm, double_type_lp)
[
all
...]
lp_bld_quad.c
191
type2_ref =
lp_build_vec_type
(gallivm, type2);
192
dst_type_ref =
lp_build_vec_type
(gallivm, lp_dst_type);