OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intrin_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_intr.c
151
struct lp_type
intrin_type
= src_type;
local
157
intrin_type
.length = intrin_length;
170
LLVMTypeRef elem_type = lp_build_elem_type(gallivm,
intrin_type
);
178
lp_build_vec_type(gallivm,
intrin_type
),
210
lp_build_vec_type(gallivm,
intrin_type
),
213
return lp_build_concat(gallivm, tmp,
intrin_type
, num_vec);
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c
151
struct lp_type
intrin_type
= src_type;
local
157
intrin_type
.length = intrin_length;
170
LLVMTypeRef elem_type = lp_build_elem_type(gallivm,
intrin_type
);
178
lp_build_vec_type(gallivm,
intrin_type
),
210
lp_build_vec_type(gallivm,
intrin_type
),
213
return lp_build_concat(gallivm, tmp,
intrin_type
, num_vec);
Completed in 29 milliseconds