Home
last modified time | relevance | path

Searched refs:IR3_INSTR_B (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_print.c132 if (instr->flags & IR3_INSTR_B) { in print_instr_name()
250 if (!!(instr->flags & IR3_INSTR_B)) { in print_instr()
Dir3_validate.c101 if (instr->flags & IR3_INSTR_B) in validate_instr()
Dir3.c484 if (instr->flags & IR3_INSTR_B) { in emit_cat5()
492 (instr->flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in emit_cat5()
493 if (instr->flags & IR3_INSTR_B) { in emit_cat5()
508 } else if (instr->flags & IR3_INSTR_B) { in emit_cat5()
526 cat5->is_s2en_bindless = !!(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in emit_cat5()
575 if (instr->flags & IR3_INSTR_B) { in emit_cat6_a6xx()
Dir3_compiler_nir.c49 instr->flags |= IR3_INSTR_B; in ir3_handle_bindless_cat6()
742 if (ldc->flags & IR3_INSTR_B) in emit_intrinsic_load_ubo_ldc()
1076 info.flags |= IR3_INSTR_B; in get_image_samp_tex_src()
1146 if (info.flags & IR3_INSTR_B) { in emit_sam()
2052 info.flags |= IR3_INSTR_B; in get_tex_samp_tex_src()
2432 sam->flags = flags | (info.flags & IR3_INSTR_B); in emit_tex()
3458 if (instr->flags & IR3_INSTR_B) { in collect_tex_prefetches()
Dir3_cp.c578 !(instr->flags & IR3_INSTR_B) && in instr_cp()
Dir3_parser.y747 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }
752 cat5_tex: T_TEX { if (instr->flags & IR3_INSTR_B) instr->cat5.samp |= ($1 << 4); …
Dir3.h225 IR3_INSTR_B = 0x1000, enumerator
1670 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in INSTR0()