OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_vec_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
558
LLVMTypeRef
tmp_vec_type
;
local
568
tmp_vec_type
= lp_build_vec_type(gallivm, tmp_type);
572
tmp[i] = LLVMBuildFPToSI(builder, tmp[i],
tmp_vec_type
, "");
574
tmp[i] = LLVMBuildFPToUI(builder, tmp[i],
tmp_vec_type
, "");
577
tmp[i] = LLVMBuildFPToSI(builder, tmp[i],
tmp_vec_type
, "");
653
LLVMTypeRef
tmp_vec_type
;
local
658
tmp_vec_type
= lp_build_vec_type(gallivm, tmp_type);
662
tmp[i] = LLVMBuildSIToFP(builder, tmp[i],
tmp_vec_type
, "");
664
tmp[i] = LLVMBuildUIToFP(builder, tmp[i],
tmp_vec_type
, "");
667
tmp[i] = LLVMBuildSIToFP(builder, tmp[i],
tmp_vec_type
, "");
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
558
LLVMTypeRef
tmp_vec_type
;
local
568
tmp_vec_type
= lp_build_vec_type(gallivm, tmp_type);
572
tmp[i] = LLVMBuildFPToSI(builder, tmp[i],
tmp_vec_type
, "");
574
tmp[i] = LLVMBuildFPToUI(builder, tmp[i],
tmp_vec_type
, "");
577
tmp[i] = LLVMBuildFPToSI(builder, tmp[i],
tmp_vec_type
, "");
653
LLVMTypeRef
tmp_vec_type
;
local
658
tmp_vec_type
= lp_build_vec_type(gallivm, tmp_type);
662
tmp[i] = LLVMBuildSIToFP(builder, tmp[i],
tmp_vec_type
, "");
664
tmp[i] = LLVMBuildUIToFP(builder, tmp[i],
tmp_vec_type
, "");
667
tmp[i] = LLVMBuildSIToFP(builder, tmp[i],
tmp_vec_type
, "");
[
all
...]
Completed in 125 milliseconds