Lines Matching refs:target_index
1268 unsigned target_index, in assign_attribute_or_color_locations() argument
1276 assert((target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1277 || (target_index == MESA_SHADER_FRAGMENT)); in assign_attribute_or_color_locations()
1279 gl_shader *const sh = prog->_LinkedShaders[target_index]; in assign_attribute_or_color_locations()
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1303 (target_index == MESA_SHADER_VERTEX) ? ir_var_in : ir_var_out; in assign_attribute_or_color_locations()
1343 } else if (target_index == MESA_SHADER_VERTEX) { in assign_attribute_or_color_locations()
1350 } else if (target_index == MESA_SHADER_FRAGMENT) { in assign_attribute_or_color_locations()
1412 const char *const string = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1441 if (target_index == MESA_SHADER_VERTEX) { in assign_attribute_or_color_locations()
1461 const char *const string = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()