OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_store_mask
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c
1092
LLVMValueRef
should_store_mask
= LLVMBuildAnd(gallivm->builder, exec_mask, LLVMBuildNot(gallivm->builder, out_of_bounds, ""), "store_mask");
local
1093
should_store_mask
= LLVMBuildICmp(gallivm->builder, LLVMIntNE,
should_store_mask
, lp_build_const_int_vec(gallivm, type, 0), "");
1103
LLVMValueRef cond = LLVMBuildExtractElement(gallivm->builder,
should_store_mask
, loop_state.counter, "");
lp_bld_sample_soa.c
4542
LLVMValueRef
should_store_mask
= LLVMBuildAnd(gallivm->builder, exec_mask, LLVMBuildNot(gallivm->builder, out_of_bounds, ""), "store_mask");
local
4545
cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE,
should_store_mask
, lp_build_const_int_vec(gallivm, type, 0), "");
Completed in 10 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026