Searched refs:lower_instr (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_conversions.c | 66 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/ |
D | nir_lower_uniforms_to_ubo.c | 45 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()
|
D | nir_lower_atomics_to_ssbo.c | 40 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()
|
D | nir_lower_amul.c | 206 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/ |
D | v3d_nir_lower_robust_buffer_access.c | 105 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()
|