Searched refs:shaderidx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ | ||
| H A D | st_glsl_to_nir.cpp | 245 int shaderidx = 0; local in function:st_nir_assign_uniform_locations 261 loc = shaderidx; 262 shaderidx += type_size(uniform->type); |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ | ||
| H A D | st_glsl_to_nir.cpp | 204 int shaderidx = 0; local in function:st_nir_assign_uniform_locations 213 loc = shaderidx; 214 shaderidx += type_size(uniform->type); |
Completed in 5 milliseconds