Searched refs:array_elems (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ | ||
| H A D | nir_to_tgsi_info.c | 76 unsigned array_elems = local in function:gather_usage_helper 78 for (unsigned i = 0; i < array_elems; i++) { |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_vec4_nir.cpp | 58 unsigned array_elems = local in function:brw::vec4_visitor::nir_emit_impl 60 const unsigned num_regs = array_elems * DIV_ROUND_UP(reg->bit_size, 32); |
| H A D | brw_fs_nir.cpp | 344 unsigned array_elems = local in function:fs_visitor::nir_emit_impl 346 unsigned size = array_elems * reg->num_components; |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_vec4_nir.cpp | 59 unsigned array_elems = local in function:brw::vec4_visitor::nir_emit_impl 61 const unsigned num_regs = array_elems * DIV_ROUND_UP(reg->bit_size, 32); |
| H A D | brw_fs_nir.cpp | 311 unsigned array_elems = local in function:fs_visitor::nir_emit_impl 313 unsigned size = array_elems * reg->num_components; |
Completed in 22 milliseconds