OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_vec_type
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c
461
LLVMTypeRef
float_vec_type
= lp_build_vec_type(gallivm, type);
local
486
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
491
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
499
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
504
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
512
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
517
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c
461
LLVMTypeRef
float_vec_type
= lp_build_vec_type(gallivm, type);
local
486
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
491
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
499
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
504
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
512
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
517
offset = LLVMBuildBitCast(builder, offset,
float_vec_type
, "");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
96
LLVMTypeRef
float_vec_type
= lp_build_vec_type(gallivm, f32_type);
local
106
float_vec_type
, "");
113
LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""),
float_vec_type
, "");
131
return LLVMBuildBitCast(builder, final,
float_vec_type
, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
96
LLVMTypeRef
float_vec_type
= lp_build_vec_type(gallivm, f32_type);
local
106
float_vec_type
, "");
113
LLVMValueRef shifted = LLVMBuildBitCast(builder, LLVMBuildShl(builder, expmant, i32_13, ""),
float_vec_type
, "");
131
return LLVMBuildBitCast(builder, final,
float_vec_type
, "");
Completed in 190 milliseconds