Home
last modified time | relevance | path

Searched refs:MIR_VEC_COMPONENTS (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c239 nir_ssa_def *comps[MIR_VEC_COMPONENTS]; in midgard_nir_lower_global_load_instr()
1123 unsigned swizzle_back[MIR_VEC_COMPONENTS]; in emit_alu()
1126 midgard_instruction ins_split[MIR_VEC_COMPONENTS]; in emit_alu()
1147 for (unsigned j = 0; j < MIR_VEC_COMPONENTS; ++j) in emit_alu()
2299 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++) in set_tex_coord()
2365 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++) in set_tex_coord()
2389 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++) { in set_tex_coord()
2402 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; c++) { in set_tex_coord()
2476 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c) in emit_texop_native()
2489 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c) in emit_texop_native()
[all …]
Dmidgard_opt_perspective.c43 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c) in is_swizzle_0()
Dcompiler.h86 #define MIR_VEC_COMPONENTS 16 macro
100 unsigned swizzle[MIR_SRC_COUNT][MIR_VEC_COMPONENTS];
Dmir.c280 for (unsigned c = 0; c < MIR_VEC_COMPONENTS; ++c) { in mir_bytemask_of_read_components_single()
Dmidgard_ra.c47 unsigned out[MIR_VEC_COMPONENTS]; in offset_swizzle()
57 for (signed c = 0; c < MIR_VEC_COMPONENTS; ++c) { in offset_swizzle()
Dmidgard_schedule.c565 for (unsigned i = 0; i < MIR_VEC_COMPONENTS; ++i) { in mir_is_add_2()