HomeSort by: relevance | last modified time | path
    Searched defs:other_stage (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_linking_helpers.c 145 uint64_t other_stage = used[var->data.location_frac]; local
147 if (!(other_stage & get_variable_io_mask(var, shader->info.stage))) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_linking_helpers.c 158 uint64_t other_stage = used[var->data.location_frac]; local
160 if (!(other_stage & get_variable_io_mask(var, shader->info.stage))) {

Completed in 5 milliseconds