Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/isa/
H A Dencode.c192 assert(instr->flags & (IR3_INSTR_S2EN | IR3_INSTR_B)); in extract_cat5_DESC_MODE()
194 if (instr->flags & IR3_INSTR_B) { in extract_cat5_DESC_MODE()
213 } else if (instr->flags & IR3_INSTR_B) { in extract_cat5_DESC_MODE()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c220 if (instr->flags & IR3_INSTR_B) { in print_instr_name()
394 if (!!(instr->flags & IR3_INSTR_B) && !!(instr->flags & IR3_INSTR_A1EN)) { in print_instr()
H A Dir3_validate.c189 if (instr->flags & IR3_INSTR_B) in validate_instr()
H A Dir3_cp.c644 !(instr->flags & IR3_INSTR_B) && in instr_cp()
H A Dir3_compiler_nir.c59 instr->flags |= IR3_INSTR_B; in ir3_handle_bindless_cat6()
903 if (ldc->flags & IR3_INSTR_B) in emit_intrinsic_load_ubo_ldc()
928 if (ldc->flags & IR3_INSTR_B) in emit_intrinsic_copy_ubo_to_uniform()
1359 info.flags |= IR3_INSTR_B; in get_image_ssbo_samp_tex_src()
1421 if (info.flags & IR3_INSTR_B) { in emit_sam()
2794 info.flags |= IR3_INSTR_B; in get_tex_samp_tex_src()
3205 sam->flags = flags | (info.flags & IR3_INSTR_B); in emit_tex()
4563 if (instr->flags & IR3_INSTR_B) { in collect_tex_prefetches()
H A Dir3_parser.y198 if (instr->flags & IR3_INSTR_B)
1066 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat5.tex_base = $2; }
1204 | '.' T_BASE { instr->flags |= IR3_INSTR_B; instr->cat6.base = $2; }
H A Dir3.h311 IR3_INSTR_B = 0x800, enumerator
2352 __ssa_src(sam, samp_tex, (flags & IR3_INSTR_B) ? 0 : IR3_REG_HALF); in ir3_SAM()

Completed in 20 milliseconds