Searched refs:active_set (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 526 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all() local 528 return LLVMBuildICmp(ctx->builder, LLVMIntEQ, vote_set, active_set, ""); in ac_build_vote_all() 540 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq() local 543 LLVMValueRef all = LLVMBuildICmp(ctx->builder, LLVMIntEQ, vote_set, active_set, ""); in ac_build_vote_eq()
|
D | ac_nir_to_llvm.c | 3057 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1); in visit_first_invocation() local 3061 LLVMValueRef args[] = {active_set, ctx->ac.i1false}; in visit_first_invocation()
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 1434 def active_set(self, index): member in TList
|