Home
last modified time | relevance | path

Searched refs:lower_state (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_clamp_color_outputs.c31 } lower_state; typedef
34 is_color_output(lower_state *state, nir_variable *out) in is_color_output()
59 lower_intrinsic(lower_state *state, nir_intrinsic_instr *intr) in lower_intrinsic()
99 lower_block(lower_state *state, nir_block *block) in lower_block()
112 lower_impl(lower_state *state, nir_function_impl *impl) in lower_impl()
130 lower_state state = { in nir_lower_clamp_color_outputs()
Dnir_lower_amul.c68 } lower_state; typedef
74 lower_state *state = s; in lower_large_src()
102 large_ubo(lower_state *state, nir_src src) in large_ubo()
112 large_ssbo(lower_state *state, nir_src src) in large_ssbo()
122 lower_intrinsic(lower_state *state, nir_intrinsic_instr *intr) in lower_intrinsic()
206 lower_instr(lower_state *state, nir_instr *instr) in lower_instr()
218 is_large(lower_state *state, nir_variable *var) in is_large()
240 lower_state state = { in nir_lower_amul()
/external/webrtc/common_audio/vad/
Dvad_filterbank.c119 int16_t* upper_state, int16_t* lower_state, in SplitFilter() argument
130 AllPassFilter(&data_in[1], half_length, kAllPassCoefsQ15[1], lower_state, in SplitFilter()
267 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
275 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
292 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
304 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
316 &self->lower_state[frequency_band], hp_out_ptr, lp_out_ptr); in WebRtcVad_CalculateFeatures()
Dvad_core.h43 int16_t lower_state[5]; member
Dvad_core.c527 memset(self->lower_state, 0, sizeof(self->lower_state)); in WebRtcVad_InitCore()
/external/mesa3d/src/compiler/glsl/
Dlower_precision.cpp577 can_lower_state lower_state = in visit_leave() local
580 if (lower_state == SHOULD_LOWER) { in visit_leave()