Home
last modified time | relevance | path

Searched refs:not_needed (Results 1 - 3 of 3) sorted by relevance

/third_party/gn/src/gn/
H A Dfunctions.cc723 // 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 Dac_nir_to_llvm.c1509 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 Daco_instruction_selection.cpp9729 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