OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pre_shift
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
685
LLVMValueRef
pre_shift
[LP_MAX_VECTOR_LENGTH];
local
689
pre_shift
[i] = tmp[i];
696
tmp[i] = LLVMBuildSub(builder, tmp[i],
pre_shift
[i], "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
685
LLVMValueRef
pre_shift
[LP_MAX_VECTOR_LENGTH];
local
689
pre_shift
[i] = tmp[i];
696
tmp[i] = LLVMBuildSub(builder, tmp[i],
pre_shift
[i], "");
Completed in 31 milliseconds