OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countmask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
442
LLVMValueRef
countmask
= lp_build_const_int_vec(gallivm, type, 1);
local
470
LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue,
countmask
, "countv");
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
442
LLVMValueRef
countmask
= lp_build_const_int_vec(gallivm, type, 1);
local
470
LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue,
countmask
, "countv");
Completed in 291 milliseconds