HomeSort by relevance Sort by last modified time
    Searched refs:src_instr (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_move_comparisons.c 83 nir_instr *src_instr = src->ssa->parent_instr;
85 if (src_instr->block == block &&
86 src_instr->type == nir_instr_type_alu &&
87 is_comparison(nir_instr_as_alu(src_instr)->op)) {
89 exec_node_remove(&src_instr->node);
92 exec_node_insert_node_before(&before->node, &src_instr->node);
94 exec_list_push_tail(&block->instr_list, &src_instr->node);
nir_opt_copy_propagate.c 110 nir_instr *src_instr = src->ssa->parent_instr; local
111 if (src_instr->type != nir_instr_type_alu)
114 nir_alu_instr *alu_instr = nir_instr_as_alu(src_instr);
153 nir_instr *src_instr = src->src.ssa->parent_instr; local
154 if (src_instr->type != nir_instr_type_alu)
157 nir_alu_instr *alu_instr = nir_instr_as_alu(src_instr);
nir_lower_phis_to_scalar.c 57 nir_instr *src_instr = src->src.ssa->parent_instr;
58 switch (src_instr->type) {
60 nir_alu_instr *src_alu = nir_instr_as_alu(src_instr);
75 return should_lower_phi(nir_instr_as_phi(src_instr), state);
83 nir_intrinsic_instr *src_intrin = nir_instr_as_intrinsic(src_instr);
nir_opt_constant_folding.c 71 nir_instr *src_instr = instr->src[i].src.ssa->parent_instr; local
73 if (src_instr->type != nir_instr_type_load_const)
75 nir_load_const_instr* load_const = nir_instr_as_load_const(src_instr);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_analyze_boolean_resolves.c 47 nir_instr *src_instr = src->ssa->parent_instr; local
48 uint8_t resolve_status = src_instr->pass_flags & BRW_NIR_BOOLEAN_MASK;
70 nir_instr *src_instr = src->ssa->parent_instr; local
71 uint8_t resolve_status = src_instr->pass_flags & BRW_NIR_BOOLEAN_MASK;
77 src_instr->pass_flags &= ~BRW_NIR_BOOLEAN_MASK;
78 src_instr->pass_flags |= BRW_NIR_BOOLEAN_NEEDS_RESOLVE;
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cp.c 50 struct ir3_instruction *src_instr = ssa(src); local
53 if (!src_instr)
68 if (src_instr->opc == OPC_META_FO)
75 if (src_instr->opc == OPC_META_PHI)
478 struct ir3_instruction *src_instr = ssa(reg); local
479 debug_assert(src_instr);
480 return src_instr;
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 133 int src_bank, src_instr, src_key; member in struct:soundfont_voice_map
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 187 int src_bank, src_instr, src_key; member in struct:soundfont_voice_map
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 186 int src_bank, src_instr, src_key; member in struct:soundfont_voice_map

Completed in 285 milliseconds