Home
last modified time | relevance | path

Searched refs:other_stage (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c160 uint64_t other_stage = used[var->data.location_frac]; in nir_remove_unused_io_vars() local
162 if (!(other_stage & get_variable_io_mask(var, shader->info.stage))) { in nir_remove_unused_io_vars()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c2177 BITSET_WORD *other_stage = used[var->data.location_frac]; in remove_unused_io_vars() local
2196 if (BITSET_TEST(other_stage, location + i)) { in remove_unused_io_vars()