HomeSort by relevance Sort by last modified time
    Searched refs:nir_before_instr (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/compiler/nir/
nir_lower_patch_vertices.c 40 b.cursor = nir_before_instr(&intr->instr);
nir_lower_io_to_scalar.c 36 b->cursor = nir_before_instr(&intr->instr);
68 b->cursor = nir_before_instr(&intr->instr);
nir_lower_double_packing.c 66 b.cursor = nir_before_instr(&alu_instr->instr);
nir_lower_load_const_to_scalar.c 46 b.cursor = nir_before_instr(&lower->instr);
nir_lower_gs_intrinsics.c 76 b->cursor = nir_before_instr(&intrin->instr);
119 b->cursor = nir_before_instr(&intrin->instr);
nir_lower_clamp_color_outputs.c 92 b->cursor = nir_before_instr(&intr->instr);
nir_normalize_cubemap_coords.c 49 b->cursor = nir_before_instr(&tex->instr);
nir_lower_wpos_ytransform.c 89 b->cursor = nir_before_instr(&intr->instr);
242 b->cursor = nir_before_instr(&fddy->instr);
265 b->cursor = nir_before_instr(&interp->instr);
nir_opt_undef.c 95 b->cursor = nir_before_instr(&alu->instr);
nir_inline_functions.c 180 b->cursor = nir_before_instr(&call->instr);
217 b->cursor = nir_before_instr(&call->instr);
nir_lower_drawpixels.c 123 b->cursor = nir_before_instr(&intr->instr);
200 state->b.cursor = nir_before_instr(&intr->instr);
nir_lower_idiv.c 53 bld->cursor = nir_before_instr(&alu->instr);
nir_lower_io_to_temporaries.c 90 nir_cursor cursor = nir_before_instr(&intrin->instr);
nir_lower_samplers.c 104 b->cursor = nir_before_instr(&instr->instr);
nir_lower_two_sided_color.c 156 b->cursor = nir_before_instr(&intr->instr);
nir_lower_indirect_derefs.c 184 b->cursor = nir_before_instr(&intrin->instr);
nir_lower_tex.c 49 b->cursor = nir_before_instr(&tex->instr);
119 b->cursor = nir_before_instr(&tex->instr);
155 b->cursor = nir_before_instr(&tex->instr);
559 b->cursor = nir_before_instr(&tex->instr);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 45 b->cursor = nir_before_instr(&txf_ms->instr);
vc4_nir_lower_io.c 174 b->cursor = nir_before_instr(&intr->instr);
325 b->cursor = nir_before_instr(&intr->instr);
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 58 b.cursor = nir_before_instr(&load->instr);
anv_nir_apply_dynamic_offsets.c 66 b->cursor = nir_before_instr(&intrin->instr);
anv_nir_apply_pipeline_layout.c 110 b->cursor = nir_before_instr(&intrin->instr);
195 state->builder.cursor = nir_before_instr(&tex->instr);
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_builtin.c 198 b->cursor = nir_before_instr(instr);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 75 b->cursor = nir_before_instr(&intrin->instr);
186 b->cursor = nir_before_instr(&intr->instr);
230 b->cursor = nir_before_instr(&intrin->instr);
brw_nir_opt_peephole_ffma.c 227 b->cursor = nir_before_instr(&add->instr);

Completed in 188 milliseconds

1 2