HomeSort by: relevance | last modified time | path
    Searched refs:lower_instr (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_scoped_barriers.c 34 lower_instr(nir_builder *b, nir_instr *instr, UNUSED void *cb_data) function
57 return nir_shader_instructions_pass(nir, lower_instr,
brw_nir_lower_conversions.c 129 lower_instr(nir_builder *b, nir_instr *instr, UNUSED void *cb_data) function
146 return nir_shader_instructions_pass(shader, lower_instr,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_uniforms_to_ubo.c 42 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, int multiplier) function
91 progress |= lower_instr(nir_instr_as_intrinsic(instr),
nir_lower_bit_size.c 48 lower_instr(nir_builder *bld, nir_alu_instr *alu, unsigned bit_size) function
100 lower_instr(&b, alu, lower_bit_size);
nir_lower_atomics_to_ssbo.c 42 lower_instr(nir_intrinsic_instr *instr, unsigned ssbo_offset, nir_builder *b) function
198 progress |= lower_instr(nir_instr_as_intrinsic(instr),
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_conversions.c 66 lower_instr(nir_builder *b, nir_alu_instr *alu) function
146 progress = lower_instr(&b, alu) || progress;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d_nir_lower_robust_buffer_access.c 105 lower_instr(struct v3d_compile *c, nir_builder *b, struct nir_instr *instr) function
159 lower_instr(c, &b, instr);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_uniforms_to_ubo.c 42 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, bool dword_packed, bool load_vec4) function
123 progress |= lower_instr(nir_instr_as_intrinsic(instr),
nir_lower_amul.c 216 lower_instr(lower_state *state, nir_instr *instr) function
295 lower_instr(&state, instr);
nir_lower_atomics_to_ssbo.c 40 lower_instr(nir_intrinsic_instr *instr, unsigned ssbo_offset, nir_builder *b) function
178 progress |= lower_instr(nir_instr_as_intrinsic(instr),
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir.h 47 static nir_ssa_def *lower_instr(nir_builder *b, nir_instr *instr, void *data);
sfn_nir.cpp 64 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/
d3d12_lower_point_sprite.c 212 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, struct lower_state *state) function
289 progress |= lower_instr(nir_instr_as_intrinsic(instr),
d3d12_nir_passes.c 413 lower_instr(nir_intrinsic_instr *instr, nir_builder *b, function
493 progress |= lower_instr(nir_instr_as_intrinsic(instr),
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_shader.c 558 lower_instr(nir_builder *b, nir_instr *instr, void *cb_data) function
630 lower_instr,

Completed in 16 milliseconds