Searched refs:other_stage_mask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.h44 nir_var_to_dxil_sysvalue_type(nir_variable *var, uint64_t other_stage_mask);
H A Ddxil_nir.h68 uint64_t other_stage_mask);
H A Ddxil_nir.c1578 uint64_t other_stage_mask)
1584 var->data.driver_location = nir_var_to_dxil_sysvalue_type(var, other_stage_mask);
1577 dxil_reassign_driver_locations(nir_shader * s,nir_variable_mode modes,uint64_t other_stage_mask) argument
H A Dnir_to_dxil.c5006 nir_var_to_dxil_sysvalue_type(nir_variable *var, uint64_t other_stage_mask) argument
5016 if (!((1ull << var->data.location) & other_stage_mask))

Completed in 11 milliseconds