Home
last modified time | relevance | path

Searched defs:outmod (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c227 for (unsigned outmod = 0; outmod < (has_outmods ? 4 : 1); ++outmod) { in bit_fmod_helper() local
249 for (unsigned outmod = 0; outmod < 4; ++outmod) { in bit_fma_helper() local
268 for (unsigned outmod = 0; outmod < 4; ++outmod) { in bit_fma_mscale_helper() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard.h270 unsigned outmod : 2; member
291 unsigned outmod : 2; member
727 midgard_outmod_float outmod : 2; member
Dmidgard_compile.c842 unsigned outmod = 0; in emit_alu() local
1921 unsigned outmod = midgard_outmod_none; in emit_texop_native() local
Dcompiler.h178 unsigned outmod; member
Ddisassemble.c194 print_outmod(FILE *fp, unsigned outmod, bool is_int) in print_outmod()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1437 bi_texture_format(nir_alu_type T, enum bifrost_outmod outmod) in bi_texture_format()
Dcompiler.h285 enum bifrost_outmod outmod; member