Home | History | Annotate | Download | only in glsl

Lines Matching refs:target_index

1255  * \param target_index  Selector for the program target to receive location
1268 unsigned target_index,
1276 assert((target_index == MESA_SHADER_VERTEX)
1277 || (target_index == MESA_SHADER_FRAGMENT));
1279 gl_shader *const sh = prog->_LinkedShaders[target_index];
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX)
1303 (target_index == MESA_SHADER_VERTEX) ? ir_var_in : ir_var_out;
1343 } else if (target_index == MESA_SHADER_VERTEX) {
1350 } else if (target_index == MESA_SHADER_FRAGMENT) {
1412 const char *const string = (target_index == MESA_SHADER_VERTEX)
1441 if (target_index == MESA_SHADER_VERTEX) {
1461 const char *const string = (target_index == MESA_SHADER_VERTEX)