Home
last modified time | relevance | path

Searched refs:is_mode (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp270 is_mode(ir_variable *mode, enum gl_advanced_blend_mode q) in is_mode() function
290 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE)); in calc_blend_result()
334 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); in calc_blend_result()
/third_party/ffmpeg/libavcodec/
H A Daac.h281 uint8_t is_mode; ///< Set if any bands have been encoded using intensity stereo (used by encoder) member
H A Daacenc_is.c157 cpe->is_mode = !!count; in ff_aac_search_for_is()
H A Daacenc.c567 int ms_mode = 0, is_mode = 0, tns_mode = 0, pred_mode = 0; in aac_encode_frame() local
760 if (cpe->is_mode) is_mode = 1; in aac_encode_frame()
865 if (is_mode || ms_mode || tns_mode || pred_mode) { in aac_encode_frame()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c2198 nir_ssa_def *is_mode = in lower_explicit_io_mode_check() local
2202 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, is_mode); in lower_explicit_io_mode_check()

Completed in 9 milliseconds