Home
last modified time | relevance | path

Searched refs:lower_instr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c66 lower_instr(nir_builder *b, nir_alu_instr *alu) in lower_instr() function
146 progress = lower_instr(&b, alu) || progress; in lower_impl()
/external/mesa3d/src/compiler/nir/
Dnir_lower_uniforms_to_ubo.c45 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, int multiplier) in lower_instr() function
118 progress |= lower_instr(nir_instr_as_intrinsic(instr), in nir_lower_uniforms_to_ubo()
Dnir_lower_atomics_to_ssbo.c40 lower_instr(nir_intrinsic_instr *instr, unsigned ssbo_offset, nir_builder *b) in lower_instr() function
178 progress |= lower_instr(nir_instr_as_intrinsic(instr), in nir_lower_atomics_to_ssbo()
Dnir_lower_amul.c206 lower_instr(lower_state *state, nir_instr *instr) in lower_instr() function
290 progress |= lower_instr(&state, instr); in nir_lower_amul()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_robust_buffer_access.c105 lower_instr(struct v3d_compile *c, nir_builder *b, struct nir_instr *instr) in lower_instr() function
159 lower_instr(c, &b, instr); in v3d_nir_lower_robust_buffer_access()