OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ndst_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c
440
struct lp_type
ndst_type
= lp_type_unorm(dst_type.width, 128);
local
444
LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm,
ndst_type
);
473
res = lp_build_concat(gallivm, tmpres,
ndst_type
, num_split);
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c
440
struct lp_type
ndst_type
= lp_type_unorm(dst_type.width, 128);
local
444
LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm,
ndst_type
);
473
res = lp_build_concat(gallivm, tmpres,
ndst_type
, num_split);
Completed in 200 milliseconds