Searched refs:not_needed (Results 1 - 3 of 3) sorted by relevance
/third_party/gn/src/gn/ |
H A D | functions.cc | 723 // not_needed ----------------------------------------------------------------- 725 const char kNotNeeded[] = "not_needed"; 727 "not_needed: Mark variables from scope as not needed."; 729 R"(not_needed: Mark variables from scope as not needed. 731 not_needed(variable_list_or_star, variable_to_ignore_list = []) 732 not_needed(from_scope, variable_list_or_star, 742 not_needed("*", [ "config" ]) 743 not_needed([ "data_deps", "deps" ]) 744 not_needed(invoker, "*", [ "config" ]) 745 not_needed(invoke [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 1509 LLVMValueRef not_needed = wa_8888 ? wa_8888 : unnorm; in lower_gather4_integer() local 1511 ac_build_ifcc(ctx, LLVMBuildNot(ctx->builder, not_needed, ""), 2000); in lower_gather4_integer()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 9729 Temp not_needed = 9732 not_needed = bool_to_vector_condition(ctx, not_needed); 9734 Operand::c32(0xbf000000 /*-0.5*/), half_texel[0], not_needed); 9736 Operand::c32(0xbf000000 /*-0.5*/), half_texel[1], not_needed);
|
Completed in 23 milliseconds