Searched refs:lower_instr (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_scoped_barriers.c34 lower_instr(nir_builder *b, nir_instr *instr, UNUSED void *cb_data) function in typeref:typename:bool
57 return nir_shader_instructions_pass(nir, lower_instr,
H A Dbrw_nir_lower_conversions.c129 lower_instr(nir_builder *b, nir_instr *instr, UNUSED void *cb_data) function in typeref:typename:bool
146 return nir_shader_instructions_pass(shader, lower_instr,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_uniforms_to_ubo.c42 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, int multiplier) function in typeref:typename:bool
91 progress |= lower_instr(nir_instr_as_intrinsic(instr),
H A Dnir_lower_bit_size.c48 lower_instr(nir_builder *bld, nir_alu_instr *alu, unsigned bit_size) function in typeref:typename:void
100 lower_instr(&b, alu, lower_bit_size);
H A Dnir_lower_atomics_to_ssbo.c42 lower_instr(nir_intrinsic_instr *instr, unsigned ssbo_offset, nir_builder *b) function in typeref:typename:bool
198 progress |= lower_instr(nir_instr_as_intrinsic(instr),
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c66 lower_instr(nir_builder *b, nir_alu_instr *alu) function in typeref:typename:bool
146 progress = lower_instr(&b, alu) || progress;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_robust_buffer_access.c105 lower_instr(struct v3d_compile *c, nir_builder *b, struct nir_instr *instr) function in typeref:typename:void
159 lower_instr(c, &b, instr);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_uniforms_to_ubo.c42 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, bool dword_packed, bool load_vec4) function in typeref:typename:bool
123 progress |= lower_instr(nir_instr_as_intrinsic(instr),
H A Dnir_lower_amul.c216 lower_instr(lower_state *state, nir_instr *instr) function in typeref:typename:void
295 lower_instr(&state, instr);
H A Dnir_lower_atomics_to_ssbo.c40 lower_instr(nir_intrinsic_instr *instr, unsigned ssbo_offset, nir_builder *b) function in typeref:typename:bool
178 progress |= lower_instr(nir_instr_as_intrinsic(instr),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.h47 static nir_ssa_def *lower_instr(nir_builder *b, nir_instr *instr, void *data);
H A Dsfn_nir.cpp64 nir_ssa_def *NirLowerInstruction::lower_instr(nir_builder *b, nir_instr *instr, void *data) function in class:r600::NirLowerInstruction
75 lower_instr,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c212 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, struct lower_state *state) function in typeref:typename:bool
289 progress |= lower_instr(nir_instr_as_intrinsic(instr),
H A Dd3d12_nir_passes.c413 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, function in typeref:typename:bool
493 progress |= lower_instr(nir_instr_as_intrinsic(instr),
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_shader.c558 lower_instr(nir_builder *b, nir_instr *instr, void *cb_data) function in typeref:typename:bool
630 lower_instr,

Completed in 13 milliseconds