Home
last modified time | relevance | path

Searched refs:array_elems (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c77 unsigned array_elems = in gather_usage_helper() local
79 for (unsigned i = 0; i < array_elems; i++) { in gather_usage_helper()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp59 unsigned array_elems = in nir_emit_impl() local
61 const unsigned num_regs = array_elems * DIV_ROUND_UP(reg->bit_size, 32); in nir_emit_impl()
Dbrw_fs_nir.cpp319 unsigned array_elems = in nir_emit_impl() local
321 unsigned size = array_elems * reg->num_components; in nir_emit_impl()